3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-31 15:24:55 +00:00

after rebasing with Z3Prover

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-19 13:04:45 -08:00
parent 0039b68ca3
commit 7eb1affc7b
5 changed files with 21 additions and 23 deletions

View file

@ -32,7 +32,6 @@
#include "util/cancel_eh.h"
#include "util/scoped_timer.h"
#include "util/nat_set.h"
#include "util/lp/nra_solver.h"
#include "ast/ast_pp.h"
#include "model/numeral_factory.h"
#include "smt/smt_theory.h"
@ -1079,7 +1078,7 @@ public:
void apply_sort_cnstr(enode* n, sort*) {
if (!th.is_attached_to_var(n)) {
theory_var v = mk_var(n->get_owner(), false);
get_var_index(v);
register_theory_var_in_lar_solver(v);
}
}