mirror of
https://github.com/Z3Prover/z3
synced 2025-11-02 20:47:52 +00:00
Cleanup array_eq_generalizer
This commit is contained in:
parent
da66ad6f80
commit
6fb6279f07
2 changed files with 64 additions and 56 deletions
|
|
@ -83,6 +83,8 @@ public:
|
|||
};
|
||||
|
||||
class lemma_array_eq_generalizer : public lemma_generalizer {
|
||||
private:
|
||||
bool is_array_eq(ast_manager &m, expr *e);
|
||||
public:
|
||||
lemma_array_eq_generalizer(context &ctx) : lemma_generalizer(ctx) {}
|
||||
~lemma_array_eq_generalizer() override {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue