3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-05 22:06:03 +00:00

fix dotnet build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-26 09:44:21 -08:00
parent 915ff38f97
commit 833b54a12c
3 changed files with 5 additions and 1 deletions

View file

@ -1134,6 +1134,7 @@ public:
void apply_sort_cnstr(enode* n, sort*) {
TRACE("arith", tout << "sort constraint: " << mk_pp(n->get_owner(), m) << "\n";);
#if 0
if (!th.is_attached_to_var(n)) {
theory_var v = mk_var(n->get_owner(), false);
auto vi = register_theory_var_in_lar_solver(v);
@ -1142,6 +1143,7 @@ public:
// TBD: add a way to bind equality between vi and wi in m_solver
}
}
#endif
}
void push_scope_eh() {