3
0
Fork 0
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:
Nikolaj Bjorner 2024-08-23 09:20:11 -07:00
parent 3884fc7b11
commit a2b8b724b2
2 changed files with 5 additions and 5 deletions

View file

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