Skip to content

Remove unused prover9 dependency#180

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-44
Draft

Remove unused prover9 dependency#180
Copilot wants to merge 2 commits intomainfrom
copilot/fix-44

Conversation

Copy link
Contributor

Copilot AI commented Aug 24, 2025

This PR removes the unused .prover9 directory and its contents from the repository to clean up the codebase.

The .prover9 directory contained historical mace4/prover9 formulas and configuration files that were used for antimagma classification. However, as noted in the directory's own README:

Although, a complete antimagmas enumeration is already available in the package.

Since the package now provides complete antimagma enumeration functionality directly, these external prover9/mace4 files are no longer needed and can be safely removed.

Changes made:

  • Deleted .prover9/README.md
  • Deleted .prover9/antimagma.in

Verification:

  • Confirmed no other files in the repository reference the .prover9 directory or prover9/mace4 tools
  • All core package functionality remains intact
  • No breaking changes to the API or existing features

This cleanup reduces repository size and removes an unused dependency as requested.

Fixes #44.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link
Contributor Author

Copilot AI commented Aug 24, 2025

@limakzi 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

Co-authored-by: limakzi <50334623+limakzi@users.noreply.github.com>
Copilot AI changed the title [WIP] Get rid of prover9 dependency Remove unused prover9 dependency Aug 24, 2025
Copilot AI requested a review from limakzi August 24, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get rid of prover9 dependency

2 participants