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

Minor improvement in instruction limiting, randomization, and strategy sampling #526

Merged
merged 7 commits into from
Feb 29, 2024

Conversation

quickbeam123
Copy link
Collaborator

@quickbeam123 quickbeam123 commented Feb 29, 2024

  • Making sure random seed is set consistently for both vampireMode and portfolioMode
  • one last call to Timer::updateInstructionCount(); in Statistics (to report a more realistic value on successful termination; otherwise it would be the one from the last timer tick)
  • don't warn in Options.cpp for using _simulatedInstructionLimit (it's actually useful to have it turned on during strategy sampling where we don't know up front if we will end up with lrs or not)
  • atotf is compatible with sil now
  • don't randomize termId until a seed is set to non-default, e.g., not until after parsing

Copy link
Contributor

@MichaelRawson MichaelRawson left a comment

Choose a reason for hiding this comment

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

Generally happy! Just a few small things you might want to look at.

Kernel/Term.cpp Show resolved Hide resolved
Kernel/Term.cpp Show resolved Hide resolved
Saturation/Splitter.cpp Outdated Show resolved Hide resolved
Martin Suda and others added 6 commits February 29, 2024 11:48
… (in particular between parsing and preprocessing) and don't do random stuff until then
…strategy, not knowing what will come out of it
… precise numbers on successful termination)

- the commit also advances z3 to the one officially adopted by master now
@MichaelRawson
Copy link
Contributor

Approved, will merge once CI completes.

@MichaelRawson MichaelRawson merged commit 455fc79 into master Feb 29, 2024
1 check passed
@MichaelRawson MichaelRawson deleted the martin-measurement-and-sampling branch February 29, 2024 12:05
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.

None yet

2 participants