assertZ

abstract fun assertZ(clause: <ERROR CLASS>): Theory
open fun assertZ(struct: <ERROR CLASS>): Theory

Adds given clause after all other clauses in this theory


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

Adds the given clauses after all other clauses in this theory