mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
force the new arithmetic solver for QF_LIA
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
567fbac27f
commit
fc4627a24f
4 changed files with 14 additions and 14 deletions
|
@ -366,8 +366,6 @@ Notes:
|
|||
if (cmp == LE || cmp == EQ || cmp == LE_FULL) {
|
||||
last = k + 1;
|
||||
}
|
||||
bool full = cmp == LE_FULL || cmp == GE_FULL;
|
||||
|
||||
literal_vector carry;
|
||||
for (unsigned i = 0; i < last; ++i) {
|
||||
carry.push_back(ctx.mk_false());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue