Safe Haskell | None |
---|---|
Language | Haskell2010 |
Reasons an analysis, simplification or solution could fail
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. |