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:
parent
cd8f82ebc2
commit
c969d78042
3 changed files with 12 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue