Lp_glpkHigh-level interface to GLPK.
module T = Lp_glpk_types.Mmodule Simplex : sig ... endmodule Milp : sig ... endval solve :
?term_output:bool ->
Lp.Problem.t ->
(float * float Lp.PMap.t, string) Stdlib.resultSolve the problem using GLPK. GLPK can solve only linear problems (LP or MILP).