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

Flush SMT logs and SMT profiling logs before (check-sat) #2962

Merged
merged 4 commits into from
Aug 23, 2024
Merged

Conversation

thpani
Copy link
Collaborator

@thpani thpani commented Aug 23, 2024

Flush SMT logs and SMT profiling logs before (check-sat), to prevent truncation of the log file while the solver is checking.

I'm also slightly moving the existing flushLogs() in satOrTimeout() to mirror sat().

  • Tests added for any new code
  • Ran make fmt-fix (or had formatting run automatically on all files edited)
  • Documentation added for any new functionality
  • Entries added to ./unreleased/ for any new functionality

@thpani thpani self-assigned this Aug 23, 2024
Copy link
Collaborator

@konnov konnov left a comment

Choose a reason for hiding this comment

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

Good catch! I also have logs truncated :)

@konnov konnov merged commit 9c4c03a into main Aug 23, 2024
10 checks passed
@konnov konnov deleted the th/flush-logs branch August 23, 2024 19:04
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