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

Enable solver options in goto-synthesizer #7612

Merged

Conversation

qinheping
Copy link
Collaborator

We enable choosing SAT solvers cadical and kissat by enabling solver options in goto-synthesizer.

  • Each commit message has a non-empty body, explaining why the change was made.
  • Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@codecov
Copy link

codecov bot commented Mar 22, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (42c350e) 78.50% compared to head (a7f190f) 78.50%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #7612   +/-   ##
========================================
  Coverage    78.50%   78.50%           
========================================
  Files         1670     1670           
  Lines       191799   191802    +3     
========================================
+ Hits        150571   150575    +4     
+ Misses       41228    41227    -1     
Impacted Files Coverage Δ
...nthesizer/enumerative_loop_contracts_synthesizer.h 100.00% <ø> (ø)
.../goto-synthesizer/goto_synthesizer_parse_options.h 100.00% <ø> (ø)
src/goto-synthesizer/cegis_verifier.cpp 88.27% <100.00%> (-0.48%) ⬇️
src/goto-synthesizer/cegis_verifier.h 100.00% <100.00%> (ø)
...hesizer/enumerative_loop_contracts_synthesizer.cpp 96.20% <100.00%> (+0.01%) ⬆️
...oto-synthesizer/goto_synthesizer_parse_options.cpp 76.59% <100.00%> (+7.15%) ⬆️

... and 2 files with indirect coverage changes

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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@qinheping qinheping enabled auto-merge March 23, 2023 05:34
@qinheping qinheping merged commit 1824418 into diffblue:develop Mar 23, 2023
@qinheping qinheping deleted the different_solver_in_synthesizer branch March 23, 2023 19:52
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