| 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.MIPSolver.Simple
Description
- [Gomory1960] Ralph E. Gomory. An Algorithm for the Mixed Integer Problem, Technical Report RM-2597, 1960, The Rand Corporation, Santa Monica, CA. http://www.rand.org/pubs/research_memoranda/RM2597.html
- [Gomory1958] Ralph E. Gomory. Outline of an algorithm for integer solutions to linear programs. Bull. Amer. Math. Soc., Vol. 64, No. 5. (1958), pp. 275-278. http://projecteuclid.org/euclid.bams/1183522679
Synopsis
Documentation
module Data.OptDir
results of optimization
Instances
| Show r => Show (OptResult r) Source # | |
| Eq r => Eq (OptResult r) Source # | |
| Ord r => Ord (OptResult r) Source # | |