#include <cnf.h>
Collaboration diagram for SAT::Clause:
Definition at line 78 of file cnf.h.
typedef std::vector<Lit>::const_iterator SAT::Clause::const_iterator |
const_iterator SAT::Clause::begin | ( | ) | const [inline] |
Definition at line 93 of file cnf.h.
Referenced by SAT::DPLLTBasic::addNewClause(), MiniSat::cvcToMiniSat(), getMaxVar(), SAT::CNF_Formula::operator+=(), print(), and SAT::CNF_Formula_Impl::registerUnit().
const_iterator SAT::Clause::end | ( | ) | const [inline] |
Definition at line 94 of file cnf.h.
Referenced by SAT::DPLLTBasic::addNewClause(), MiniSat::cvcToMiniSat(), getMaxVar(), SAT::CNF_Formula::operator+=(), and print().
void SAT::Clause::clear | ( | ) | [inline] |
Definition at line 96 of file cnf.h.
Referenced by SAT::DPLLTBasic::addNewClauses(), and SAT::DPLLTBasic::generate_CDB().
unsigned SAT::Clause::size | ( | ) | const [inline] |
Definition at line 97 of file cnf.h.
Referenced by SAT::DPLLTBasic::addNewClause(), SAT::CD_CNF_Formula::registerUnit(), and SAT::CNF_Formula_Impl::registerUnit().
unsigned SAT::Clause::getMaxVar | ( | ) | const |
Definition at line 30 of file cnf.cpp.
References begin(), DebugAssert, end(), and MiniSat::max().
Referenced by SAT::DPLLTBasic::addNewClause().
bool SAT::Clause::isSatisfied | ( | ) | const [inline] |
bool SAT::Clause::isUnit | ( | ) | const [inline] |
void SAT::Clause::setUnit | ( | ) | [inline] |
Definition at line 104 of file cnf.h.
Referenced by SAT::CD_CNF_Formula::registerUnit(), and SAT::CNF_Formula_Impl::registerUnit().
void SAT::Clause::print | ( | ) | const |
void SAT::Clause::setClauseTheorem | ( | CVC3::Theorem | thm | ) | [inline] |
Definition at line 106 of file cnf.h.
Referenced by SAT::CNF_Manager::addAssumption(), SAT::CNF_Manager::addLemma(), SAT::CNF_Manager::convertLemma(), SAT::CNF_Formula::copy(), SAT::CNF_Formula::operator+=(), SAT::CNF_Manager::translateExpr(), and SAT::CNF_Manager::translateExprRec().
CVC3::Theorem SAT::Clause::getClauseTheorem | ( | ) | const [inline] |
int SAT::Clause::d_satisfied [private] |
int SAT::Clause::d_unit [private] |
std::vector<Lit> SAT::Clause::d_lits [private] |
CVC3::Theorem SAT::Clause::d_reason [private] |