mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
remove output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8e16acce19
commit
b91cb3ab6c
1 changed files with 0 additions and 1 deletions
|
@ -489,7 +489,6 @@ public:
|
|||
|
||||
model_converter_ref get_model_converter() const override {
|
||||
const_cast<sat_smt_solver*>(this)->convert_internalized();
|
||||
verbose_stream() << "get model converter " << (m_cached_mc.get() != nullptr) << "\n";
|
||||
if (m_cached_mc)
|
||||
return m_cached_mc;
|
||||
if (is_internalized() && m_internalized_converted) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue