package lp-glpk

  1. Overview
  2. Docs
LP and MIP modeling in OCaml (GLPK interface)

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=92a179cb5ff0feb598b9cc404779f6dc
sha512=c34ee01cc8ffa980b7e94a951179292a40df98fb4afa6d0d7bbeb6ae0a8d60c3fbfc031a634e2ee74236b493f38ee548bf22acfb6b5c47baccbbf2778ff89c7c

doc/lp-glpk/Lp_glpk/index.html

Module Lp_glpkSource

High-level interface to GLPK.

Sourcemodule Simplex : sig ... end
Sourcemodule Milp : sig ... end
Sourceval solve : ?term_output:bool -> Lp.Problem.t -> (float * float Lp.PMap.t, string) result

Solve the problem using GLPK. GLPK can solve only linear problems (LP or MILP).

OCaml

Innovation. Community. Security.