fslaborg / flips

Fsharp LInear Programming System
https://flipslibrary.com/#/
MIT License
253 stars 32 forks source link

Model SliceMap interaction as trees #75

Closed matthewcrews closed 4 years ago

matthewcrews commented 4 years ago

The LinearExpression update showed that there are significant performance improvements that can be made by modeling the expressions as tree structures. This made building them much faster. It would be good to give SliceMaps the same treatment because at the moment, they are slow for anything of significant size.