package yices2_bindings

  1. Overview
  2. Docs
type t = Yices2_low.Types.ctx_config_t Ctypes.ptr
val malloc : unit -> t
val free : t -> unit
val set : t -> name:string -> value:string -> unit
val default : ?logic:string -> t -> unit