mirror of
https://github.com/Z3Prover/z3
synced 2025-07-17 09:56:39 +00:00
remove limiting error mode #6600
This commit is contained in:
parent
755b517001
commit
4aa05b2b57
1 changed files with 1 additions and 3 deletions
|
@ -2640,8 +2640,6 @@ namespace smt2 {
|
||||||
check_lparen_next("invalid get-value command, '(' expected");
|
check_lparen_next("invalid get-value command, '(' expected");
|
||||||
while (!curr_is_rparen()) {
|
while (!curr_is_rparen()) {
|
||||||
parse_expr();
|
parse_expr();
|
||||||
if (!is_ground(expr_stack().back()))
|
|
||||||
throw cmd_exception("invalid get-value term, term must be ground and must not contain quantifiers");
|
|
||||||
m_cached_strings.push_back(m_scanner.cached_str(cache_it, m_cache_end));
|
m_cached_strings.push_back(m_scanner.cached_str(cache_it, m_cache_end));
|
||||||
cache_it = m_cache_end;
|
cache_it = m_cache_end;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue