mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
more fixes in patching of monomials
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
2d01c64d2c
commit
55329ea935
3 changed files with 33 additions and 4 deletions
|
@ -420,6 +420,7 @@ public:
|
|||
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&, const monic&);
|
||||
bool to_refine_is_correct() const;
|
||||
}; // end of core
|
||||
|
||||
struct pp_mon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue