dlinear
0.0.1
Delta-complete SMT solver for linear programming
|
Tuple containing the value, bound type and theory literal associated with the bound. More...
#include <Bound.h>
Public Attributes | |
const mpq_class * | value |
Value of the bound. | |
LpColBound | lp_bound |
Type of the bound (e.g. L, SL, U, SU) | |
Literal | theory_literal |
Theory literal associated with the bound. | |
LiteralSet | explanation |
Explanation for the existence of the bound (e.g. propagation) | |
Tuple containing the value, bound type and theory literal associated with the bound.
It may also contain an explanation for the existence of the bound used to produce an explanation.