_Sequent
interface using an array of integers
to represents the sequent._Sequent
interface using an array of integers
to represents the sequent._Sequent
interface using
BitSetOfFormulas
to represent the left-hand and the right-hand sides._Sequent
interface using
BitSetOfFormulas
to represent the left-hand and the right-hand sides._Sequent
interface using lists to store left
and right formulas.flag
is true the launcher invoke the engine in trace
execution mode.b
is true
equivalences
(A <-> B)
are built as
(A -> B) & (B -> A)
.b
is true
equivalences
(A <-> B)
are built as
(A -> B) & (B -> A)
.b
is true
implications of the kind
A -> false
are built as ~ A
.b
is true
negated formulas (~ A) are built as
(A -> FALSE)
._SingleSuccedentSequent
interface using an
array of integers to represents the sequent._Sequent
interface on Formula
using a
BitSetOfFormulas
to represent the left-hand side._SingleSuccedentSequent
interface using lists
to store left formulas.ProofSearchResult.SUCCESS
if the goal of this rule
contains a clash and ProofSearchResult.FAILURE
otherwise.