diff --git a/pysollib/options.py b/pysollib/options.py index e1b725c6..b0e1e854 100644 --- a/pysollib/options.py +++ b/pysollib/options.py @@ -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):