package lp

  1. Overview
  2. Docs

Module Lp.CnstrSource

Sourcetype t =
  1. | Eq of string option * Poly.t * Poly.t
  2. | Ineq of string option * Poly.t * Poly.t
Sourceval to_string : ?short:bool -> t -> string
Sourceval simplify_sides : Poly.t -> Poly.t -> Poly.t * Poly.t
Sourceval simplify : t -> t
Sourceval take_vars : t -> Var.t list
Sourceval eq : ?name:string option -> Poly.t -> Poly.t -> t
Sourceval lt : ?name:string option -> Poly.t -> Poly.t -> t
Sourceval gt : ?name:string option -> Poly.t -> Poly.t -> t
Sourceval (=$) : Poly.t -> Poly.t -> t
Sourceval (<$) : Poly.t -> Poly.t -> t
Sourceval (>$) : Poly.t -> Poly.t -> t
Sourceval trans_bound : string -> float -> float -> t -> t
Sourceval to_integer : string -> t -> t
Sourceval to_binary : string -> t -> t
OCaml

Innovation. Community. Security.