mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 11:58:31 +00:00
pb theory
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f3721e5a15
commit
8cb959127f
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ namespace smt {
|
||||||
if (c.lit().sign() == is_true) {
|
if (c.lit().sign() == is_true) {
|
||||||
c.negate();
|
c.negate();
|
||||||
}
|
}
|
||||||
|
SASSERT(c.well_formed());
|
||||||
|
|
||||||
context& ctx = get_context();
|
context& ctx = get_context();
|
||||||
numeral maxsum = 0;
|
numeral maxsum = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue