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:
parent
e8b1f1d7c9
commit
16aa60a40b
1 changed files with 6 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue