SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Represents the normal vector component and the sign variable assigned to a variable in an original constraint. More...
#include <Subtropical.h>
Public Member Functions | |
Moment () | |
Data Fields | |
const carl::Variable | normal_vector |
Normal vector component of the separating hyperplane. More... | |
const carl::Variable | sign_variant |
Boolean variable representing the sign variant. More... | |
Represents the normal vector component and the sign variable assigned to a variable in an original constraint.
Definition at line 21 of file Subtropical.h.
|
inline |
Definition at line 27 of file Subtropical.h.
const carl::Variable smtrat::subtropical::Moment::normal_vector |
Normal vector component of the separating hyperplane.
Definition at line 23 of file Subtropical.h.
const carl::Variable smtrat::subtropical::Moment::sign_variant |
Boolean variable representing the sign variant.
Definition at line 25 of file Subtropical.h.