is_lag_traceReturns a flag if Lagrangian progression must be printed while solving. short is_lag_trace(lprec *lp); Return Value is_lag_trace returns TRUE or FALSE. Print or do not print. 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_lag_trace function returns a flag if Lagrangian progression must be printed while solving. This function is mend for debugging purposes. The default is not to print (FALSE). Example
See Also make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, set_lag_trace |