Esempio n. 1
0
 virtual void push_core() {
     flush_assertions();
     m_rewriter.push();
     m_solver->push();
 }
Esempio n. 2
0
 void push_core() override {
     flush_assertions();
     m_rewriter.push();
     m_solver->push();
 }