aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-25 09:47:08 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-25 09:47:08 +0200
commit7cbefbfad620e2efc69c56b4985e574126bc39b4 (patch)
treef8901d585e8c510b7aeb6c78923029a986cc5d06
parent2b547fcc5b6f59c2458c93006ba4d687d4d0ce1f (diff)
downloadnissy-master.tar.gz
nissy-master.zip
Change of planHEADmaster
Diffstat (limited to '')
-rw-r--r--README.md54
1 files changed, 6 insertions, 48 deletions
diff --git a/README.md b/README.md
index bde8f85..28c1b2c 100644
--- a/README.md
+++ b/README.md
@@ -1,52 +1,10 @@
1# Where is nissy? 1# Where is nissy?
2 2
3In April 2023 I have decided to split nissy in 2 separate projects: an 3The classic version of nissy can be found in the
4optimal solver and an FMC assistant. These two projects are not usable 4nissy-classic repository either on
5yet, 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
6classic version of nissy with bugfixes and minor improvements. 6[github](https://github.com/sebastianotronto/nissy-classic).
7 7
8You can find these three branches at the following pages (also 8This repository will be populated with a new version of nissy.
9on github, links below are to my personal git instance):
10 9
11* [nissy-classic](https://git.tronto.net/nissy-classic): The stable 10Coming 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
31If you are happy with using nissy as it is, you can keep using it.
32
33When 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
37Then I encourage you to keep using nissy-classic :-)
38
39See
40[my blog post](https://sebastiano.tronto.net/blog/2023-04-10-the-big-rewrite/)
41for some reasons behind this change.
42
43### I just want to look at the code, where should I go?
44
45If you want to check out the git repository of the version you are
46running, you probably want nissy-classic. The newer nissy-fmc will
47eventually be nicer and easier to read, containing more or less
48the same functionality (except for optimal solving).
49
50If you want to follow my progress on an advanced optimal Rubik's
51cube solver, you can check out nissy-nx - just remember that it
52does not work yet!

Generated with cgit - Back to sebastiano.tronto.net