Safe Haskell | None |
---|---|
Language | Haskell2010 |
Numeric.Limp.Error
Description
Reasons an analysis, simplification or solution could fail
Synopsis
Documentation
data Infeasible Source #
Give reason for being infeasible, if possible
Constructors
InfeasibleNotIntegral | An integer variable is constrained to be equal to a non-int |
InfeasibleBoundEmpty | The bound on a variable or constraint is empty - lower bound is above upper. |
Instances
Eq Infeasible Source # | |
Defined in Numeric.Limp.Error | |
Show Infeasible Source # | |
Defined in Numeric.Limp.Error Methods showsPrec :: Int -> Infeasible -> ShowS # show :: Infeasible -> String # showList :: [Infeasible] -> ShowS # |