get_accuracyReturns the accuracy of bounds and constraints. REAL get_accuracy(lprec *lp); Return Value get_accuracy returns the accuracy. 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 Remarks This value should be as close as possible to 0. Example
See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_break_numeric_accuracy, set_break_numeric_accuracy |