dlinear  0.0.1
Delta-complete SMT solver for linear programming
Loading...
Searching...
No Matches
dlinear::BoundImplicator::Constraint Struct Reference

Constraint. More...

Public Attributes

mpq_class value
 Value of the constraint.
 
LpRowSense row_sense
 Type of the constraint (e.g. <=, <, =, >, >=)
 
const Variablevariable
 Boolean variable encoding the constraint.
 

Detailed Description

Constraint.

It is a tuple of value, row_sense and boolean variable

Definition at line 53 of file BoundImplicator.h.


The documentation for this struct was generated from the following files: