package lp-gurobi

  1. Overview
  2. Docs

Module Lp_gurobi.ConstrSource

Sourcetype 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;
}
Sourceval to_sense : Lp.Cnstr.t -> Lp_grb.Cs.t
Sourceval of_cnstr : Lp.Var.t list -> Lp.Cnstr.t -> t
OCaml

Innovation. Community. Security.