29std::ostream &operator<<(std::ostream &os,
const LpResult &lp_result);
33#ifdef DLINEAR_INCLUDE_FMT
35#include "dlinear/util/logging.h"
Global namespace for the dlinear library.
LpResult
Result of running the LP solver over the input problem.
@ LP_INFEASIBLE
The problem is infeasible.
@ LP_NO_RESULT
No result has been obtained yet.
@ LP_UNBOUNDED
The problem is unbounded.
@ LP_UNSOLVED
The problem has not been solved. An error may have occurred.
@ LP_DELTA_OPTIMAL
The problem has been solved optimally, but with a delta.
@ LP_OPTIMAL
The problem has been solved optimally.
LpResult parseLpResult(int res)
Parse the result from the returned integer.