Add a Settings() for golfSolverIterationsLimit.
AcceptedPublic

Authored by shlomif on Jul 15 2019, 9:20 PM.

Details

Reviewers
aacid
Group Reviewers
KDE Games
Summary

Add a test for golf solver wins.

Settings() Curently not exposed to the GUI AFAIK. It is useful if you have
more/less CPU or RAM.

Optimize by imcreasing the CHUNKSIZE.

Diff Detail

Repository
R410 KPatience
Branch
solver-iters-limit-settings
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 14621
Build 14639: arc lint + arc unit
shlomif created this revision.Jul 15 2019, 9:20 PM
Restricted Application added a reviewer: KDE Games. · View Herald TranscriptJul 15 2019, 9:20 PM
Restricted Application added a subscriber: kde-games-devel. · View Herald Transcript
shlomif requested review of this revision.Jul 15 2019, 9:20 PM
aacid added a subscriber: aacid.Jul 30 2019, 10:00 PM
aacid added inline comments.
patsolve/golfsolver.cpp
211

i'd be happied if default_max_solutions was initialized here to *something*

Doesn't need to be the settings value, but i just want it to be clear that it's never used uninitalized

shlomif updated this revision to Diff 62873.Jul 31 2019, 7:02 PM
  • Initialize to a default value.
aacid accepted this revision.Aug 8 2019, 10:07 PM
This revision is now accepted and ready to land.Aug 8 2019, 10:07 PM