Index sets
[Graph proxy and component objects]


Data Structures

class  leftHandNodes
 Index sets representing all left-hand nodes of a bipartite graph. More...
class  rightHandNodes
 Index sets representing all right-hand nodes of a bipartite graph. More...
class  supersaturatedNodes
 Index sets representing all supersaturated nodes. More...
class  deficientNodes
 Index sets representing all deficient nodes. More...
class  residualArcs
 Index sets representing residual arcs. More...
class  demandNodes
 Index sets representing graph nodes with non-zero demand. More...
class  colouredNodes
 Index sets representing graph nodes with a specified colour. More...
class  kempeNodes
 Index sets representing graph nodes with one of two specified colours. More...
class  colouredArcs
 Index sets representing graph arcs with a specified colour. More...
class  nonBlockingArcs
 Index sets representing non-blocking arcs. More...
class  subgraphArcs
 Index sets representing subgraph arcs. More...
class  inducedArcs
 Arc index set induced by a specified node index set. More...
class  indexSet
 Interface class for index set objects. More...
class  singletonIndex
 Index set representing a single index in an unlimited range. More...
class  fullIndex
 Index set representing all indices in an unlimited range. More...
class  voidIndex
 Index set representing no indices in an unlimited range. More...
class  indexSetUnion
 Index set representing the set union of two index sets. More...
class  indexSetCut
 Index set representing the cut of two index sets. More...
class  indexSetMinus
 Index set representing the difference of two index sets. More...
class  indexSetDifference
 Index set representing the symmetric difference of two index sets. More...
class  indexSetComplement
 Index set representing the complement of another index sets. More...