mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
parent
61d9960420
commit
d945227904
2 changed files with 3 additions and 1 deletions
|
@ -1691,7 +1691,7 @@ void cmd_context::display_model(model_ref& mdl) {
|
|||
add_declared_functions(*mdl);
|
||||
if (p.v1() || p.v2()) {
|
||||
std::ostringstream buffer;
|
||||
model_v2_pp(buffer, *mdl, p.partial());
|
||||
model_v2_pp(buffer, *mdl, false);
|
||||
regular_stream() << "\"" << escaped(buffer.str().c_str(), true) << "\"" << std::endl;
|
||||
} else {
|
||||
regular_stream() << "(model " << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue