From e72326081fe216b207e8cfa94e8db5c6d6de19dc Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Wed, 20 Apr 2022 22:31:13 -0500 Subject: AƱadido wrapper de simplificador MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/simplifier.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/simplifier.hpp b/include/simplifier.hpp index 8bc363d..948c569 100644 --- a/include/simplifier.hpp +++ b/include/simplifier.hpp @@ -23,4 +23,6 @@ public: Expression *visit(PowerExpression *expr); }; +Expression *simplify(Expression *to_simplify); + #endif /* SIMPLIFIER_H */ -- cgit v1.2.3