Lp_glpk
High-level interface to GLPK.
module T = Lp_glpk_types.M
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).