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

Method is_solved

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

Source from the content-addressed store, hash-verified

54 def has_solution(self):
55 return is_plan(self.best_plan)
56 def is_solved(self):
57 return self.has_solution() and (self.best_cost <= self.success_cost)
58 def elapsed_time(self):
59 return elapsed_time(self.start_time)
60 def is_timeout(self):

Callers 2

is_terminatedMethod · 0.95
export_summaryMethod · 0.95

Calls 1

has_solutionMethod · 0.95

Tested by

no test coverage detected