name: cplex-hs version: 0.4.0.4 synopsis: high-level CPLEX interface -- description: License: BSD3 License-file: LICENSE Copyright: (c) Greg Horn 2012-2013, Stefan Jacholke 2016 Author: Greg Horn, Stefan Jacholke Maintainer: Stefan Jacholke Homepage: https://github.com/stefan-j/cplex-haskell Bug-Reports: https://github.com/stefan-j/cplex-haskell/issues Category: Math Stability: Experimental Description: High level interface to CPLEX build-type: Simple cabal-version: >=1.24 Library default-language: Haskell2010 exposed-modules: CPLEX.Core, CPLEX.Param CPLEX.Bindings Data.LP Data.LP.Backend.Cplex -- other-modules: Build-depends: base < 5.0 , unordered-containers == 0.2.7.1 , hashable , containers < 6.0 , mtl < 2.3 , primitive < 0.7.0.0 , transformers < 0.5.3.0 , vector < 0.12.0.0 hs-source-dirs: src if os(linux) Extra-lib-dirs: /opt/ibm/ILOG/CPLEX_Studio_Community1263/cplex/lib/x86-64_linux/static_pic/ Extra-libraries: cplex, m, pthread Include-dirs: /opt/ibm/ILOG/CPLEX_Studio_Community1263/cplex/include/ cc-options: -Wall -Wextra