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:
parent
5250c3b9ed
commit
ec565ae7a0
6 changed files with 289 additions and 55 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue