Skip to content

Grounder restart#361

Open
paulbehofsics wants to merge 56 commits intomasterfrom
grounder_restart
Open

Grounder restart#361
paulbehofsics wants to merge 56 commits intomasterfrom
grounder_restart

Conversation

@paulbehofsics
Copy link
Copy Markdown
Collaborator

Adds reboots, that allow the removal of static nogoods. A reboot removes all except the minimum necessary static nogoods at some point during the search. This is done by resetting the solver and grounder and then replaying the same decisions as before to arrive at the same assignment. Included strategies for when to perform a reboot are experimental but the ANSWER strategy is the most promising so far. Reboots are disabled per default.

Paul Behofsics added 30 commits July 18, 2022 15:50
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 20, 2023

Codecov Report

❌ Patch coverage is 82.33996% with 80 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.06%. Comparing base (2cce436) to head (b383996).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
.../tuwien/kr/alpha/app/config/CommandLineParser.java 48.21% 29 Missing ⚠️
.../ac/tuwien/kr/alpha/core/solver/DefaultSolver.java 81.30% 12 Missing and 8 partials ⚠️
...at/ac/tuwien/kr/alpha/api/config/SystemConfig.java 59.25% 11 Missing ⚠️
...olver/reboot/strategies/RebootStrategyFactory.java 12.50% 6 Missing and 1 partial ⚠️
...ien/kr/alpha/core/solver/reboot/RebootManager.java 82.85% 4 Missing and 2 partials ⚠️
.../ac/tuwien/kr/alpha/core/solver/ChoiceManager.java 80.00% 1 Missing and 1 partial ⚠️
...a/core/solver/reboot/AtomizedNoGoodCollection.java 84.61% 2 Missing ⚠️
...tuwien/kr/alpha/api/config/RebootStrategyEnum.java 85.71% 1 Missing ⚠️
.../kr/alpha/core/solver/NoGoodStoreAlphaRoaming.java 75.00% 1 Missing ⚠️
...r/reboot/strategies/LubyLearnedRebootStrategy.java 94.11% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #361      +/-   ##
============================================
+ Coverage     78.87%   79.06%   +0.18%     
- Complexity      814      821       +7     
============================================
  Files           208      221      +13     
  Lines          8863     9299     +436     
  Branches       1495     1516      +21     
============================================
+ Hits           6991     7352     +361     
- Misses         1410     1474      +64     
- Partials        462      473      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant