mentat-collective / emmy

The Emmy Computer Algebra System.
https://emmy.mentat.org
GNU General Public License v3.0
406 stars 24 forks source link

CSE leaving a lot on the table due to variadic *, + etc #135

Closed sritchie closed 1 year ago

sritchie commented 1 year ago

For example, look at all of the duplicate multiplications not getting extracted:

image

any thoughts @littleredcomputer ?

sritchie commented 1 year ago

This is no longer an issue, due to #143 .