mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 23:35:26 +00:00
debugging mc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c7ee532173
commit
e4f29a7b8a
38 changed files with 143 additions and 123 deletions
|
@ -947,7 +947,7 @@ private:
|
|||
|
||||
if (m_produce_models) {
|
||||
model_converter_ref mc;
|
||||
generic_model_converter * mc1 = alloc(generic_model_converter, m);
|
||||
generic_model_converter * mc1 = alloc(generic_model_converter, m, "pb2bv");
|
||||
for (auto const& kv : m_const2bit)
|
||||
mc1->hide(kv.m_value);
|
||||
// store temp int constants in the filter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue