mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 14:23:40 +00:00
DRAT debugging updates
This commit is contained in:
parent
6d0b89a989
commit
797f50e699
6 changed files with 19 additions and 6 deletions
|
@ -541,8 +541,6 @@ namespace smt2 {
|
|||
unsigned epos = sexpr_stack().size();
|
||||
SASSERT(epos >= spos);
|
||||
unsigned num = epos - spos;
|
||||
if (num == 0)
|
||||
throw parser_exception("invalid empty s-expression");
|
||||
sexpr * r = sm().mk_composite(num, sexpr_stack().c_ptr() + spos, line, pos);
|
||||
sexpr_stack().shrink(spos);
|
||||
sexpr_stack().push_back(r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue