Examples
- Reference Manual Example
- The simple example that occurred within the GLPK reference manual.
- Max-Flow Example
- How to find a max flow for a given capacity graph within PyGLPK using a linear program.
- SAT Solver Example
- How to build a SAT solver within PyGLPK using mixed integer programming.
- Hamiltonian Path Example
- How to build a Hamiltonian path finder within PyGLPK using mixed integer programming. This is much more high level and brief than the SAT example, appropriate for those that find excessive wordiness annoying.
Thomas Finley, 2007, 2008