<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core/src/solvers/coord/solve.h, branch master</title>
<subtitle>The "engine" of nissy, including the H48 optimal solver.</subtitle>
<id>https://git.tronto.net/nissy-core/atom?h=master</id>
<link rel='self' href='https://git.tronto.net/nissy-core/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/'/>
<updated>2026-04-06T13:55:33Z</updated>
<entry>
<title>Make the project build with Microsoft's broken C compiler.</title>
<updated>2026-04-06T13:55:33Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-04-06T13:55:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=fc41f7917531693680b5baf71ffe38c47333fe84'/>
<id>urn:sha1:fc41f7917531693680b5baf71ffe38c47333fe84</id>
<content type='text'>
MSVC is not fully C11-compliant, even when compiling with /std:c11.
Some changes were needed to make the codebase compatible. Notably, the
notation a[static N] and a[n] for function parameters of array type is
not supported, so that had to be hidden behind a macro.  Atomic types
are also an experimental feature, apparently, but at least they work
with the correct compiler flag.

One thing that MSVC does well, however, is warning on integer conversions
on /W4 level. I am not sure if Clang and GCC have something similar,
so I took this chance to fix some of these.
</content>
</entry>
<entry>
<title>Fix duplicate solutions, overflow in maxsols and improve symmetry reduction for H48.</title>
<updated>2025-11-24T15:32:11Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-11-23T15:16:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=147b0c3c4615c32478a4923242909b8ae5a30d03'/>
<id>urn:sha1:147b0c3c4615c32478a4923242909b8ae5a30d03</id>
<content type='text'>
This commit fixes two bugs:
  - A bug that caused duplicates solutions for symmetric scrambles.
  - An overflow in the maxsols parameter for the H48 solver, which
    caused it to find much fewer solutions than existed.

Moreover, the H48 solvers has been improved by reducing by symmetry not
only from the starting position, but also up to the first 4 moves.
</content>
</entry>
<entry>
<title>Added HTR solver</title>
<updated>2025-08-06T14:52:12Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-06T14:34:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=57a7520545134ab95f7bb0397dcbe991c906a3e9'/>
<id>urn:sha1:57a7520545134ab95f7bb0397dcbe991c906a3e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added DRFIN solver</title>
<updated>2025-08-05T07:04:00Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-05T07:04:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=3e7bb9b87ef9b47d8f643dbcae19a64ddbc81dbb'/>
<id>urn:sha1:3e7bb9b87ef9b47d8f643dbcae19a64ddbc81dbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed nasty bug</title>
<updated>2025-08-01T09:56:02Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-01T09:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=8b5612fb87e72e3b046a21344a3e5749721e4c1a'/>
<id>urn:sha1:8b5612fb87e72e3b046a21344a3e5749721e4c1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reworked coordinate solver axis specification</title>
<updated>2025-08-01T09:26:49Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-01T09:26:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=10632e9fa6e8037cd584a29536e6ab1be9ca359b'/>
<id>urn:sha1:10632e9fa6e8037cd584a29536e6ab1be9ca359b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bug and added tests</title>
<updated>2025-07-31T13:59:03Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-07-31T13:59:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=4e4c710131b143cfb6651d23945746f02bf2593e'/>
<id>urn:sha1:4e4c710131b143cfb6651d23945746f02bf2593e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix switch logic in coord solver</title>
<updated>2025-07-31T12:03:02Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-07-31T12:03:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=e201ec3b7001a2652560bfa845d41abe0bc9f181'/>
<id>urn:sha1:e201ec3b7001a2652560bfa845d41abe0bc9f181</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug</title>
<updated>2025-07-31T11:09:42Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-07-31T11:09:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=bf3497420c9a12397dc13a34faf3ce3e456f3aa7'/>
<id>urn:sha1:bf3497420c9a12397dc13a34faf3ce3e456f3aa7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bug with counting solutions for coordinate solver</title>
<updated>2025-07-30T14:35:25Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-07-30T14:35:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=36c317ebd1cf1dba8a8cbec494f4d3971e6cefd3'/>
<id>urn:sha1:36c317ebd1cf1dba8a8cbec494f4d3971e6cefd3</id>
<content type='text'>
</content>
</entry>
</feed>
