fslaborg / flips

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

[docs] Missing `WriteMPSFile` field in settings type of introduction #194

Closed bvenn closed 1 year ago

bvenn commented 1 year ago

I tried executing this intro problem and encountered a problem with the solver settings type. I assume the required field WriteMPSFile didn't exist when the documentation was written. https://github.com/fslaborg/flips/blob/22f78788773ddc13879dc656dd72cde2689468e6/docs/README.md?plain=1#L101-L105

Moreover the Solver module isn't opened, therefore the solve line does not work:

https://github.com/fslaborg/flips/blob/22f78788773ddc13879dc656dd72cde2689468e6/docs/README.md?plain=1#L108

All other examples worked like a charm :rocket: