Alex23087 / Failure-SSIL-Analyser

GNU General Public License v3.0
1 stars 2 forks source link

[Logic] Add conversion function for logic formulas to existential disjunctive normal form #20

Closed elvilio closed 4 weeks ago

elvilio commented 5 months ago

Convert all logic formulas to normal form that uses only existentials and disjunctions following using the equivalences:

Note that the existential quantification is external with respect to the disjoints.

Yurand2000 commented 4 months ago

TO DO: