Ejemplo n.º 1
0
def main():
    json = jManager.jsonSelection()
    problem = Problem(json)
    print("isGoal: ", problem.isGoal(problem.initial))