Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Rule OR operation #18

Open
Tracked by #24
spflueger opened this issue Sep 22, 2020 · 0 comments
Open
Tracked by #24

Implement Rule OR operation #18

spflueger opened this issue Sep 22, 2020 · 0 comments
Labels
✨ Feature New feature added to the package

Comments

@spflueger
Copy link
Member

Implementing an OR operation for Rules allows for more complex run conditions while keeping the checking code of rules simple. In other words, conditions inside Rules are not required anymore as they would be handled by the operation.

Note: An AND operation is not required as this is already implied by the solving process. A solution requires all Rules to pass as a whole.

@redeboer redeboer self-assigned this Sep 28, 2020
@spflueger spflueger changed the title Implement Rule OR and AND operations Implement Rule OR operation Oct 8, 2020
@redeboer redeboer assigned spflueger and unassigned redeboer Oct 9, 2020
@redeboer redeboer transferred this issue from ComPWA/expertsystem Apr 6, 2021
@redeboer redeboer added the ✨ Feature New feature added to the package label Apr 16, 2021
redeboer pushed a commit to redeboer/ComPWA-qrules that referenced this issue Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New feature added to the package
Projects
Status: No status
Development

No branches or pull requests

2 participants