package lp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Eq of string option * Poly.t * Poly.t
  2. | Ineq of string option * Poly.t * Poly.t
val to_string : ?short:bool -> t -> string
val simplify_sides : Poly.t -> Poly.t -> Poly.t * Poly.t
val simplify : t -> t
val take_vars : t -> Var.t list
val eq : ?name:string option -> Poly.t -> Poly.t -> t
val lt : ?name:string option -> Poly.t -> Poly.t -> t
val gt : ?name:string option -> Poly.t -> Poly.t -> t
val (=$) : Poly.t -> Poly.t -> t
val (<$) : Poly.t -> Poly.t -> t
val (>$) : Poly.t -> Poly.t -> t
val trans_bound : string -> float -> float -> t -> t
val to_integer : string -> t -> t
val to_binary : string -> t -> t
OCaml

Innovation. Community. Security.