set_debugSets a flag if all intermediate results and the branch-and-bound decisions must be printed while solving. void set_debug(lprec *lp, unsigned char debug); Return Value set_debug has no return value. Parameters lp Pointer to previously created lp model. See return value of make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI debug TRUE or FALSE. Debug or do not debug. Remarks The set_debug function sets a flag if all intermediate results and the branch-and-bound decisions must be printed while solving. This function is mend for debugging purposes. The default is not to debug (FALSE). Example
See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, is_debug |