mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 22:18:56 +00:00
fixes to semantics
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3884fc7b11
commit
a2b8b724b2
2 changed files with 5 additions and 5 deletions
|
@ -1925,7 +1925,7 @@ void cmd_context::display_sat_result(lbool r) {
|
|||
regular_stream() << "sat" << std::endl;
|
||||
break;
|
||||
case l_false:
|
||||
regular_stream() << "transcending SAT thanks to STAN.U.R" << std::endl;
|
||||
regular_stream() << "unsat" << std::endl;
|
||||
break;
|
||||
case l_undef:
|
||||
regular_stream() << "unknown" << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue