<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core/src/core/io_moves.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>2025-04-21T08:33:46Z</updated>
<entry>
<title>Merged some files, renamed another</title>
<updated>2025-04-21T08:33:46Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-21T08:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=1d9b8acfeece68c4f55d2499d8aed127f98a383c'/>
<id>urn:sha1:1d9b8acfeece68c4f55d2499d8aed127f98a383c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved logging, especially for solve</title>
<updated>2025-04-19T10:28:52Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-19T10:28:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=3485be851f4fff1c9c6fe621f0619d2b4103bc06'/>
<id>urn:sha1:3485be851f4fff1c9c6fe621f0619d2b4103bc06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added inverse coordinate for CO</title>
<updated>2025-03-26T18:22:50Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-03-26T18:22:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=83338a2f753ebbb7ba7b154cc60b2f427b6121b0'/>
<id>urn:sha1:83338a2f753ebbb7ba7b154cc60b2f427b6121b0</id>
<content type='text'>
this is necessary for DR coordinate
</content>
</entry>
<entry>
<title>Tiny bugfix in solution writing</title>
<updated>2025-03-25T14:17:00Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-03-25T14:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=0f4931c8de298b0f97aba1757c9538f48adb30c6'/>
<id>urn:sha1:0f4931c8de298b0f97aba1757c9538f48adb30c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Big cleanup for appendsolution()</title>
<updated>2025-03-24T22:09:26Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-03-24T22:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=d45e1595ec1cffeab83ac6602b748250b66bea03'/>
<id>urn:sha1:d45e1595ec1cffeab83ac6602b748250b66bea03</id>
<content type='text'>
With this PR the appendsolution routine is extracted from the h48
solver and the new coordinate solver and made generic. This has
many advantages:
- less repetition (even if the two versions are different enough that
  *for now* it was not a big deal)
- smaller h48/solve.h file, which is already a big beast
- easier to test the appendsolution() routine separately
</content>
</entry>
<entry>
<title>Some safety with move arrays, small refactor appendchar</title>
<updated>2025-03-22T17:45:47Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-03-22T05:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=ce3f1cc0ef9f46d70ab5387b1458e9098b40711d'/>
<id>urn:sha1:ce3f1cc0ef9f46d70ab5387b1458e9098b40711d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Interface changes, progress with python</title>
<updated>2024-10-14T12:45:22Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-10-13T22:05:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=8a91354f7b94c669c77fe628a81f9bfe9f599ef0'/>
<id>urn:sha1:8a91354f7b94c669c77fe628a81f9bfe9f599ef0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make writemoves (and solver) safer by checking buffer size</title>
<updated>2024-10-12T15:06:50Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-10-12T15:06:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=ef087c3849cfbe58f4f77e09367d6fbf152e5498'/>
<id>urn:sha1:ef087c3849cfbe58f4f77e09367d6fbf152e5498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename constants from _underscore to CAPS</title>
<updated>2024-09-05T06:55:25Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-09-05T06:53:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=fd5ddb3db9f50411ca579d84f225f265ca35b56a'/>
<id>urn:sha1:fd5ddb3db9f50411ca579d84f225f265ca35b56a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganized folder structure</title>
<updated>2024-08-18T12:26:45Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2024-08-18T12:26:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=18c9a8b8905304cf5f8fc15825769046a3144866'/>
<id>urn:sha1:18c9a8b8905304cf5f8fc15825769046a3144866</id>
<content type='text'>
</content>
</entry>
</feed>
