package lp-gurobi

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

Module Lp_grb.StatSource

Status of the model.

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

Innovation. Community. Security.