You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expression to dag nodes (#17)
* expression to arithmetics
* return max degree and depth
* simplify api
* dedup constant & challenge
* Dag in node structure
* with zero/one optimisation
* build dag from monomial terms
* tune api interface
* chores: rename & clippy
* fmt