

Definition at line 169 of file Formula.cpp.
Public Member Functions | |
| CmdVariable (int varId) | |
| virtual void | execute (TRuntimeStack *stack, ISatItem *data) |
Static Public Member Functions | |
| static Cmd * | fromToken (Token token) |
| CmdVariable | ( | int | varId | ) | [inline] |
Definition at line 171 of file Formula.cpp.
| virtual void execute | ( | TRuntimeStack * | stack, | |
| ISatItem * | data | |||
| ) | [inline, virtual] |
Definition at line 219 of file Formula.cpp.
References Token::m_ext_number, Token::m_token, FastSatSolver::T_AND, FastSatSolver::T_FALSE, FastSatSolver::T_NOT, FastSatSolver::T_OR, FastSatSolver::T_TRUE, FastSatSolver::T_VARIABLE, and FastSatSolver::T_XOR.
1.5.4