Safe Haskell | None |
---|---|
Language | Haskell2010 |
Reasons an analysis, simplification or solution could fail
Synopsis
Documentation
data Infeasible Source #
Give reason for being infeasible, if possible
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 (==) :: Infeasible -> Infeasible -> Bool # (/=) :: Infeasible -> Infeasible -> Bool # | |
Show Infeasible Source # | |
Defined in Numeric.Limp.Error showsPrec :: Int -> Infeasible -> ShowS # show :: Infeasible -> String # showList :: [Infeasible] -> ShowS # |