limp-0.1.0.0: representation of Integer Linear Programs

Safe HaskellNone
LanguageHaskell2010

Numeric.Limp.Program.Bounds

Documentation

data Bounds z r c Source

Constructors

BoundZ (B (Z c) z) 
BoundR (B (R c) r) 

type B rep v = (Maybe rep, v, Maybe rep) Source

lowerUpperZ :: Rep c => Z c -> z -> Z c -> Bounds z r c Source

lowerZ :: Rep c => Z c -> z -> Bounds z r c Source

upperZ :: Rep c => z -> Z c -> Bounds z r c Source

binary :: Rep c => z -> Bounds z r c Source

lowerUpperR :: Rep c => R c -> r -> R c -> Bounds z r c Source

lowerR :: Rep c => R c -> r -> Bounds z r c Source

upperR :: Rep c => r -> R c -> Bounds z r c Source