null
215216217218219220221222223224225
throw new NotSchedulableException(this, "GR graph is not acyclic: " + names.toString()); } if (dag.top() == null) { // FIXME: throw exception here } Schedule schedule = new Schedule(); Object[] sorted = dag.topologicalSort();