fslaborg / flips

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

improved some test names #146

Closed TysonMN closed 3 years ago

TysonMN commented 3 years ago

There were some test names that had associativity and commutativity mixed up. I fixed all the ones that I could find. There is also one test with the Decision tests that is actually testing commutativity of LinearExpression addition. I left the test as is but changed the name to match this behavior.