MIP-0.2.0.0: Library for using Mixed Integer Programming (MIP)
Copyright(c) Masahiro Sakai 2017
LicenseBSD-style
Maintainermasahiro.sakai@gmail.com
Stabilityprovisional
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell2010
Extensions
  • ConstrainedClassMethods
  • MultiParamTypeClasses

Numeric.Optimization.MIP.Solver.LPSolve

Description

 
Synopsis

Documentation

data LPSolve Source #

A solver instance for calling lp_solve command from lp_solve package.

Use lpSolve and record update syntax to modify its field.

Constructors

LPSolve 

lpSolve :: LPSolve Source #

Default value of LPSolve