residualArcs Class Reference
[Index sets]

Index sets representing residual arcs. More...

#include <abstractDigraph.h>

Inheritance diagram for residualArcs:

indexSet< TArc > managedObject goblinRootObject

Public Member Functions

 residualArcs (const abstractMixedGraph &_G, TCap _delta=0.0) throw ()
 ~residualArcs () throw ()
unsigned long Size () const throw ()
bool IsMember (const TArc i) const throw (ERRange)

Detailed Description

Index sets representing residual arcs.


Constructor & Destructor Documentation

residualArcs const abstractMixedGraph _G,
TCap  _delta = 0.0
throw ()
 

~residualArcs  )  throw ()
 


Member Function Documentation

bool IsMember const TArc  i  )  const throw (ERRange) [virtual]
 

Test for indet set membership.

Parameters:
i An index to test for indet set membership
Return values:
true The indexed element is contained by this set

Implements indexSet< TArc >.

unsigned long Size  )  const throw () [virtual]
 

Implements indexSet< TArc >.