Copyright | (c) Pablo Couto 2014 |
---|---|
License | GPL-3 |
Maintainer | pablo@infty.in |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
This module reexports some types and functions from Referees.Solver.Types.Internal.
For use with Matrix
s
Note that values of this type, when used to represent indices for a
Matrix
, may not be directly usable with access functions from
Data.Matrix. This is due to the possibility of some conversion between
indices for Matrix
s and []
having taken place in their construction.
For solving the distribution problem
type ProfitFunction a b c Source
type ProfitMatrix = Matrix Profit Source