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

Implement more utility functions #8

Open
2 of 3 tasks
spacekookie opened this issue Oct 26, 2017 · 0 comments
Open
2 of 3 tasks

Implement more utility functions #8

spacekookie opened this issue Oct 26, 2017 · 0 comments

Comments

@spacekookie
Copy link
Owner

spacekookie commented Oct 26, 2017

lrs can do a few things already but especially terms need more awareness of what's inside them. So there need to be a few utility functions that handle this. They don't need to be super fast (at least not for now) but need to provide easily callable functionality.

  • Find offending terms in a term ({ A, ¬A } which will start a branch reduce run)
  • Count occurrences of symbols in a clause ({ A, ¬B }, { A, C } should result in A: 2, ¬B: 1, C: 1)
  • Recognise "fuzzy results" ( { A, B } works with A=1, B=1 and A=1, B=0 and A=0, B=1 See Support "fuzzy" results #10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant