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

Add and Fix Game-of-Life, Hamiltonian, and QBF for Grendel #100

Merged
merged 24 commits into from
Feb 9, 2024

Conversation

SSoelvsten
Copy link
Owner

@SSoelvsten SSoelvsten commented Feb 2, 2024

Game of Life

Hamiltonian

  • Fix indentation and lingering debug printing
  • Add Grendel timings for Hamiltonian with Heule's & Bryant's n2log(n) encoding.
  • Update Grendel timings for Hamiltonian with Bryant's n4 encoding

QBF

  • Merges prenex quantifiers. Even though, in Jaco's experience, this is not always a good thing to do, it fits better with the goal of our experiments (closes Merge Quantifier blocks in Prenex #99).
  • Moved TODOs into QBF Solver : ZDDs #78 .
  • Fix Debug mode assertions.
  • Ensure STATS outputs are flushed. This way, one has a working "progress bar"
  • Add Grendel timings for QBF

Other

@SSoelvsten SSoelvsten added ⏰ benchmark New or changes to existing benchmark 🖥️ grendel Changes for the Grendel Cluster labels Feb 2, 2024
@SSoelvsten SSoelvsten self-assigned this Feb 2, 2024
@SSoelvsten SSoelvsten force-pushed the grendel/add_qbf+goe branch 7 times, most recently from a4ba711 to 2610268 Compare February 9, 2024 09:07
@SSoelvsten SSoelvsten force-pushed the grendel/add_qbf+goe branch 2 times, most recently from c6cb727 to 59b0247 Compare February 9, 2024 10:05
@SSoelvsten SSoelvsten merged commit 23b4220 into main Feb 9, 2024
@SSoelvsten SSoelvsten deleted the grendel/add_qbf+goe branch February 9, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⏰ benchmark New or changes to existing benchmark 🖥️ grendel Changes for the Grendel Cluster
Projects
None yet
1 participant