contains

abstract operator fun contains(clause: Clause): Boolean

Checks if given clause is contained in this theory

abstract operator fun contains(head: Struct): Boolean

Checks if given clause is present in this theory

abstract operator fun contains(indicator: Indicator): Boolean

Checks if clauses exists in this theory having the specified Indicator as head; this should be well-formed