3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 09:04:07 +00:00
This commit is contained in:
Nikolaj Bjorner 2025-02-19 09:39:17 -08:00
parent 075773e519
commit 712231dcda

View file

@ -737,6 +737,7 @@ public:
else {
if (opt != symbol(":?"))
ctx.print_unsupported(opt, m_line, m_pos);
ctx.regular_stream() << "; Suppported get-info parameters:\n";
ctx.regular_stream() << "; (get-info :reason-unknown)\n";
ctx.regular_stream() << "; (get-info :status)\n";
ctx.regular_stream() << "; (get-info :version)\n";