mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix #2780
This commit is contained in:
parent
3d874313d3
commit
f646c9ac11
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue