mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 16:27:11 +00:00
parent
9b609af8fc
commit
75a460cc15
2 changed files with 22 additions and 12 deletions
|
@ -1174,6 +1174,11 @@ 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)) {
|
||||
mk_var(n->get_owner());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void push_scope_eh() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue