SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Represents a term of an original constraint and assigns him a rating variable if a weak separator is searched. More...
#include <Subtropical.h>
Public Member Functions | |
Vertex (const TermT &term) | |
carl::Variable | rating () const |
Data Fields | |
const Rational | coefficient |
Coefficient of the assigned term. More... | |
const carl::Monomial::Arg | monomial |
Monomial of the assigned term. More... | |
carl::Variable | m_rating |
Rating variable of the term for a weak separator. More... | |
Represents a term of an original constraint and assigns him a rating variable if a weak separator is searched.
Definition at line 35 of file Subtropical.h.
|
inline |
Definition at line 43 of file Subtropical.h.
|
inline |
const Rational smtrat::subtropical::Vertex::coefficient |
Coefficient of the assigned term.
Definition at line 37 of file Subtropical.h.
|
mutable |
Rating variable of the term for a weak separator.
Definition at line 41 of file Subtropical.h.
const carl::Monomial::Arg smtrat::subtropical::Vertex::monomial |
Monomial of the assigned term.
Definition at line 39 of file Subtropical.h.