mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
patch real columns when they are factors
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
35c59e3ca0
commit
086149f3f8
2 changed files with 35 additions and 17 deletions
|
@ -415,10 +415,11 @@ public:
|
|||
bool influences_nl_var(lpvar) const;
|
||||
bool is_nl_var(lpvar) const;
|
||||
bool is_used_in_monic(lpvar) const;
|
||||
void patch_real_vars();
|
||||
void patch_real_var(lpvar);
|
||||
void patch_monomials_with_real_vars();
|
||||
void patch_monomial_with_real_var(lpvar);
|
||||
bool var_is_used_in_a_correct_monic(lpvar) const;
|
||||
void update_to_refine_of_var(lpvar j);
|
||||
bool try_to_patch(lpvar, const rational&);
|
||||
}; // end of core
|
||||
|
||||
struct pp_mon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue