Readonly
Performs equivalence elimination on the given formulas.
If A <=> B, then we derive (A => B) and (B => A).
An array of propositional formulas.
An array containing the inferred formulas.
if the formulas are not all equivalences.
Performs equivalence elimination on the given formulas.
If A <=> B, then we derive (A => B) and (B => A).