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