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:
parent
559af09b07
commit
0bca2aabff
4 changed files with 5 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue