#include <Sample.h>
Definition at line 10 of file Sample.h.
◆ Sample() [1/3]
smtrat::cad::Sample::Sample |
( |
const RAN & |
value | ) |
|
|
inlineexplicit |
◆ Sample() [2/3]
smtrat::cad::Sample::Sample |
( |
const RAN & |
value, |
|
|
bool |
isRoot |
|
) |
| |
|
inlineexplicit |
◆ Sample() [3/3]
smtrat::cad::Sample::Sample |
( |
const RAN & |
value, |
|
|
std::size_t |
id |
|
) |
| |
|
inlineexplicit |
◆ evaluatedWith() [1/2]
carl::Bitset& smtrat::cad::Sample::evaluatedWith |
( |
| ) |
|
|
inline |
◆ evaluatedWith() [2/2]
const carl::Bitset& smtrat::cad::Sample::evaluatedWith |
( |
| ) |
const |
|
inline |
◆ evaluationResult() [1/2]
carl::Bitset& smtrat::cad::Sample::evaluationResult |
( |
| ) |
|
|
inline |
◆ evaluationResult() [2/2]
const carl::Bitset& smtrat::cad::Sample::evaluationResult |
( |
| ) |
const |
|
inline |
◆ getConflictingConstraints()
auto smtrat::cad::Sample::getConflictingConstraints |
( |
| ) |
const |
|
inline |
◆ hasConflictWithConstraint()
bool smtrat::cad::Sample::hasConflictWithConstraint |
( |
| ) |
const |
|
inline |
◆ isRoot()
bool smtrat::cad::Sample::isRoot |
( |
| ) |
const |
|
inline |
◆ liftedWith() [1/2]
◆ liftedWith() [2/2]
◆ merge()
void smtrat::cad::Sample::merge |
( |
const Sample & |
s | ) |
|
|
inline |
◆ operator<()
bool smtrat::cad::Sample::operator< |
( |
const Sample & |
s | ) |
const |
|
inline |
◆ operator==()
bool smtrat::cad::Sample::operator== |
( |
const Sample & |
s | ) |
const |
|
inline |
◆ operator>()
bool smtrat::cad::Sample::operator> |
( |
const Sample & |
s | ) |
const |
|
inline |
◆ rootOf() [1/2]
◆ rootOf() [2/2]
◆ setIsRoot()
void smtrat::cad::Sample::setIsRoot |
( |
bool |
isRoot | ) |
|
|
inline |
◆ value()
const RAN& smtrat::cad::Sample::value |
( |
| ) |
const |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Sample & |
s |
|
) |
| |
|
friend |
◆ mEvaluatedWith
carl::Bitset smtrat::cad::Sample::mEvaluatedWith |
|
private |
◆ mEvaluationResult
carl::Bitset smtrat::cad::Sample::mEvaluationResult |
|
private |
◆ mIsRoot
bool smtrat::cad::Sample::mIsRoot |
|
private |
◆ mLiftedWith
◆ mRootOf
◆ mValue
RAN smtrat::cad::Sample::mValue |
|
private |
The documentation for this class was generated from the following file: