mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
avoid patching vars in powers
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
commit
ec1f449d34
15 changed files with 160 additions and 96 deletions
|
@ -419,7 +419,7 @@ public:
|
|||
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&);
|
||||
bool try_to_patch(lpvar, const rational&, const monic&);
|
||||
}; // end of core
|
||||
|
||||
struct pp_mon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue