<table><tr><td style="">fabiank edited the summary of this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-ls3c3fgbox54icu/">(Show Details)</a>
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D11815">View Revision</a></tr></table><br /><div><strong>CHANGES TO REVISION SUMMARY</strong><div><div style="white-space: pre-wrap; color: #74777D;"><div style="padding: 8px 0;">...</div>3. Convert Solver into a template, templated over the number of piles<br />
<br />
<span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);"> - </span>The number of piles is known in each Solver subclass at compile time,<br />
<span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">    </span>thus a subclass with n piles does now inherit from Solver<n>.<br />
<br />
<span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">  - </span>m_number_piles and its setter become redundant with this change, and are<br />
<span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">     </span>removed<br />
<br />
<span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">  - </span>This enable the conversion of member variables which were<br />
<span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">    </span>dynamically allocated arrays into std::arrays, increasing type safety<br />
<span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">    </span>and causing an abort/exception on out-of-boundary access. Furthermore,<br />
<span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">    </span>the compiler can now better reason about some of the loops (though this<br />
<span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">    </span>doesn't really matter performance wise)</div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R410 KPatience</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11815">https://phabricator.kde.org/D11815</a></div></div><br /><div><strong>To: </strong>fabiank, KDE Games<br /><strong>Cc: </strong>KDE Games<br /></div>