A tool to automatically find counterexamples to external equivalence problems.
To install the project, run
pip install .Run the following for basic usage information:
anthem_counterexample -hTo generate and open the documentation, run
mkdocs serve -oMake sure to install the optional documentation dependencies via
pip install .[doc]Instructions to install and use nox can be found in
DEVELOPMENT.md