#include <PolyTree.h>
Definition at line 37 of file PolyTree.h.
◆ PolyTreeContent() [1/3]
◆ PolyTreeContent() [2/3]
| smtrat::PolyTreeContent::PolyTreeContent |
( |
carl::Variable::Arg |
_variable | ) |
|
|
inline |
◆ PolyTreeContent() [3/3]
| smtrat::PolyTreeContent::PolyTreeContent |
( |
Integer |
_constant | ) |
|
|
inline |
◆ ~PolyTreeContent()
| smtrat::PolyTreeContent::~PolyTreeContent |
( |
| ) |
|
|
inline |
◆ operator==()
| bool smtrat::PolyTreeContent::operator== |
( |
const PolyTreeContent & |
_other | ) |
const |
|
inline |
◆ poly()
| const Poly& smtrat::PolyTreeContent::poly |
( |
| ) |
const |
|
inline |
◆ PolyTree
◆ mConstant
| Integer smtrat::PolyTreeContent::mConstant |
◆ mLeft
| std::optional<PolyTree> smtrat::PolyTreeContent::mLeft |
|
private |
◆ mPoly
| Poly smtrat::PolyTreeContent::mPoly |
|
private |
◆ mRight
| std::optional<PolyTree> smtrat::PolyTreeContent::mRight |
|
private |
◆ mType
◆ mVariable
| carl::Variable smtrat::PolyTreeContent::mVariable |
The documentation for this class was generated from the following file: