mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 16:52:15 +00:00
fix validation code, disable PB compilation code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
72a7164e2d
commit
908dfd392e
3 changed files with 20 additions and 18 deletions
|
@ -42,7 +42,7 @@ namespace sat {
|
|||
m_roots[v.index()] = false;
|
||||
edges.push_back(v);
|
||||
}
|
||||
#if 1
|
||||
#if 0
|
||||
if (w.is_ext_constraint() &&
|
||||
s.m_ext &&
|
||||
learned &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue