#include <cnf.h>
Inheritance diagram for SAT::CD_CNF_Formula:
Definition at line 171 of file cnf.h.
SAT::CD_CNF_Formula::CD_CNF_Formula | ( | CVC3::Context * | context | ) | [inline] |
void SAT::CD_CNF_Formula::setNumVars | ( | unsigned | numVars | ) | [inline, private, virtual] |
bool SAT::CD_CNF_Formula::empty | ( | ) | const [inline, virtual] |
const Clause& SAT::CD_CNF_Formula::operator[] | ( | int | i | ) | const [inline, virtual] |
const_iterator SAT::CD_CNF_Formula::begin | ( | ) | const [inline, virtual] |
const_iterator SAT::CD_CNF_Formula::end | ( | ) | const [inline, virtual] |
unsigned SAT::CD_CNF_Formula::numVars | ( | ) | const [inline, virtual] |
unsigned SAT::CD_CNF_Formula::numClauses | ( | ) | const [inline, virtual] |
Implements SAT::CNF_Formula.
Definition at line 186 of file cnf.h.
Referenced by CVC3::SearchSat::check(), CVC3::SearchSat::checkConsistent(), SAT::DPLLTBasic::checkSat(), SAT::DPLLTBasic::continueCheck(), and CVC3::SearchSat::getNewClauses().
void SAT::CD_CNF_Formula::deleteLast | ( | ) | [inline] |
void CD_CNF_Formula::newClause | ( | ) | [virtual] |
Implements SAT::CNF_Formula.
Definition at line 183 of file cnf.cpp.
References SAT::CNF_Formula::d_current, d_formula, and CVC3::CDList< T >::push_back().
void CD_CNF_Formula::registerUnit | ( | ) | [virtual] |
Implements SAT::CNF_Formula.
Definition at line 190 of file cnf.cpp.
References SAT::CNF_Formula::d_current, DebugAssert, SAT::Clause::setUnit(), and SAT::Clause::size().
CVC3::CDList<Clause> SAT::CD_CNF_Formula::d_formula [private] |
CVC3::CDO<unsigned> SAT::CD_CNF_Formula::d_numVars [private] |