limp-0.1.0.0: representation of Integer Linear Programs
Numeric.Limp.Program.Bounds
data Bounds z r c Source
Constructors
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