3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-03 22:05:45 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-22 15:08:19 -07:00
parent 61d9960420
commit d945227904
2 changed files with 3 additions and 1 deletions

View file

@ -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;