MCPcopy Create free account
hub / github.com/caelan/pddlstream / extract_solution

Method extract_solution

pddlstream/algorithms/common.py:66–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 #def __repr__(self):
65 # raise NotImplementedError()
66 def extract_solution(self):
67 SOLUTIONS[:] = self.solutions
68 return revert_solution(self.best_plan, self.best_cost, self.evaluations)
69 def export_summary(self): # TODO: log, etc...
70 # TODO: SOLUTIONS
71 #status = SUCCEEDED if self.is_solved() else FAILED # TODO: INFEASIBLE, OPTIMAL

Callers 3

solve_incrementalFunction · 0.95
solve_abstractFunction · 0.95
solve_skeletonFunction · 0.95

Calls 1

revert_solutionFunction · 0.90

Tested by

no test coverage detected