Copyright | (c) Masahiro Sakai 2011-2014 |
---|---|
License | BSD-style |
Maintainer | masahiro.sakai@gmail.com |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
A CPLEX .lp format parser library.
References:
- parseString :: SourceName -> String -> Either ParseError Problem
- parseFile :: FilePath -> IO (Either ParseError Problem)
- parser :: Parser Problem
- render :: Problem -> Either String String
Documentation
parseString :: SourceName -> String -> Either ParseError Problem Source
Parse a string containing LP file data. The source name is only | used in error messages and may be the empty string.