Lp_highsHigh-level interface to HiGHS.
module Cmd : sig ... endmodule Ctypes : sig ... endval solve :
?path:string ->
?msg:bool ->
?log_path:string ->
?time_limit:float ->
?keep_files:bool ->
?gap_rel:float ->
?gap_abs:float ->
?options:(string * string) list ->
Lp.Problem.t ->
(float * float Lp.PMap.t, string) Stdlib.resultRun HiGHS and obtain the output solution. By default this uses Ctypes.solve. If path is given or keep_files=true, this falls back to Cmd.solve.