3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-29 13:28:44 +00:00

rename to core2 to avoid overloaded virtual

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-02-07 15:13:13 -08:00
parent 5a8154c156
commit fa0c75e76e
11 changed files with 15 additions and 15 deletions

View file

@ -49,7 +49,7 @@ public:
m_in_delayed_scope(false),
m_dump_counter(0) {
if (is_virtual()) {
solver_na2as::assert_expr_core(m.mk_true(), pred);
solver_na2as::assert_expr_core2(m.mk_true(), pred);
}
}