Module M.ObjSense

type t = Lp_highs_bindings_types.M(G).ObjSense.t =
  1. | MINIMIZE
  2. | MAXIMIZE
val of_int : int Lp_highs_consts.G.const -> t
val to_int : t -> int Lp_highs_consts.G.const
val t : t G.typ