plus

abstract operator fun plus(theory: Theory): Theory

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 fun plus(clause: Clause): Theory

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

Throws