Package com.logic.api

Class LogicAPI

java.lang.Object
com.logic.api.LogicAPI

public class LogicAPI extends Object
The LogicAPI class provides utility methods for parsing and verifying logical expressions and natural deduction proofs. It supports:
  • Parsing and checking well-formedness of propositional logic (PL) formulas.
  • Parsing and checking well-formedness of first-order logic (FOL) formulas.
  • Parsing and validating natural deduction (ND) proofs for both PL and FOL.

This class is not intended to be instantiated.

Since:
08-03-2025