InvGenGraphGraph representing equivalence classes and ordering between some terms.
There's one graph module per domain we are interested in: bool, int and real. They're generated by a common functor using the domains from InvGenDomain.
module Lsd = LockStepDriverLSD module.
type term = Term.tTerm.
val write_dot_to :
string ->
string ->
string ->
(Stdlib.Format.formatter -> 'a -> unit) ->
'a ->
unitwrite_dot_to path name suff fmt graph Writes a graph in graphviz to file <path>/<name>_<suff>.dot.
module type Graph = sig ... endSignature of the modules created by the graph functor.
module EqOnly : sig ... endGraph modules for equivalence only.