3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2019-12-04 10:45:17 +03:00
parent 3d874313d3
commit f646c9ac11

View file

@ -976,7 +976,8 @@ public:
void apply_sort_cnstr(enode* n, sort*) {
if (!th.is_attached_to_var(n)) {
mk_var(n->get_owner(), false);
theory_var v = mk_var(n->get_owner(), false);
get_var_index(v);
}
}