is_debugReturns a flag if all intermediate results and the branch-and-bound decisions must be printed while solving. short is_debug(lprec *lp); Return Value is_debug returns TRUE or FALSE. Debug or do not debug. Parameters lp Pointer to previously created lp model. See return value of make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS Remarks The is_debug function returns 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_file, read_LP, read_mps, read_MPS, set_debug |