mirror of
https://github.com/Z3Prover/z3
synced 2026-02-28 10:51:28 +00:00
expr utilities for pb
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
39333273a5
commit
7bd4a313dd
2 changed files with 45 additions and 0 deletions
|
|
@ -1976,6 +1976,7 @@ namespace sat {
|
|||
for (unsigned i = 0; !found && i < c.k(); ++i) {
|
||||
found = c[i] == l;
|
||||
}
|
||||
CTRACE("ba",!found, tout << l << ": " << c << "\n";);
|
||||
SASSERT(found););
|
||||
|
||||
// IF_VERBOSE(0, if (_debug_conflict) verbose_stream() << "ante " << l << " " << c << "\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue