diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 09:47:08 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 09:47:08 +0200 |
| commit | 7cbefbfad620e2efc69c56b4985e574126bc39b4 (patch) | |
| tree | f8901d585e8c510b7aeb6c78923029a986cc5d06 /README.md | |
| parent | 2b547fcc5b6f59c2458c93006ba4d687d4d0ce1f (diff) | |
| download | nissy-7cbefbfad620e2efc69c56b4985e574126bc39b4.tar.gz nissy-7cbefbfad620e2efc69c56b4985e574126bc39b4.zip | |
Diffstat (limited to '')
| -rw-r--r-- | README.md | 54 |
1 files changed, 6 insertions, 48 deletions
| @@ -1,52 +1,10 @@ | |||
| 1 | # Where is nissy? | 1 | # Where is nissy? |
| 2 | 2 | ||
| 3 | In April 2023 I have decided to split nissy in 2 separate projects: an | 3 | The classic version of nissy can be found in the |
| 4 | optimal solver and an FMC assistant. These two projects are not usable | 4 | nissy-classic repository either on |
| 5 | yet, so in the meantime I will keep a third branch where I update the | 5 | [git.tronto.net](https://git.tronto.net/nissy-classic) or on |
| 6 | classic version of nissy with bugfixes and minor improvements. | 6 | [github](https://github.com/sebastianotronto/nissy-classic). |
| 7 | 7 | ||
| 8 | You can find these three branches at the following pages (also | 8 | This repository will be populated with a new version of nissy. |
| 9 | on github, links below are to my personal git instance): | ||
| 10 | 9 | ||
| 11 | * [nissy-classic](https://git.tronto.net/nissy-classic): The stable | 10 | Coming soon. |
| 12 | branch, will receive bugfixes and minor improvements but no big | ||
| 13 | change. Will eventually be replaced by the other two versions. | ||
| 14 | * [nissy-fmc](https://git.tronto.net/nissy-fmc): This will focus on | ||
| 15 | features useful for practicing FMC, for example finding EOs and | ||
| 16 | DRs (if you do not know what this means, there is a good chance | ||
| 17 | you don't care). I plan to make a graphical interface for it and | ||
| 18 | make it more usable. It will not be able to find an optimal | ||
| 19 | solution. *Not working at the moment.* | ||
| 20 | * [nissy-nx](https://git.tronto.net/nissy-nx): An optimal solver. | ||
| 21 | For now this is just my playground for implementing complex | ||
| 22 | optimizations, following the ideas of Tomas's Rokicki's | ||
| 23 | [nxopt](https://github.com/rokicki/cube20src/blob/master/nxopt.md). | ||
| 24 | Eventually it will become faster than nissy-classic at optimal | ||
| 25 | solving, but without all other features. *Not working at the moment.* | ||
| 26 | |||
| 27 | ## F.A.Q. | ||
| 28 | |||
| 29 | ### I am a user of nissy, what should I do? | ||
| 30 | |||
| 31 | If you are happy with using nissy as it is, you can keep using it. | ||
| 32 | |||
| 33 | When nissy-fmc and nissy-classic are ready, you can chek them out too. | ||
| 34 | |||
| 35 | ### But I liked that nissy can do both optimal solving! Why did you split it? | ||
| 36 | |||
| 37 | Then I encourage you to keep using nissy-classic :-) | ||
| 38 | |||
| 39 | See | ||
| 40 | [my blog post](https://sebastiano.tronto.net/blog/2023-04-10-the-big-rewrite/) | ||
| 41 | for some reasons behind this change. | ||
| 42 | |||
| 43 | ### I just want to look at the code, where should I go? | ||
| 44 | |||
| 45 | If you want to check out the git repository of the version you are | ||
| 46 | running, you probably want nissy-classic. The newer nissy-fmc will | ||
| 47 | eventually be nicer and easier to read, containing more or less | ||
| 48 | the same functionality (except for optimal solving). | ||
| 49 | |||
| 50 | If you want to follow my progress on an advanced optimal Rubik's | ||
| 51 | cube solver, you can check out nissy-nx - just remember that it | ||
| 52 | does not work yet! | ||
