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:
parent
80994f74bf
commit
c846902285
2 changed files with 6 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue