|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
58 bool solve (
const vec<Lit>& assumps,
bool do_simp =
true,
bool turn_off_simp =
false);
60 bool solve (
bool do_simp =
true,
bool turn_off_simp =
false);
61 bool solve (
Lit p ,
bool do_simp =
true,
bool turn_off_simp =
false);
62 bool solve (
Lit p,
Lit q,
bool do_simp =
true,
bool turn_off_simp =
false);
63 bool solve (
Lit p,
Lit q,
Lit r,
bool do_simp =
true,
bool turn_off_simp =
false);
64 bool eliminate (
bool turn_off_elim =
false);
117 return c_x < c_y || c_x == c_y && x < y; }
148 lbool solve_ (
bool do_simp =
true,
bool turn_off_simp =
false);
bool merge(const Clause &_ps, const Clause &_qs, Var v, vec< Lit > &out_clause)
bool asymm(Var v, CRef cr)
bool backwardSubsumptionCheck(bool verbose=false)
bool operator()(const CRef &cr) const
uint64_t cost(Var x) const
bool strengthenClause(CRef cr, Lit l)
const ClauseAllocator & ca
Var newVar(bool polarity=true, bool dvar=true)
lbool solveLimited(const vec< Lit > &assumps, bool do_simp=true, bool turn_off_simp=false)
bool addClause_(vec< Lit > &ps)
OccLists< Var, vec< CRef >, ClauseDeleted > occurs
void copyTo(vec< T > ©) const
bool substitute(Var v, Lit x)
virtual void garbageCollect() override
void updateElimHeap(Var v)
void setFrozen(Var v, bool b)
void gatherTouchedClauses()
bool operator()(Var x, Var y) const
bool implied(const vec< Lit > &c)
vec< uint32_t > elimclauses
Queue< CRef > subsumption_queue
bool eliminate(bool turn_off_elim=false)
Lit mkLit(Var var, bool sign=false)
void toDimacs(std::ostream &out, const vec< Lit > &assumps)
ElimLt(const vec< int > &no)
void removeClause(CRef cr)
void relocAll(ClauseAllocator &to)
bool isEliminated(Var v) const
bool addClause(const vec< Lit > &ps)
ClauseDeleted(const ClauseAllocator &_ca)
RegionAllocator< uint32_t >::Ref CRef