assertZ

abstract fun assertZ(clause: Clause): Theory
open fun assertZ(struct: Struct): Theory

Adds given clause after all other clauses in this theory

abstract fun assertZ(clauses: Iterable<Clause>): Theory
abstract fun assertZ(clauses: Sequence<Clause>): Theory

Adds the given clauses after all other clauses in this theory