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

Method process_root

pddlstream/algorithms/skeleton.py:341–347  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

339 #########################
340
341 def process_root(self):
342 _, binding = self.pop_binding()
343 readd, is_new = self._process_binding(binding)
344 if readd is not False:
345 self.push_binding(binding)
346 # TODO: if readd == STANDBY
347 return is_new
348
349 def greedily_process(self):
350 num_new = 0

Callers 2

greedily_processMethod · 0.95
timed_processMethod · 0.95

Calls 3

pop_bindingMethod · 0.95
_process_bindingMethod · 0.95
push_bindingMethod · 0.95

Tested by

no test coverage detected