|
CVC3
|
#include <cnf.h>
| enum SAT::Var::Val |
| bool SAT::Var::isNull | ( | ) | const [inline] |
Definition at line 43 of file cnf.h.
References d_index.
Referenced by SAT::CNF_Manager::concreteVar(), and CVC3::SearchSat::setValue().
| int SAT::Var::getIndex | ( | ) | const [inline] |
| bool SAT::Var::isVar | ( | ) | const [inline] |
Definition at line 46 of file cnf.h.
References d_index.
Referenced by CVC3::SearchSat::getValue(), SAT::CNF_Manager::numFanins(), and SAT::CNF_Manager::numFanouts().
int SAT::Var::d_index [private] |
Definition at line 36 of file cnf.h.
Referenced by getIndex(), isNull(), isVar(), operator int(), reset(), and Var().
1.7.3