Package | Description |
---|---|
minicp.util |
Provides utility tools and objects (file reading, exceptions, etc)
|
Modifier and Type | Method and Description |
---|---|
static GraphUtil.Graph |
GraphUtil.transpose(GraphUtil.Graph graph)
Transpose the graph i.e. every edge is reversed.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
GraphUtil.stronglyConnectedComponents(GraphUtil.Graph graph)
Computes the strongly connected components of the graph
|
static GraphUtil.Graph |
GraphUtil.transpose(GraphUtil.Graph graph)
Transpose the graph i.e. every edge is reversed.
|
Copyright © 2018 Laurent Michel, Pierre Schaus, Pascal Van Hentenryck. All rights reserved.