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

Second Literal Probing (working name) #47

Draft
wants to merge 17 commits into
base: dev
Choose a base branch
from
Draft

Second Literal Probing (working name) #47

wants to merge 17 commits into from

Conversation

elteammate
Copy link
Collaborator

Depends on #46.

Implements "Second Literal Probing". If, during FLP, the probe caused no conflict, we propagate another probe, trying to reach conflict. If the conflict is discovered, we learn the binary clause from the negation of the first and the second probe. This preprocessing heuristic is pretty weak, and perhaps some additional research should be put into it. Open questions include:

  • How to choose the second probe?
  • Does the binary clause even help with anything?
  • Does it make sense to call this for every probe?
  • What if we can learn additional clauses, like we do in FLP using HBR?
  • etc.

@elteammate elteammate requested a review from Lipen July 26, 2023 15:35
@Lipen Lipen marked this pull request as draft August 29, 2023 10:10
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