You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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").
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
The text was updated successfully, but these errors were encountered: