Module Lp_grb.Stat

Status of the model.

type t =
  1. | LOADED
  2. | OPTIMAL
  3. | INFEASIBLE
  4. | INF_OR_UNBD
  5. | UNBOUNDED
  6. | OTHER
val of_int : int -> t
val to_string : t -> string