| Copyright | (c) Masahiro Sakai 2017 |
|---|---|
| License | BSD-style |
| Maintainer | masahiro.sakai@gmail.com |
| Stability | provisional |
| Portability | non-portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
| Extensions |
|
Numeric.Optimization.MIP.Solver.Glpsol
Description
Synopsis
- data Glpsol = Glpsol {
- glpsolPath :: String
- glpsolArgs :: [String]
- glpsol :: Glpsol
Documentation
A solver instance for calling glpsol command from GLPK (GNU Linear Programming Kit).
Use glpsol and record update syntax to modify its field.
Constructors
| Glpsol | |
Fields
| |
Instances
| Default Glpsol Source # | |
Defined in Numeric.Optimization.MIP.Solver.Glpsol | |
| IsSolver Glpsol IO Source # | |
Defined in Numeric.Optimization.MIP.Solver.Glpsol Methods solve' :: Glpsol -> SolveOptions -> Problem Scientific -> IO (Solution Scientific) Source # solve :: Glpsol -> SolveOptions -> Problem Scientific -> IO (Solution Scientific) Source # | |