Popularity
2.8
Declining
Activity
1.1
Growing
3
2
2

Monthly Downloads: 19
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Math    

cplex-hs alternatives and similar packages

Based on the "Math" category.
Alternatively, view cplex-hs alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cplex-hs or a related project?

Add another 'Math' Package

README

cplex-haskell

Hackage version

Provides low level bindings to the CPLEX Callable Library. Provides a higher level interface for constructing linear and mip programs.

Includes:

  • Support for linear and mixed integer programming
  • MIP Callbacks and ability to add cuts
  • Write concise models:
 Constraints $ forall onus $ \j -> (sum splitters $ \i -> 1 :# (Phi i j) ) := 1

Installing on OSX

To install on OSX with cplex in the standard install location, specify the extra-lib-dirs as: cabal install cplex-hs --extra-lib-dirs=$HOME/Applications/IBM/ILOG/CPLEX_Studio1271/cplex/lib/x86-64_osx/static_pic/

Change Log

  • New MIP additions and callbacks
  • MIP additions by herwigstuetz
  • Originally developed by ghorn