alexandreLamarre / AItegral-model

Repository for all code related to training a model that computes symbolic integrals.
Apache License 2.0
1 stars 1 forks source link

Checking Valid Symbolic Formulas #9

Open alexandreLamarre opened 3 years ago

alexandreLamarre commented 3 years ago

User story

As a developper, I want to implement a valid symbolic formulas function, in order to both test random symbolic formula generation as well as provided (one of many) sanitizing functions for Data input to the model.

Acceptance critera

Implement a function that checks valid symbolic formula based on strict formula generation criteria. Returns true iff formula is valid.