Copyright | (c) Masahiro Sakai 2025 |
---|---|
License | BSD-style |
Maintainer | masahiro.sakai@gmail.com |
Stability | provisional |
Portability | non-portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Extensions |
|
Numeric.Optimization.MIP.Solver.Printemps
Description
Synopsis
- data Printemps = Printemps {
- printempsPath :: String
- printempsArgs :: [String]
- printemps :: Printemps
Documentation
A solver instance for calling mps_solver.exe
command from PRINTEMPS.
It requires PRINTEMPS version 2.6.0 or later.
Use printemps
and record update syntax to modify its field.
Constructors
Printemps | |
Fields
|
Instances
Default Printemps Source # | |
Defined in Numeric.Optimization.MIP.Solver.Printemps | |
IsSolver Printemps IO Source # | |
Defined in Numeric.Optimization.MIP.Solver.Printemps Methods solve' :: Printemps -> SolveOptions -> Problem Scientific -> IO (Solution Scientific) Source # solve :: Printemps -> SolveOptions -> Problem Scientific -> IO (Solution Scientific) Source # |