Chop Logic Core - v1.8.1
    Preparing search index...

    Function arePropFormulasStructurallyEqual

    • Checks whether two propositional formulas are structurally equivalent. Two formulas are considered structurally equivalent if they have the exact same structure, operators, and variable names in the same positions.

      Parameters

      • formulas: PropFormula[]

        An array of propositional formulas to check.

      Returns boolean

      True if the formulas are structurally equivalent, otherwise false.