<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core/src/solvers/dispatch.h, branch twostep-solver</title>
<subtitle>The "engine" of nissy, including the H48 optimal solver.</subtitle>
<id>https://git.tronto.net/nissy-core/atom?h=twostep-solver</id>
<link rel='self' href='https://git.tronto.net/nissy-core/atom?h=twostep-solver'/>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/'/>
<updated>2026-09-17T20:25:03Z</updated>
<entry>
<title>Merge branch 'master' into twostep-solver</title>
<updated>2026-09-17T20:25:03Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-09-17T19:58:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=446f56c8752071ba64c7ec22968b2417c9465c8e'/>
<id>urn:sha1:446f56c8752071ba64c7ec22968b2417c9465c8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added include guards</title>
<updated>2026-09-17T19:50:34Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-09-17T19:50:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88'/>
<id>urn:sha1:1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>twostep solver (wip)</title>
<updated>2026-09-17T19:22:36Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2026-09-17T19:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=2f9d00075b0d236ecd8431761bb045e6aa088001'/>
<id>urn:sha1:2f9d00075b0d236ecd8431761bb045e6aa088001</id>
<content type='text'>
</content>
</entry>
<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>Added cornersx solver</title>
<updated>2025-12-23T10:53:57Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-23T10:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=83f6533c384a617181e818d1941b08e40aa40b7d'/>
<id>urn:sha1:83f6533c384a617181e818d1941b08e40aa40b7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add coordinate solvers for corners</title>
<updated>2025-12-19T06:32:09Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-19T06:32:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=de04d37e8520079f5bba3b1a87d42313297543db'/>
<id>urn:sha1:de04d37e8520079f5bba3b1a87d42313297543db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup, update documentation, fix examples</title>
<updated>2025-12-14T15:09:31Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-14T14:12:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=bcd52547af58b15868e24f3904e307548d1fd505'/>
<id>urn:sha1:bcd52547af58b15868e24f3904e307548d1fd505</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Intertwined table seems to work</title>
<updated>2025-12-14T09:26:34Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-13T18:16:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=b25989e47adfadabcf0dabfd58d615622887cee0'/>
<id>urn:sha1:b25989e47adfadabcf0dabfd58d615622887cee0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added solver aliases</title>
<updated>2025-08-07T15:13:49Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-07T15:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=d1747a694ea65a463d6e9b6f7408ae969a8bfff5'/>
<id>urn:sha1:d1747a694ea65a463d6e9b6f7408ae969a8bfff5</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>
</feed>
