package lp-gurobi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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