| Copyright | (c) Masahiro Sakai 2011 |
|---|---|
| License | BSD-style |
| Maintainer | masahiro.sakai@gmail.com |
| Stability | provisional |
| Portability | non-portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
| Extensions |
|
ToySolver.Arith.Simplex.Textbook.LPSolver.Simple
Description
High-Level API for LPSolver.hs
Synopsis
Documentation
results of optimization
Instances
| Show r => Show (OptResult r) Source # | |
| Eq r => Eq (OptResult r) Source # | |
| Ord r => Ord (OptResult r) Source # | |