onegpy.solutions.node.get_all_node

onegpy.solutions.node.get_all_node(root)[source]

function for getting all node in the solution

Parameters:root – Node object. root node of target solution.
Returns:list of Node object. All node in the solution