Skip to content

[PEx] Adds hybrid stateful backtracking, improves storing search tasks #749

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

Merged
merged 3 commits into from
Jul 15, 2024

Conversation

aman-goel
Copy link
Contributor

Updates include:

[PEx RT]

  • Serialize/deserialize memory-heavy fields of SearchTask as needed since taking too much space for long runs
  • Added hydrid stateful backtracking that performs stateful backtracking for search within a search task only
  • Adds CLI option --stateful-backtrack <none|intra-task|all> (default is intra-task). Deprecates option --no-backtrack
  • Minor refactoring

Adds CLI option --stateful-backtrack none|intra-task|all to limit stateful backtracking to OFF|within-a-task|ON
@aman-goel aman-goel marked this pull request as ready for review July 12, 2024 21:11
@aman-goel aman-goel requested a review from ankushdesai July 12, 2024 21:11
Copy link
Member

@ankushdesai ankushdesai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@aman-goel aman-goel merged commit c02f0ed into dev/pexplicit_checker Jul 15, 2024
10 checks passed
@aman-goel aman-goel deleted the dev/aman branch July 15, 2024 19:15
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.

2 participants