/Lp-Parser

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

Primary LanguageHTMLMIT LicenseMIT

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.