3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

simplify patch_blocker()

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-04-06 15:32:35 -07:00
parent 80994f74bf
commit c846902285
2 changed files with 6 additions and 3 deletions

View file

@ -423,7 +423,7 @@ public:
void update_to_refine_of_var(lpvar j);
bool try_to_patch(lpvar, const rational&, const monic&);
bool to_refine_is_correct() const;
bool patch_blocker(lpvar patched_j, lpvar u, const monic& m) const;
bool patch_blocker(lpvar u, const monic& m) const;
}; // end of core
struct pp_mon {