Beispiel #1
0
 def __init__(self):
     self.states = []
     self.astar = Astar(mode='astar')
     self.csp_state = None