Resolution method solver
Algorithm for demonstrating unsatisfiability of predicate logic formulas
How to Utilize the Algorithm:
- Begin by entering the language symbols.
- Input the formulas you wish to demonstrate as unsatisfiable.
- Click on the "Make transformations" button to convert the formulas into disjunct sets.
- Then, initiate the resolution process by clicking the "Apply Resolution" button.
- The algorithm will attempt to construct a step-by-step proof with a step count lower than the specified maximum.
It's important to note that the resolution method is semi-computable. If the provided formulas are indeed satisfiable, the algorithm will be unable to provide a solution, regardless of the maximum step count set.