IagoAbal / haskell-z3

Haskell bindings to Microsoft's Z3 API (unofficial).
Other
57 stars 45 forks source link

docs: added linear programming example #91

Open leoslf opened 8 months ago

leoslf commented 8 months ago

Hello,

Thank you for creating this z3 binding for Haskell. I finally landed here when I came across some libraries that could perform linear optimization/linear programming. I think it would help if there is a small example to get people started on optimization problems, as the docs for optimize* are still in progress.

Changes

Thanks for your consideration. Please do not hesitate to let me know if there is anything you would like to change.

Best Regards, Leo