3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

throw exception instead of debug mode assertion in ast_manager on malformed input

Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
This commit is contained in:
Nikolaj Bjorner 2015-05-21 15:07:01 -07:00
parent cd8f82ebc2
commit c969d78042
3 changed files with 12 additions and 4 deletions

View file

@ -717,7 +717,7 @@ struct euclidean_solver::imp {
elim_unit();
else
decompose_and_elim();
TRACE("euclidean_solver_step", display(tout););
TRACE("euclidean_solver", display(tout););
if (inconsistent()) return false;
}
return true;