Linear relaxations
| cp_add_linrelax_solver | 
     Add a linear relaxation solver to the linear relaxation solver list
     | 
| cp_clear_linrelax_solver | 
     Clear the linear relaxation solver list
     | 
| cp_get_linrelax | 
     Returns an automatic relaxation of the cp problem
     | 
| cp_remove_linrelax_solver | 
     Remove a linear relaxation solver from the linear relaxation solver list
     | 
| cp_show_relax | 
     Pretty printing of a linear relaxation
     | 
| export_prob | 
     Export the linear relaxation in LP format
     | 
| fix_to_relaxed | 
     Fix the continuous variables to their optimal value in the relaxation solver passed in argument
     | 
| generate_cuts | 
     Generate and add cuts to the relaxation passed in parameters
     | 
| get_indicator | 
     Get an indicator variable for a given variable and a value.
     | 
| get_linrelax | 
     Get the linear relaxation for a constraint
     | 
| get_linrelax_solver | 
     Returns a linear relaxation solver from a linear relaxation, an objective variables and some configuration parameters
     | 
| get_reduced_cost | 
     Get a reduced cost value from a linear relaxation solver
     | 
| get_relaxed_value | 
     Returns the optimal relaxed value for a variable in a relaxation
     | 
| KALIS_LARGEST_REDUCED_COST | 
     Get a largest reduced cost variable selector from a linear relaxation solver
     | 
| KALIS_NEAREST_RELAXED_VALUE | 
     Get a nearest relaxed value selector from a linear relaxation solver
     | 
| lp_optimize | 
     Launch LP/MIP solver without CP branching.
     | 
| set_integer | 
     Set integrality flag for a variable in a linear relaxation
     | 
| set_linrelax_solver_attribute | 
     Parameter setting for a linear relaxation solver.
     | 
| set_verbose_level | 
     Set the verbose level for a specific linear relaxation solver
     | 
 
