mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
priority code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
99043399ce
commit
9c972521c4
3 changed files with 36 additions and 47 deletions
|
@ -215,11 +215,10 @@ public:
|
|||
|
||||
// returns true if the combination of the Horner's schema and Grobner Basis should be called
|
||||
bool need_to_call_algebraic_methods() const {
|
||||
return
|
||||
lp_settings().stats().m_nla_calls % m_nla_settings.horner_frequency() == 0;
|
||||
return lp_settings().stats().m_nla_calls % m_nla_settings.horner_frequency() == 0;
|
||||
}
|
||||
|
||||
lbool incremental_linearization(bool);
|
||||
void incremental_linearization(bool);
|
||||
|
||||
svector<lpvar> sorted_rvars(const factor& f) const;
|
||||
bool done() const;
|
||||
|
@ -407,7 +406,6 @@ public:
|
|||
bool find_bfc_to_refine(const monic* & m, factorization& bf);
|
||||
|
||||
bool conflict_found() const;
|
||||
lbool inner_check(bool derived);
|
||||
|
||||
lbool check(vector<lemma>& l_vec);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue