11#include "dlinear/symbolic/symbolic.h"
83std::ostream &operator<<(std::ostream &os,
const LpRowSense &lp_result);
87#ifdef DLINEAR_INCLUDE_FMT
89#include "dlinear/util/logging.h"
Global namespace for the dlinear library.
LpColBound operator~(LpColBound bound)
Relax the bound.
char toChar(LpColBound bound)
Convert the bound to a character.
LpColBound operator!(LpColBound bound)
Invert the bound with delta == 0.
LpColBound operator-(LpColBound bound)
Invert the bound with delta > 0.
LpRowSense parseLpSense(const Formula &f)
Parse the sense from a formula.
LpRowSense
Sense of a linear programming row describing a constraint.
@ LE
Less than or equal to.
@ GE
Greater than or equal to.