mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
remove output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8230cbef4c
commit
5f0a02b5f7
1 changed files with 0 additions and 1 deletions
|
@ -1030,7 +1030,6 @@ struct sat2goal::imp {
|
|||
|
||||
void operator()(expr_ref& formula) override {
|
||||
if (!m_imc) {
|
||||
std::cout << "create generic\n";
|
||||
m_imc = alloc(generic_model_converter, m());
|
||||
sat::literal_vector updates;
|
||||
m_mc.expand(updates);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue