SprytnyTraktor/graph.py
Tomasz Adamczyk 36be402ae3 fringe
2021-04-09 16:35:09 +02:00

5 lines
130 B
Python

@staticmethod
def graphsearch(fringe, explored, istate, succ, goaltest):
fringe.add_to_fringe(istate)
while True: