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:
parent
5a8154c156
commit
fa0c75e76e
11 changed files with 15 additions and 15 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue