1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Update the list of fc-solve's solver_presets.

Add some newer (and probably better) presets/etc.
This commit is contained in:
Shlomi Fish 2016-11-09 12:11:44 +02:00
parent e8b1f1d7c9
commit 16aa60a40b

View file

@ -390,17 +390,20 @@ class Options:
self.solver_presets = [
'none',
'abra-kadabra',
'blue-yonder',
'conspiracy-theory',
'cool-jives',
'crooked-nose',
'fools-gold',
'good-intentions',
'hello-world',
'john-galt-line',
'one-big-family',
'rin-tin-tin',
'yellow-brick-road',
'the-last-mohican',
'blue-yonder',
'slick-rock',
'the-last-mohican',
'video-editing',
'yellow-brick-road',
]
def setDefaults(self, top=None):