<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nissy-core/shell, branch intertwined-fallback-table</title>
<subtitle>The "engine" of nissy, including the H48 optimal solver.</subtitle>
<id>https://git.tronto.net/nissy-core/atom?h=intertwined-fallback-table</id>
<link rel='self' href='https://git.tronto.net/nissy-core/atom?h=intertwined-fallback-table'/>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/'/>
<updated>2025-12-17T16:36:16Z</updated>
<entry>
<title>Fix alignment</title>
<updated>2025-12-17T16:36:16Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-12-17T16:36:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=ec9593e2ff0856d78b37df3a977a753be82bfddc'/>
<id>urn:sha1:ec9593e2ff0856d78b37df3a977a753be82bfddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added API function for solution variations</title>
<updated>2025-08-07T13:28:01Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-08-07T13:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=5355de2921126e2b75e24abd57e17556e22a6ed0'/>
<id>urn:sha1:5355de2921126e2b75e24abd57e17556e22a6ed0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added move sequence comparison function</title>
<updated>2025-07-31T07:47:57Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-07-31T07:47:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=992de12cc081e7dde16c3c231f83bfa77c67825a'/>
<id>urn:sha1:992de12cc081e7dde16c3c231f83bfa77c67825a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix shell return value on solverinfo</title>
<updated>2025-07-18T15:04:53Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-07-18T15:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=a36edab98434100422550d7271e54a723350ee38'/>
<id>urn:sha1:a36edab98434100422550d7271e54a723350ee38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added stop / pause / resume solve to API</title>
<updated>2025-04-29T08:08:04Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-29T08:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84'/>
<id>urn:sha1:8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added orientation to getcube</title>
<updated>2025-04-23T13:42:11Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-23T13:42:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0'/>
<id>urn:sha1:9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove compose from the public API</title>
<updated>2025-04-22T12:47:25Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-22T12:47:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=93522effba2f200257141189de5925a23fca93b8'/>
<id>urn:sha1:93522effba2f200257141189de5925a23fca93b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed old scripts and updated public API</title>
<updated>2025-04-22T07:00:15Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-22T07:00:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=8b72e391c7185e3da0dfbf0ab60068ac37e4d5cc'/>
<id>urn:sha1:8b72e391c7185e3da0dfbf0ab60068ac37e4d5cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always use unsigned char * for data buffers</title>
<updated>2025-04-21T12:44:07Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-21T12:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=510a7471348788fccba6b7c4b9f7b7cc9aee6ba9'/>
<id>urn:sha1:510a7471348788fccba6b7c4b9f7b7cc9aee6ba9</id>
<content type='text'>
Before this commit I was inconsistently using one of void *, char *
and uint8_t *.
</content>
</entry>
<entry>
<title>Fixed shell usage of optimal and maxsolutions</title>
<updated>2025-04-19T09:18:12Z</updated>
<author>
<name>Sebastiano Tronto</name>
<email>sebastiano@tronto.net</email>
</author>
<published>2025-04-19T09:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tronto.net/nissy-core/commit/?id=691da8f06614418ed847bdeefa4e708c372a3ecf'/>
<id>urn:sha1:691da8f06614418ed847bdeefa4e708c372a3ecf</id>
<content type='text'>
</content>
</entry>
</feed>
