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

Elimination of substitutions #368

Open
berpeti opened this issue May 16, 2023 · 0 comments
Open

Elimination of substitutions #368

berpeti opened this issue May 16, 2023 · 0 comments
Labels
new feature Addition of new features

Comments

@berpeti
Copy link
Collaborator

berpeti commented May 16, 2023

Define a tactic that can simplify/eliminate substitutions based on heuristics. Possible uses are:

  • Opening and substitutions: p^[evar:n -> x]^[[evar: x -> q]] ===> p^[evar:n -> q]
  • Substitution in well-formed patterns: well_formed p -> p^[evar:n -> q] ===> p
  • Quantification and opening
  • Similar use cases for set variable substitutions
@berpeti berpeti added the new feature Addition of new features label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Addition of new features
Projects
None yet
Development

No branches or pull requests

1 participant