Lp_highs.Ctypesval solve :
?msg:bool ->
?log_path:string ->
?time_limit:float ->
?gap_rel:float ->
?gap_abs:float ->
?options:(string * string) list ->
Lp.Problem.t ->
(float * float Lp.PMap.t, string) Stdlib.resultRun HiGHS through the C API and obtain the output solution. This backend supports LP, MILP, and convex QP. MIQP and quadratically constrained classes (QCP/MIQCP) are unsupported.