mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +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
|
@ -172,7 +172,7 @@ public:
|
|||
m_solver2->assert_expr(t);
|
||||
}
|
||||
|
||||
virtual void assert_expr_core(expr * t, expr * a) {
|
||||
virtual void assert_expr_core2(expr * t, expr * a) {
|
||||
if (m_check_sat_executed)
|
||||
switch_inc_mode();
|
||||
m_solver1->assert_expr(t, a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue