mirror of
https://github.com/Z3Prover/z3
synced 2025-08-29 06:28:57 +00:00
update
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8b281b625e
commit
f6dd6a38cd
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue