Skip to content
/ Lp-Parser Public
forked from aphi/Lp-Parser

Very small and simple parser for CPLEX LP files into logical Python data structures

License

Notifications You must be signed in to change notification settings

5hun/Lp-Parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lp-Parser

Very small and simple parser for .LP files into logical Python data structures.

Requirements

Usage

>>> import lp_parser
>>> m = lp_parser.read("<lpFile>")

where m is a pulp.LpProblem object.

About

Very small and simple parser for CPLEX LP files into logical Python data structures

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.7%
  • CSS 13.6%
  • Python 12.7%