A GLPK graph
Add new arc to graph
Add new vertices to graph
Parameters: | names (tuple of str) – the names of the vertices to add, none may exceed 255 bytes encoded as UTF-8 |
---|
Add new vertices to graph
Find bipartite matching of maximum cardinality
Convert assignment problem to LP
Solve assignment problem with out-of-kilter algorithm
Check correctness of assignment problem data
Solve critical path problem
Delete arc from graph
Delete vertices from graph
Erase graph content
Return Vertex object
Grid-like network problem generator
Find maximal flow with Ford-Fulkerson algorithm
Convert maximum flow problem to LP
Convert minimum cost flow problem to LP
Find minimum-cost flow with out-of-kilter algorithm
Find minimum-cost flow with Bertsekas-Tseng relaxation method
Klingman’s network problem generator
Read assignment problem data in DIMACS format
Read graph in DIMACS clique/coloring format
Read graph from plain text file
Read maximum flow problem data in DIMACS format
Read min-cost flow problem data in DIMACS format
Goldfarb’s maximum flow problem generator
Assign (change) graph name
Parameters: | name (str) – the name of the graph, it may not exceed 255 bytes encoded as UTF-8 |
---|
Assign (change) vertex name
Parameters: | name (str) – the name of the vertex, it may not exceed 255 bytes encoded as UTF-8 |
---|
Find all strongly connected components of graph
Topological sorting of acyclic digraph
Find maximum weight clique with exact algorithm
Find all weakly connected components of graph
Write assignment problem data in DIMACS format
Write graph in DIMACS clique/coloring format
Write graph to plain text file
Write maximum flow problem data in DIMACS format
Write min-cost flow problem data in DIMACS format