mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix #2416 exposed bugs: unsat-core extraction in combination with chronological backracking, equivalence elimination in combination with PB constraints
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8a0d79251e
commit
53aded3198
4 changed files with 14 additions and 19 deletions
|
@ -133,7 +133,7 @@ public:
|
|||
m_max_core_size(3),
|
||||
m_maximize_assignment(false),
|
||||
m_max_correction_set_size(3),
|
||||
m_pivot_on_cs(true)
|
||||
m_pivot_on_cs(true)
|
||||
{
|
||||
switch(st) {
|
||||
case s_primal:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue