KALIS_NEAREST_RELAXED_VALUE
| KALIS_NEAREST_RELAXED_VALUE | 
  Purpose
 
 Get a nearest relaxed value selector from a linear relaxation solver.
 
  Synopsis
 
procedure KALIS_NEAREST_RELAXED_VALUE(relaxationSolver:cplinrelaxsolver)
 
  Argument
 
| 
     relaxationSolver 
     | 
     the linear relaxation solver
     | 
  Example
 
 The following example shows how to use this function with a specific cplinrelaxsolver
 
cp_set_branching(assign_var(KALIS_LARGEST_REDUCED_COST(mysolver),
                 KALIS_NEAREST_RELAXED_VALUE(mysolver)))
  Related topics
 
 
