8.2.15.1.60. _set_sub_dsp_node_input

Solution._set_sub_dsp_node_input(node_id, dsp_id, fringe, no_call, initial_dist)[source]

Initializes the sub-dispatcher and set its inputs.

Parameters:
  • node_id (str) – Input node to set.

  • dsp_id (str) – Sub-dispatcher node id.

  • fringe (list[(float | int, bool, (str, Dispatcher)]) – Heapq of closest available nodes.

  • no_call (bool) – If True data node estimation function is not used.

  • initial_dist (int, float) – Distance to reach the sub-dispatcher node.

Returns:

If the input have been set.

Return type:

bool