mirror of
https://github.com/Z3Prover/z3
synced 2025-11-24 14:41:28 +00:00
parent
7fdc5ab682
commit
201731baf1
3 changed files with 6 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ struct solver::imp {
|
|||
lbool r = l_undef;
|
||||
statistics& st = m_nla_core.lp_settings().stats().m_st;
|
||||
try {
|
||||
//verbose_stream() << m_limit.
|
||||
r = m_nlsat->check();
|
||||
}
|
||||
catch (z3_exception&) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue