set_break_numeric_accuracySets the accuracy values when solve should fail. void set_break_numeric_accuracy(lprec *lp, REAL 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 accuracy From which minimal accuracy should solve fail. Remarks When accuracy from get_accuracy is larger than this values, optimization will fail with ACCURACYERROR. Example
See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_accuracy, get_break_numeric_accuracy |