JuliaSymbolics / SymbolicUtils.jl

Symbolic expressions, rewriting and simplification
https://docs.sciml.ai/SymbolicUtils/stable/
Other
524 stars 99 forks source link

get all the rules #478

Open qwertyjl opened 1 year ago

qwertyjl commented 1 year ago

Is there a function that returns all the rules implemented in SymbolicUtils? My goal would be to use all the rules with the macro @areequal in Metatheory to check if two expressions are equal. Does this make sense in your opinion?