mirror of
https://github.com/Z3Prover/z3
synced 2026-05-28 21:06:29 +00:00
fix comment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5d23edd473
commit
1aa2158bf4
1 changed files with 1 additions and 1 deletions
|
|
@ -2140,7 +2140,7 @@ namespace smt2 {
|
|||
SASSERT(num_decls <= m_num_bindings);
|
||||
m_num_bindings -= num_decls;
|
||||
if (fr->m_kind == choice_k) {
|
||||
// create expression (select choice new_q)
|
||||
// create expression (choice new_q)
|
||||
// add to expr_stack().push_back(choice_expr);
|
||||
//
|
||||
throw default_exception("parsing of choice expressions is NYI");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue