get_break_numeric_accuracyReturns the accuracy values when solve should fail. REAL get_break_numeric_accuracy(lprec *lp); 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 The get_break_numeric_accuracy function returns the minimal accuracy for a successful solve. An accuracy that is worse than this value will result in a failing solve return code ACCURACYERROR. The default value is 5e-7. Example
See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_accuracy, set_break_numeric_accuracy |