| 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.SCIP
Description
Documentation
A solver instance for calling scip command from SCIP Optimization Suite.
Use scip and record update syntax to modify its field.
Instances
| Default SCIP Source # | |
Defined in Numeric.Optimization.MIP.Solver.SCIP | |
| IsSolver SCIP IO Source # | |
Defined in Numeric.Optimization.MIP.Solver.SCIP Methods solve' :: SCIP -> SolveOptions -> Problem Scientific -> IO (Solution Scientific) Source # solve :: SCIP -> SolveOptions -> Problem Scientific -> IO (Solution Scientific) Source # | |