3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-03 01:40:22 +00:00

fixes to #596 and #592: use exponential step increments on integer problems, align int.to.str with canonizer and disequality checker

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-05-17 01:00:42 -07:00
parent 5250c3b9ed
commit ec565ae7a0
6 changed files with 289 additions and 55 deletions

View file

@ -813,7 +813,7 @@ namespace smt {
continue;
if (proofs_enabled()) {
new_bound.push_lit(l, ante.lit_coeffs()[i]);
}
}
else {
new_bound.push_lit(l, numeral::zero());
lits.insert(l.index());