Skip to content

Commit

Permalink
enable apply_sort_cnstr()
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
  • Loading branch information
levnach committed Feb 27, 2020
1 parent 632b185 commit 4685317
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/smt/theory_lra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,6 @@ class theory_lra::imp {

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);
lpvar vj = register_theory_var_in_lar_solver(v);
Expand All @@ -1148,7 +1147,6 @@ class theory_lra::imp {
add_def_constraint(lu_constraints.second);
}
}
#endif
}

void push_scope_eh() {
Expand Down

0 comments on commit 4685317

Please sign in to comment.