bradfordboyle / pyglpk

Updated fork of T. Finley's PyGLPK module
GNU General Public License v3.0
14 stars 11 forks source link

docs #11

Closed kvak closed 7 years ago

kvak commented 7 years ago

Hi,

Thanks for this project, looks great,

I'm not sure this is the right place to post this, but I am trying to get to grip with this lib (I have prior experience of calling GLPK from R and cvxopt) and I think this could help people more generally.

I am looking for a brief (classical) example. Something like the example page 74 ('As a simple example we solve the LP') of https://media.readthedocs.org/pdf/cvxopt/latest/cvxopt.pdf.

Would it be possible to write this simple case? It will help me get started. My idea is to bootstrap from that simple example and eventually commit a 'examples for dummies' file;)

Thanks!

bradfordboyle commented 7 years ago

Take a look at pyglpk/html/ex_ref.html. This is the original HTML documentation, but I would welcome a pull request that converts/updates the docs to use something like readthedocs.org for hosting.