![]() |
SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <Tableau.h>

Public Member Functions | |
| TableauEntry () | |
| TableauEntry (EntryID _up, EntryID _down, EntryID _left, EntryID _right, Variable< T1, T2 > *_rowVar, Variable< T1, T2 > *_columnVar, const T2 &_content) | |
| TableauEntry (const TableauEntry &_entry) | |
| ~TableauEntry () | |
| void | setVNext (bool downwards, const EntryID _entryId) |
| void | setHNext (bool leftwards, const EntryID _entryId) |
| EntryID | vNext (bool downwards) |
| EntryID | hNext (bool leftwards) |
| Variable< T1, T2 > * | rowVar () const |
| void | setRowVar (Variable< T1, T2 > *_rowVar) |
| Variable< T1, T2 > * | columnVar () const |
| void | setColumnVar (Variable< T1, T2 > *_columnVar) |
| const T2 & | content () const |
| T2 & | rContent () |
Private Attributes | |
| EntryID | mUp |
| EntryID | mDown |
| EntryID | mLeft |
| EntryID | mRight |
| Variable< T1, T2 > * | mRowVar |
| Variable< T1, T2 > * | mColumnVar |
| T2 | mpContent |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |