glpk-headers

Low-level Haskell bindings to the GLPK library

LTS Haskell 22.18:0.5.1
Stackage Nightly 2024-04-27:0.5.1
Latest on Hackage:0.5.1

See all snapshots glpk-headers appears in

BSD-3-Clause licensed by Patrick Steele
Maintained by [email protected]
This version can be pinned in stack with:glpk-headers-0.5.1@sha256:aee8ee64f5fa4fb42e528a3f2fb6c68643c6f6da38449277ccfbe0b4964c2b58,1351

Module documentation for 0.5.1

Used by 1 package in nightly-2024-03-29(full list with versions):

glpk-headers

Comprehensive Haskell bindings to GLPK. No attempt is made to make these bindings conform to Haskell norms — they are a direct translation from the GLPK header file.

Requirements

  • GLPK >=4.65

Changes

Changelog for glpk-headers

[Unreleased]

  • The mkHaskellErrorHook function was added to Math.Programming.Glpk.Headers to support writing GLPK error handlers.

  • The mkHaskellTermHook function was added to Math.Programming.Glpk.Headers to support writing GLPK terminal callback hooks.

  • The mkHaskellMIPCallback function was added to Math.Programming.Glpk.Headers to support writing MIP callback functions.

[0.5.0] – 2021-03-07

  • Switch from Stack to Cabal (and Nix).
  • Update to GHC 8.8.4