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

Support logical AND/OR in MinionModel #147

Closed
lixitrixi opened this issue Jan 26, 2024 · 1 comment
Closed

Support logical AND/OR in MinionModel #147

lixitrixi opened this issue Jan 26, 2024 · 1 comment
Assignees
Labels
area::minion Related to minion_rs, the minion C++ bindings, and the minion solver interface. kind::feature New feature or request

Comments

@lixitrixi
Copy link
Contributor

To allow us to pass an = constraint to Minion, we will need to support the logical AND constraint within Minion and Conjure models. In Minion, AND and OR are represented by watchedAnd and watchedOr. Since the two are so similar we might as well add both!

@lixitrixi lixitrixi added the area::minion Related to minion_rs, the minion C++ bindings, and the minion solver interface. label Jan 26, 2024
@niklasdewally niklasdewally added the kind::feature New feature or request label Jan 26, 2024
@niklasdewally
Copy link
Contributor

Now tracked in #171

@niklasdewally niklasdewally closed this as not planned Won't fix, can't repro, duplicate, stale Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area::minion Related to minion_rs, the minion C++ bindings, and the minion solver interface. kind::feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants