mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
hide bit-vector dependencies under seq_util
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
dbfeeb8b1c
commit
2aa7ccc4a9
16 changed files with 89 additions and 97 deletions
|
@ -1573,7 +1573,6 @@ namespace opt {
|
|||
m_model_converter->display(verbose_stream() << "mc\n");
|
||||
model_smt2_pp(verbose_stream(), m, *mdl, 0);
|
||||
verbose_stream() << to_string_internal() << "\n");
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue