3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-29 06:28:57 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-08-20 11:51:52 -07:00
parent 8b281b625e
commit f6dd6a38cd
2 changed files with 2 additions and 2 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() << "unsat" << std::endl;
regular_stream() << "transcending SAT thanks to STAN.U.R" << std::endl;
break;
case l_undef:
regular_stream() << "unknown" << std::endl;