fix_to_relaxed
| fix_to_relaxed | 
  Purpose
 
 This method can be called during the tree search process to instantiate all the continuous variables to their values in the optimal solution of a relaxation.
 
  Synopsis
 
procedure fix_to_relaxed(linrelaxSolver:cplinrelax)
 
  Argument
 
| 
     linrelaxSolver 
     | 
     the linear relaxation solver
     | 
  Example
 
 The following example shows how to use the fix_to_relaxed method.
 
fix_to_relaxed(linrelaxSolver)
  Related topics
 
 
