plus

abstract operator override fun plus(theory: Theory): MutableTheory

Adds all the clauses of the given theory after all the clauses of this one, returning the resulting Theory (as a new instance, unless is emptyTheory.isEmpty).

Throws


open operator override fun plus(clause: Clause): MutableTheory

Adds the given clause to this Theory; equivalent to assertZ.

Throws