226227228229230231232233234
} intLayer[size + 1] = new int[]{tink.id}; if (intLayer[0].length > 0) return new StoredValuedDirectedMultiGraph(environment, graph, intLayer, starts, offsets, totalSizes); else throw new SolverException("intLayer[0].length <= 0"); }