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 --step-on-decision to the solver #1038

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Add --step-on-decision to the solver #1038

merged 1 commit into from
Jun 10, 2024

Conversation

dcookspi
Copy link
Collaborator

@dcookspi dcookspi commented Jun 8, 2024

This adds --step-on-decision option to the solver. This pauses the solver after each decision is made. The solver will start up again when the user hits Enter. This an extension to the --step-on-block mechanism but waiting after any decision the solver makes. This allows the solver to be stepped through. On it's own, this isn't that useful but it is a precursor to being able to inspect the current state the solver has reached (see related PR: #1039).

This pauses the solver after each decision is made. The solver will
start up again when the user hits Enter.

Signed-off-by: David Gilligan-Cook <dcook@imageworks.com>
@dcookspi dcookspi self-assigned this Jun 8, 2024
@dcookspi dcookspi requested review from jrray and rydrman and removed request for jrray and rydrman June 8, 2024 01:02
@dcookspi dcookspi added enhancement New feature or request SPI AOI Area of interest for SPI SPI-0.41 labels Jun 8, 2024
@dcookspi dcookspi merged commit 8d66dfd into main Jun 10, 2024
7 checks passed
@dcookspi dcookspi deleted the add-step-on-decision branch June 10, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SPI AOI Area of interest for SPI SPI-0.41
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants