mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
trace push/pop
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
98d42421bc
commit
c7898b1977
2 changed files with 4 additions and 0 deletions
|
@ -187,9 +187,11 @@ public:
|
|||
switch_inc_mode();
|
||||
m_solver1->push();
|
||||
m_solver2->push();
|
||||
TRACE("pop", tout << "push\n";);
|
||||
}
|
||||
|
||||
void pop(unsigned n) override {
|
||||
TRACE("pop", tout << n << "\n";);
|
||||
switch_inc_mode();
|
||||
m_solver1->pop(n);
|
||||
m_solver2->pop(n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue