| |
- coverToFeasibleNetwork(N, uList, lList)
- Set bounds in C to infty in N.
- drawGraphWithColouredEdges(N, filename, uList=[], lList=[])
- Draw network N, with the arcs in C marked red and blue, respectively.
- filePrint(C, filename)
- Print all contained bounds to file.
- filePrintInternal(uList, lList, filename)
- Print list of contained bounds to file.
- listOfLowerViolatedArcs(C)
- Return list of arc for which the lower bound is in the cover.
- listOfUpperViolatedArcs(C)
- Return list of arc for which the upper bound is in the cover.
- outputAll(N, C, filename)
- Call all output functions, png and terminalPrint only if small enough.
- terminalPrint(uList, lList)
- Print list of contained bounds to terminal.
- writeCoveredNetwork(N, uList, lList, filename)
- Write the feasible network, originated from N by covering bounds, to
filename.
|