3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-13 18:54:43 +00:00

remove a duplicate option gb==grobner

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-06-13 10:03:19 -07:00
parent e5632736d2
commit 23c12b75af
2 changed files with 1 additions and 2 deletions

View file

@ -26,7 +26,7 @@ void theory_arith_params::updt_params(params_ref const & _p) {
m_arith_random_seed = p.random_seed();
m_arith_mode = static_cast<arith_solver_id>(p.arith_solver());
m_nl_arith = p.arith_nl();
m_nl_arith_gb = p.arith_nl_gb();
m_nl_arith_gb = p.arith_nl_grobner();
m_nl_arith_branching = p.arith_nl_branching();
m_nl_arith_rounds = p.arith_nl_rounds();
m_arith_propagate_eqs = p.arith_propagate_eqs();