3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

pb theory

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-11-17 10:41:15 -08:00
parent f3721e5a15
commit 8cb959127f

View file

@ -444,6 +444,7 @@ namespace smt {
if (c.lit().sign() == is_true) {
c.negate();
}
SASSERT(c.well_formed());
context& ctx = get_context();
numeral maxsum = 0;