dependencies_for Function

private pure function dependencies_for(self, vertex_id) result(dependency_ids)

Result is an array of the ids on which vertex_id depends

Arguments

TypeIntentOptionalAttributesName
class(dag_t), intent(in) :: self
integer, intent(in) :: vertex_id

Return Value integer,allocatable,(:)


Contents

None