Does anyone know whether CHOCO supports the following:

Dynamic Variable Ordering

and

Precedence Constraints ?
link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Regarding Precedence Constraint, I hope you can find something that suits your needs with : Choco.precedence(TaskVariable, TaskVariable) Choco.precedence(TaskVariable, TaskVariable, int)

Both methods return a constraint that you can add to model. Unfortunately it seems that this constraint is not documented yet so I can't be more specific.

There also seem to be other constraints related to precedence : Choco.precedenceReified, Choco.precedenceimplied, Choco.precedencedisjoint.

For more information I would suggest to download the latest API : http://www.emn.fr/z-info/choco-solver/choco-documentation.html

Hope it can help, Bye

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.