mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 09:48:05 +00:00
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
46d23ea8d7
commit
d17248821a
32 changed files with 3246 additions and 654 deletions
|
@ -62,6 +62,7 @@ namespace sat {
|
|||
virtual lbool resolve_conflict() { return l_undef; } // stores result in sat::solver::m_lemma
|
||||
virtual void push() = 0;
|
||||
virtual void pop(unsigned n) = 0;
|
||||
virtual void pre_simplify() = 0;
|
||||
virtual void simplify() = 0;
|
||||
// have a way to replace l by r in all constraints
|
||||
virtual bool set_root(literal l, literal r) { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue