3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

add placeholder

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-11 20:31:05 -08:00
parent d02d90dab2
commit 4f33c123c9

View file

@ -1136,7 +1136,11 @@ public:
TRACE("arith", tout << "sort constraint: " << mk_pp(n->get_owner(), m) << "\n";);
if (!th.is_attached_to_var(n)) {
theory_var v = mk_var(n->get_owner(), false);
register_theory_var_in_lar_solver(v);
auto vi = register_theory_var_in_lar_solver(v);
expr* e = nullptr;
if (a.is_to_real(n->get_owner(), e)) {
// TBD: add a way to bind equality between vi and wi in m_solver
}
}
}