Skip to content

Commit

Permalink
Decrease Hamiltonian system test
Browse files Browse the repository at this point in the history
Trying to solve it for N=8 takes more than half an hour.
  • Loading branch information
SSoelvsten authored Dec 6, 2023
1 parent 945dc7f commit ef0f35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/system_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
include:
- name: 'Hamiltonian (ZDD)'
exec: adiar_hamiltonian_zdd
N: '1 2 3 4 5 6 7 8'
N: '1 2 3 4 5 6 7'

- name: 'Queens (BDD)'
exec: adiar_queens_bdd
Expand Down

0 comments on commit ef0f35f

Please sign in to comment.