package lp-glpk

  1. Overview
  2. Docs

High-level interface to GLPK.

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

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