package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type result =
  1. | Sat
  2. | Unsat
  3. | Unknown
type term
type memory
type access =
  1. | Select of term * int
  2. | Store of term
val put : Smt.Suid.t -> Sexpr.Expr.t list -> unit
val set_memory : addr:Z.t -> Z.t -> unit
val neq : term -> Z.t -> unit
val bind : Smt.Suid.t -> Sexpr.Expr.t -> Sexpr.Expr.t list -> term
val get : Sexpr.Expr.t -> term
val check_sat : unit -> result
val get_memory : unit -> memory * access Queue.t
val get_value : term -> Z.t
val get_at : memory -> term -> Z.t
val succ : term -> term
val close : unit -> unit