glpk-hs-0.0.3: Comprehensive GLPK linear programming bindings

Data.LinearProgram.GLPK.IO

Synopsis

Documentation

readLP :: FilePath -> IO (LP String Double)Source

Read a linear program from a file in CPLEX LP format.

writeLP :: (Ord v, Show v, Real c) => FilePath -> LP v c -> IO ()Source

Write a linear program to a file in CPLEX LP format.