Solver
is the header component of Constraint Programming. It embeds the list of Variable
(and their Domain
), the Constraint
's network, and a IPropagationEngine
to pilot the propagation.Solver
includes a AbstractSearchLoop
to guide the search loop: apply decisions and propagate, run backups and rollbacks and store solutions.
@author Xavier Lorca
@author Charles Prud'homme
@version 0.01, june 2010
@see solver.variables.Variable
@see solver.constraints.Constraint
@since 0.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|