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

Add logic operators #7

Open
Specy opened this issue Feb 8, 2024 · 0 comments
Open

Add logic operators #7

Specy opened this issue Feb 8, 2024 · 0 comments

Comments

@Specy
Copy link
Owner

Specy commented Feb 8, 2024

Logic operators should be added like the OR, AND, IMPLIES, NOT, and also the relative blocks for it, this could be something like:

and(i in 0..5) { x_i } ==> false

or

x_0 & x_1 | x_2 & !x_3

constraints are written as a single expression, and all constraints must be true for the model to be valid, all variables inside this constraints must be defined as booleans

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant