mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 17:54:43 +00:00
fix output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0a8b924481
commit
1fec4bbe94
3 changed files with 34 additions and 31 deletions
|
@ -489,7 +489,7 @@ namespace smt {
|
|||
|
||||
proto_model * model_generator::mk_model() {
|
||||
SASSERT(!m_model);
|
||||
TRACE("model", m_context->display(tout););
|
||||
TRACE("model_verbose", m_context->display(tout););
|
||||
init_model();
|
||||
register_existing_model_values();
|
||||
mk_bool_model();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue