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 timeout to solver interface #49

Merged
merged 2 commits into from
Feb 11, 2023
Merged

Add timeout to solver interface #49

merged 2 commits into from
Feb 11, 2023

Conversation

lsrcz
Copy link
Owner

@lsrcz lsrcz commented Feb 11, 2023

This pull request adds timeout to the solver interface via the solver configurations.

@codecov
Copy link

codecov bot commented Feb 11, 2023

Codecov Report

Base: 32.60% // Head: 32.59% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (79c57f4) compared to base (b8d6079).
Patch coverage: 36.08% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
- Coverage   32.60%   32.59%   -0.01%     
==========================================
  Files          47       47              
  Lines        4423     4470      +47     
  Branches      214      218       +4     
==========================================
+ Hits         1442     1457      +15     
- Misses       2767     2795      +28     
- Partials      214      218       +4     
Impacted Files Coverage Δ
src/Grisette/Core/Data/Class/CEGISSolver.hs 40.00% <ø> (ø)
src/Grisette/Core/Data/Class/Solver.hs 0.00% <ø> (ø)
src/Grisette/Backend/SBV/Data/SMT/Lowering.hs 37.67% <33.33%> (+0.11%) ⬆️
src/Grisette/Backend/SBV/Data/SMT/Solving.hs 42.60% <36.17%> (-3.74%) ⬇️
.../Grisette/IR/SymPrim/Data/Prim/PartialEval/Bool.hs 86.66% <0.00%> (-0.45%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@lsrcz lsrcz merged commit a961357 into main Feb 11, 2023
@lsrcz lsrcz deleted the feat-timeout branch February 11, 2023 19:31
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

1 participant