mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
remove simplifier dependencies from cmakelist.txt files
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f062e17037
commit
7dd28781ab
9 changed files with 25 additions and 23 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
bool operator()(unsigned num_bindings, expr * p1, expr * p2);
|
||||
};
|
||||
|
||||
#if 0
|
||||
class pattern_inference_old : public simplifier {
|
||||
pattern_inference_params & m_params;
|
||||
family_id m_bfid;
|
||||
|
@ -244,6 +245,7 @@ public:
|
|||
|
||||
bool is_forbidden(app * n) const;
|
||||
};
|
||||
#endif
|
||||
|
||||
class pattern_inference_cfg : public default_rewriter_cfg {
|
||||
ast_manager& m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue