Libzipperposition.Trailmodule Lit = BBox.Litval hash : t -> inttype bool_lit = Lit.tval empty : tval length : t -> intval labels : t -> Logtk.Index_intf.labelsval is_empty : t -> boolEmpty trail?
val is_trivial : t -> boolreturns true iff the trail contains both i and -i.
type valuation = bool_lit -> boolA boolean valuation
Trail.is_active t ~v is true iff all boolean literals in t are satisfied in the boolean valuation v.
val to_s_form : t -> Logtk.TypedSTerm.Form.t