lp_optimize
| lp_optimize | 
  Purpose
 
 
 Launch optimization of the relaxation solver with the LP/MIP solver alone (no branching by Kalis).
 
 
  Synopsis
 
 function lp_optimize(linrelaxsolver:cplinrelaxsolver, sense: integer, alg: integer) : integer
 
  Arguments
 
 | 
     linrelaxsolver 
     | 
     a linear relaxation solver
     | 
| 
     sense 
     | 
     KALIS_MINIMIZE for minimization or
     KALIS_MAXIMIZE for maximization
     | 
| 
     alg 
     | 
     solve as LP (
     0) or as MIP (
     1)
     | 
  Related topics
 
  
