bradfordboyle / pyglpk

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

Update inline help for `LPX.integer()` to include new keyword args #14

Open bradfordboyle opened 7 years ago

bradfordboyle commented 7 years ago

New keyword args (in particular presolve and binarize) were added to the integer method of LPX objects but they were not documented. The inline documentation as well as the HTML documentation should be updated.