SprytnyTraktor/graph.py

5 lines
130 B
Python
Raw Normal View History

2021-04-09 16:35:09 +02:00
@staticmethod
def graphsearch(fringe, explored, istate, succ, goaltest):
fringe.add_to_fringe(istate)
while True: