limp-0.3.2.0: representation of Integer Linear Programs

Safe HaskellNone
LanguageHaskell2010

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.