3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-30 11:12:28 +00:00

remove invocation of debugger

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-07-12 17:07:44 -04:00
parent 559af09b07
commit 0bca2aabff
4 changed files with 5 additions and 5 deletions

View file

@ -251,6 +251,7 @@ struct goal2nlsat::imp {
}
void operator()(goal const & g) {
TRACE("goal2nlsat", g.display(tout););
if (has_term_ite(g))
throw tactic_exception("eliminate term-ite before applying nlsat");
unsigned sz = g.size();