package gbddml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module BddSource

Sourcetype t
Sourceval init_psz_verb : int -> bool -> unit
Sourceval init : ?pagesize:int -> ?verbose:bool -> unit -> unit
Sourceval root_var : t -> int
Sourceval high_part : t -> t
Sourceval low_part : t -> t
Sourceval is_leaf : t -> bool
Sourceval is_true : t -> bool
Sourceval is_false : t -> bool
Sourceval dtrue : unit -> t
Sourceval dfalse : unit -> t
Sourceval null : unit -> t
Sourceval idy : int -> t
Sourceval nidy : int -> t
Sourceval dnot : t -> t
Sourceval dor : t -> t -> t
Sourceval dand : t -> t -> t
Sourceval xor : t -> t -> t
Sourceval eq : t -> t -> t
Sourceval ite : t -> t -> t -> t
Sourceval size : t -> int
Sourceval supportsize : t -> int
Sourceval exist_local : t -> t -> t
Sourceval forall_local : t -> t -> t
Sourceval support_of_list : int list -> t
Sourceval exist : int list -> t -> t
Sourceval forall : int list -> t -> t
Sourceval print_mons : t -> unit
Sourceval topvar : t -> int
Sourceval dthen : t -> t
Sourceval delse : t -> t
Sourceval ithvar : int -> t
Sourceval is_cst : t -> bool
Sourceval support : t -> t
Sourceval list_of_support : t -> int list
OCaml

Innovation. Community. Security.