set_lag_traceSets a flag if Lagrangian progression must be printed while solving. void set_lag_trace(lprec *lp, short lag_trace); Return Value set_lag_trace has no return value. 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 lag_trace TRUE or FALSE. Print or do not print. Remarks The set_lag_trace function sets 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, get_lag_trace |