Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 243 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 243 Bytes

cffi_glpk

  • CFFI bindings for GLPK
  • Build for GLPK 4.65, may or may not work for other versions.
  • Usage :
    • Briefly: from glpk_cffi import lib, ffi
    • See example/example.py complete example
    • Note import is glpk_cffi NOT cffi_glpk!!!