Initializing help system before first use

cp_add_linrelax_solver

cp_add_linrelax_solver


Purpose
Add a linear relaxation solver to the linear relaxation solver list.
Synopsis
procedure cp_add_linrelax_solver(linrelaxSolver:cplinrelaxsolver)
Argument
linrelaxSolver 
the linear relaxation solver to add
Example
The following example shows how to use the cp_add_linrelax_solver function.
cp_add_linrelax_solver(mylinrelaxsolver)
Related topics