package lp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Max of Poly.t
  2. | Min of Poly.t
val maximize : Poly.t -> t
val minimize : Poly.t -> t
val take_vars : t -> Var.t list
val to_string : ?short:bool -> t -> string
val degree : t -> int
OCaml

Innovation. Community. Security.