Beispiel #1
0
 def __init__(self):
     solver.__init__(self, complexity=1, name="sNakeSingle", type="cell", printChart=False)
Beispiel #2
0
 def __init__(self):
     solver.__init__(self, complexity=9, name="sLink", type="opt", printChart=False)
Beispiel #3
0
 def __init__(self):
     solver.__init__(self,
                     complexity=1,
                     name="sNakeSingle",
                     type="cell",
                     printChart=False)
Beispiel #4
0
 def __init__(self):
     solver.__init__(self, complexity=3, name="sNakePair", type="opt", printChart=True)