Originally posted by: SystemAdmin
[Philippe Refalo said:]
Sylvain,
The way I would recommend in your case is to begin with a CP application
of you problem and then to modify it the following way.
First create a CPLEX instance that you fill with the initial model (a relaxation
for instance). Then, in the search goal you can add constraints and you need
to call CPLEX optimization. The result is used to fail or succeed. The important
feature to code is the removal of localy valid constraints. For this you need
to set up a reversible action when adding the constraints that need to be
removed at backtracking.
Be aware that this requires quite a good knowledge of both CP and CPLEX.
Philippe
#CPOptimizer#DecisionOptimization