#include <StrategyGraph.h>
Definition at line 40 of file StrategyGraph.h.
◆ BackendLink()
smtrat::BackendLink::BackendLink |
( |
std::size_t |
target, |
|
|
std::size_t |
priority, |
|
|
const ConditionFunction & |
cf |
|
) |
| |
|
inline |
◆ checkCondition()
bool smtrat::BackendLink::checkCondition |
( |
const carl::Condition & |
c | ) |
const |
|
inline |
◆ condition()
template<typename T >
BackendLink& smtrat::BackendLink::condition |
( |
const T & |
f | ) |
|
|
inline |
◆ getPriority()
std::size_t smtrat::BackendLink::getPriority |
( |
| ) |
const |
|
inline |
◆ getTarget()
std::size_t smtrat::BackendLink::getTarget |
( |
| ) |
const |
|
inline |
◆ id()
BackendLink& smtrat::BackendLink::id |
( |
std::size_t & |
id | ) |
|
|
inline |
◆ operator<()
bool smtrat::BackendLink::operator< |
( |
const BackendLink & |
rhs | ) |
const |
|
inline |
◆ priority()
BackendLink& smtrat::BackendLink::priority |
( |
std::size_t |
p | ) |
|
|
inline |
◆ mCondition
◆ mPriority
std::size_t smtrat::BackendLink::mPriority |
|
private |
◆ mTarget
std::size_t smtrat::BackendLink::mTarget |
|
private |
The documentation for this class was generated from the following file: