package lp-gurobi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. linds : int list;
  2. lvals : float list;
  3. qrows : int list;
  4. qcols : int list;
  5. qvals : float list;
  6. sense : Lp_grb.Cs.t;
  7. rhs : float;
  8. cname : string;
}
val to_sense : Lp.Cnstr.t -> Lp_grb.Cs.t
val of_cnstr : Lp.Var.t list -> Lp.Cnstr.t -> t
OCaml

Innovation. Community. Security.