

Definition at line 190 of file Formula.cpp.
Public Member Functions | |
| CmdBinary (EToken e) | |
| virtual void | execute (TRuntimeStack *stack, ISatItem *) |
Static Public Member Functions | |
| static Cmd * | fromToken (Token token) |
Definition at line 192 of file Formula.cpp.
| virtual void execute | ( | TRuntimeStack * | stack, | |
| ISatItem * | ||||
| ) | [inline, virtual] |
Implements Cmd.
Definition at line 193 of file Formula.cpp.
References FastSatSolver::T_AND, FastSatSolver::T_OR, and FastSatSolver::T_XOR.
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