|
All double-valued solution statuses returned by solver via the dbl_stat argument of the DoSolve method.
enum DoubleMathProgramStatus { DSTAT_OBJ, DSTAT_LP_BEST, DSTAT_FARKAS_PROOF, DSTAT_MAX };
Members |
Description |
DSTAT_OBJ |
The final objective value. |
DSTAT_LP_BEST |
Objective value of best outstanding LP (MIP only). |
DSTAT_FARKAS_PROOF |
The magnitude of the infeasibility violation in the Farkas infeasibility proof. |
DSTAT_MAX |
Size of dbl_stat output argument of the DoSolve method. |