mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 03:04:44 +00:00
debugging opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7fc1b75cb8
commit
b129ee764f
3 changed files with 7 additions and 3 deletions
|
@ -89,9 +89,7 @@ void generic_model_converter::operator()(model_ref & md) {
|
|||
}
|
||||
|
||||
void generic_model_converter::display(std::ostream & out) {
|
||||
unsigned i = 0;
|
||||
for (entry const& e : m_entries) {
|
||||
++i;
|
||||
switch (e.m_instruction) {
|
||||
case instruction::HIDE:
|
||||
display_del(out, e.m_f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue