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

Set and real variable domains? #14

Open
tanders opened this issue Apr 1, 2016 · 1 comment
Open

Set and real variable domains? #14

tanders opened this issue Apr 1, 2016 · 1 comment

Comments

@tanders
Copy link

tanders commented Apr 1, 2016

Do you plan to support the full set of variable domains of Choco (integer, boolean, set and real variables) with all the constraints available there? Are there any difficulties expected adding these?

Thanks,
Torsten

@aengelberg
Copy link
Owner

Boolean is already supported; any variable with [0,1] domain is automatically converted to a BoolVar, which can be used anywhere an integer var can. Set variables are doable, and I'd probably need a whole separate namespace for SetVars and all the constraints relating to it. RealVars I'm not sure, because in Choco you need an external engine to work with them (called "IBEX").

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

2 participants