cp_reset_params
| cp_reset_params | 
  Purpose
 
 
 Reset parameters to their default value.
 
 
  Synopsis
 
 procedure cp_reset_params(parameterSet:integer)
 
  Argument
 
 | 
     parameterSet 
     | 
     the set of parameters to reset (
     KALIS_RESET_PARAMS_ALL,
     KALIS_RESET_VAR_BOUNDS,
     KALIS_RESET_VAR_PRECISION,
     KALIS_RESET_OPT_PARAMS,
     KALIS_RESET_SEARCH_PARAMS)
     | 
  Example
 
 
 The following example shows how to use the cp_reset_params function to reset all parameters of Xpress Kalis:
 
 cp_reset_params(KALIS_RESET_PARAMS_ALL)
  Related topics
 
 
 KALIS_RESET_PARAMS_ALL,
 KALIS_RESET_VAR_BOUNDS,
 KALIS_RESET_VAR_PRECISION,
 KALIS_RESET_OPT_PARAMS,
 KALIS_RESET_SEARCH_PARAMS,
 setparam
 
 
