epfl-lara / stainless

Verification framework and tool for higher-order Scala programs
https://epfl-lara.github.io/stainless/
Apache License 2.0
349 stars 49 forks source link

Equivalence checking: avoid pairwise matching of "external" methods #1503

Closed mario-bucev closed 4 months ago

mario-bucev commented 4 months ago

Methods coming outside of the model and candidate functions do not benefit from pairwise matching, so this PR excludes them.