mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
remove dual solver approach
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1f964eea90
commit
8e3185ffe3
13 changed files with 44 additions and 537 deletions
|
@ -137,7 +137,7 @@ namespace smt {
|
|||
public:
|
||||
relevancy(euf::solver& ctx);
|
||||
|
||||
void push() { ++m_num_scopes; }
|
||||
void push() { if (m_enabled) ++m_num_scopes; }
|
||||
void pop(unsigned n);
|
||||
|
||||
void add_root(unsigned n, sat::literal const* lits);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue