mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -04:00
Update the list of fc-solve's solver_presets.
Add some newer (and probably better) presets/etc.
This commit is contained in:
parent
e8b1f1d7c9
commit
16aa60a40b
1 changed files with 6 additions and 3 deletions
|
@ -390,17 +390,20 @@ class Options:
|
||||||
self.solver_presets = [
|
self.solver_presets = [
|
||||||
'none',
|
'none',
|
||||||
'abra-kadabra',
|
'abra-kadabra',
|
||||||
|
'blue-yonder',
|
||||||
|
'conspiracy-theory',
|
||||||
'cool-jives',
|
'cool-jives',
|
||||||
'crooked-nose',
|
'crooked-nose',
|
||||||
'fools-gold',
|
'fools-gold',
|
||||||
'good-intentions',
|
'good-intentions',
|
||||||
'hello-world',
|
'hello-world',
|
||||||
'john-galt-line',
|
'john-galt-line',
|
||||||
|
'one-big-family',
|
||||||
'rin-tin-tin',
|
'rin-tin-tin',
|
||||||
'yellow-brick-road',
|
|
||||||
'the-last-mohican',
|
|
||||||
'blue-yonder',
|
|
||||||
'slick-rock',
|
'slick-rock',
|
||||||
|
'the-last-mohican',
|
||||||
|
'video-editing',
|
||||||
|
'yellow-brick-road',
|
||||||
]
|
]
|
||||||
|
|
||||||
def setDefaults(self, top=None):
|
def setDefaults(self, top=None):
|
||||||
|
|
Loading…
Add table
Reference in a new issue