Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored method for loading rule tooltip images, new Equivalence sub category, adjacency generalization, updated quantifier parsing and split quantifier distribution #141

Merged
merged 5 commits into from
Nov 28, 2024

Conversation

zacharybonagura
Copy link
Collaborator

  • Refactored the function that loads images for each rule to ensure optimization in program so images are only loaded once. Additionally, regrouped all equivalence rules into one sub category named "Equivalence".
  • Fixed glitch where quantifiers would distribute across multiple expressions, now only distributes over single Expr, whether it's one term or multiple wrapped in parenthesis
  • Added adjacency generalization to support nested operations
  • Split Quantifier Distribution into two separate rules, one Quantifier Distribution under Quantifier Equivalence, the other Quantifier Inference under Misc. Inference
  • Updated rule images and package dependencies

…b category

Refactored the function that loads images for each rule to ensure optimization in program so images are only loaded once. Additionally, regrouped all equivalence rules into one sub category named "Equivalence".
Fixed glitch where quantifiers would distribute across multiple expressions, now only distributes over single Expr, whether it's one term or multiple wrapped in parenthesis
Split Quantifier Distribution into two separate rules, one Quantifier Distribution under Quantifier Equivalence, the other Quantifier Inference under Misc. Inference
Updated rule images and package dependencies
Added integrity values back to index file
@zacharybonagura zacharybonagura merged commit fcd1839 into Bram-Hub:master Nov 28, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant