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

Method search_time

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

Source from the content-addressed store, hash-verified

39 self.sample_time = 0.
40 @property
41 def search_time(self):
42 return self.elapsed_time() - self.sample_time
43 @property
44 def best_plan(self):
45 # TODO: return INFEASIBLE if can prove no solution

Callers

nothing calls this directly

Calls 1

elapsed_timeMethod · 0.95

Tested by

no test coverage detected