mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 06:45:25 +00:00
bug fixes reported by Miguel
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b72225d7d0
commit
32711790e8
6 changed files with 17 additions and 4 deletions
|
@ -510,7 +510,6 @@ public:
|
|||
}
|
||||
m_internalized_fmls.reset();
|
||||
g.get_formulas(m_internalized_fmls);
|
||||
// g.display(std::cout);
|
||||
m_internalized_converted = true;
|
||||
// if (mc) mc->display(std::cout << "mc");
|
||||
// if (m_mc) m_mc->display(std::cout << "m_mc\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue