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:
parent
839b7101ae
commit
8d4e7fac6b
4 changed files with 24 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue