Package net.sf.cpsolver.ifs.constant

Extension of the model with constant variables.

See:
          Description

Interface Summary
ConstantVariable Extension of a variable with the possibility to have a constant value.
 

Class Summary
ConstantModel Extension of the model with constant variables.
 

Package net.sf.cpsolver.ifs.constant Description

Extension of the model with constant variables.

Such variables are excluded from the solver process, however, they can be included in constraints. Such model can allow us to build a solution on top of another solution (e.g., committed classes in the course timetabling).