mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
remove experimental option. Fix #4806
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ac1b3fc6f2
commit
1269776777
7 changed files with 2 additions and 118 deletions
|
@ -346,7 +346,6 @@ namespace arith {
|
|||
lbool make_feasible();
|
||||
lbool check_lia();
|
||||
lbool check_nla();
|
||||
void add_variable_bound(expr* t, rational const& offset);
|
||||
bool is_infeasible() const;
|
||||
|
||||
nlsat::anum const& nl_value(theory_var v, scoped_anum& r) const;
|
||||
|
@ -375,7 +374,6 @@ namespace arith {
|
|||
obj_map<expr, bound_info> m_term2bound_info;
|
||||
bool m_model_is_initialized{ false };
|
||||
|
||||
bool use_bounded_expansion() const { return get_config().m_arith_bounded_expansion; }
|
||||
unsigned small_lemma_size() const { return get_config().m_arith_small_lemma_size; }
|
||||
bool propagate_eqs() const { return get_config().m_arith_propagate_eqs && m_num_conflicts < get_config().m_arith_propagation_threshold; }
|
||||
bool should_propagate() const { return bound_prop_mode::BP_NONE != propagation_mode(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue