3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-16 13:51:44 +00:00

add diagnostics option to new arithmetic solver

This commit is contained in:
Nikolaj Bjorner 2024-01-22 16:23:19 -08:00
parent 839b7101ae
commit 8d4e7fac6b
4 changed files with 24 additions and 1 deletions

View file

@ -472,7 +472,7 @@ namespace arith {
bool _has_var = has_var(t);
mk_enode(t);
theory_var v = mk_evar(t);
if (!_has_var) {
svector<lpvar> vars;
for (expr* n : *t) {