Graph.DomainDomain with an order relation.
val fmt : Stdlib.Format.formatter -> t -> unitValue formatter.
val eval : TransSys.t -> Model.t -> Term.t -> tEvaluates a term.
val mine :
bool ->
bool ->
Analysis.param ->
TransSys.t ->
(TransSys.t * Term.TermSet.t) listMines a transition system for candidate terms.
val first_rep_of : Term.TermSet.t -> Term.t * Term.TermSet.tRepresentative of the first equivalence class.
False for bool, a random term in the set for arith.
val is_bot : Term.t -> boolReturns true iff the input term is bottom.
val is_top : Term.t -> boolReturns true iff the input term is top.