Module Make.PassiveSet
include CLAUSE_SET
val on_add_clause : C.t Logtk.Signal.tsignal triggered when a clause is added to the set
val on_remove_clause : C.t Logtk.Signal.tsignal triggered when a clause is removed from the set
val add : C.t Sequence.t -> unitAdd clauses to the set
val remove : C.t Sequence.t -> unitRemove clauses from the set
val clauses : unit -> C.ClauseSet.tCurrent set of clauses
val queue : CQueue.tCurrent state of the clause queue
val next : unit -> C.t optionGet-and-remove the next passive clause to process