8.2.15.1.70. check_wait_in

Solution.check_wait_in(wait_in, n_id)[source]

Stops the search of the investigated node of the ArciDispatch algorithm, until all inputs are satisfied.

Parameters:
  • wait_in (bool) – If True the node is waiting input estimations.

  • n_id (str) – Data or function node id.

Returns:

True if all node inputs are satisfied, otherwise False.

Return type:

bool