<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sudoku, branch master</title>
<subtitle>A naïve solver for sudoku puzzles</subtitle>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/'/>
<entry>
<title>Allow comments in xfails, fail make on test failure</title>
<updated>2019-03-16T09:09:21+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-03-16T09:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/commit/?id=8a7469af2fc59cf33094b7f5c21f7c9396c7b7cb'/>
<id>8a7469af2fc59cf33094b7f5c21f7c9396c7b7cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new easy test cases</title>
<updated>2019-03-16T09:05:55+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-03-16T09:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/commit/?id=40ed951cb966442f975856d6c8c660b94fd57862'/>
<id>40ed951cb966442f975856d6c8c660b94fd57862</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't be strict about solutions</title>
<updated>2019-03-16T09:03:09+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-03-16T09:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/commit/?id=c4db7474ffb3454894bc59010e64e3f335fcfa3d'/>
<id>c4db7474ffb3454894bc59010e64e3f335fcfa3d</id>
<content type='text'>
If expected.sku exists, check that the solution matches it, otherwise,
just rely on the solution having been some unknown solution, so long
as it did not modify the pre-set tiles for the problem, and is a valid
and complete sudoku board. This opens up the possibility for testing
multi-solution puzzles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If expected.sku exists, check that the solution matches it, otherwise,
just rely on the solution having been some unknown solution, so long
as it did not modify the pre-set tiles for the problem, and is a valid
and complete sudoku board. This opens up the possibility for testing
multi-solution puzzles.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tally test results, add new tests</title>
<updated>2019-03-16T08:06:15+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-03-16T08:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/commit/?id=53e40ead2dc29deaff619803d1aa57812b2920fc'/>
<id>53e40ead2dc29deaff619803d1aa57812b2920fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add simple solver testing framework</title>
<updated>2019-03-16T07:33:08+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-03-16T07:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/commit/?id=16a2da0f217aa4f2da4b084014e4da731740e0df'/>
<id>16a2da0f217aa4f2da4b084014e4da731740e0df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add file loading</title>
<updated>2019-03-16T06:50:30+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-03-16T06:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/commit/?id=605e548e42c2ec4882a65b88a09c329a4819cb0a'/>
<id>605e548e42c2ec4882a65b88a09c329a4819cb0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old bug, correct typo</title>
<updated>2019-03-16T06:49:59+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-03-16T06:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/commit/?id=6f81596763820040ad2305cf94b06e4142640940'/>
<id>6f81596763820040ad2305cf94b06e4142640940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace cumbersome arrays with bitmasks</title>
<updated>2019-03-11T02:55:07+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-03-11T02:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/commit/?id=734c30391d96c4cb74e328f94b05b33b4e2db98a'/>
<id>734c30391d96c4cb74e328f94b05b33b4e2db98a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct box (3x3) terminology</title>
<updated>2019-03-10T09:03:03+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-03-10T09:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/commit/?id=8332bbe7b59f9a83e074760c886592da907d012d'/>
<id>8332bbe7b59f9a83e074760c886592da907d012d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement board solving check</title>
<updated>2019-03-10T08:58:20+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-03-10T08:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/commit/?id=536cb5922f4c8cd1db7e1707ba797201c8267e1f'/>
<id>536cb5922f4c8cd1db7e1707ba797201c8267e1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
