dlinear
0.0.1
Delta-complete SMT solver for linear programming
|
Public Attributes | |
mpq_class | value |
Value of the constraint. | |
LpRowSense | row_sense |
Type of the constraint (e.g. <=, <, =, >, >=) | |
const Variable * | variable |
Boolean variable encoding the constraint. | |
It is a tuple of value, row_sense and boolean variable
Definition at line 53 of file BoundImplicator.h.