mirror of
https://github.com/Z3Prover/z3
synced 2026-03-17 18:43:45 +00:00
Fix regression: use setup_solver_terms() instead of setup_solver_poly() in nra_solver check()
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
da54b16b7d
commit
9e96ee91dc
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ struct solver::imp {
|
|||
|
||||
smt_params_helper p(m_params);
|
||||
|
||||
setup_solver_poly();
|
||||
setup_solver_terms();
|
||||
|
||||
TRACE(nra, m_nlsat->display(tout));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue