8#include "dlinear/util/exception.h"
29 DLINEAR_UNREACHABLE();
50 DLINEAR_UNREACHABLE();
69 DLINEAR_UNREACHABLE();
84 DLINEAR_UNREACHABLE();
101std::ostream &operator<<(std::ostream &os,
const LpColBound &bound) {
return os <<
toChar(bound); }
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
Describe the bound of a linear program variable.
@ B
Both upper and lower bound are equal (fixed)
@ D
Variable must be different from the bound.
LpColBound operator-(LpColBound bound)
Invert the bound with delta > 0.