Closed jurajsic closed 3 weeks ago
This PR fixes counterexamples for antichain inclusion algorithm (both the word and path were incorrect) and for naive algorithm it fixes the path in the counterexamples.
It seems that there is significant slowdown while generating counterexamples, see verifit/z3-noodler#183
This PR fixes counterexamples for antichain inclusion algorithm (both the word and path were incorrect) and for naive algorithm it fixes the path in the counterexamples.