fixpoint
fixpoint copied to clipboard
Constraint programming solver
For #35
Strategy: choose the variable with largest difference between the two smallest values in its domain.
- trace to find bottleneck; - implement DC version.
Large Neighborhood Search.
As of now, the binding of propagators to space variables happens before propagation starts. Either: - eliminate binding (possibly by associating propagator variables to variable nodes of the constraint graph);...