#include <abstractBigraph.h>
Inheritance diagram for abstractBiGraph:
Public Member Functions | |
abstractBiGraph (TNode _n1=0, TNode _n2=0, TArc _m=0) throw (ERRange) | |
virtual | ~abstractBiGraph () throw () |
unsigned long | Allocated () const throw () |
void | CheckLimits () throw (ERRange) |
bool | IsBipartite () const throw () |
TNode | N1 () const throw () |
TNode | N2 () const throw () |
void | RandomArcs (TArc _m) throw (ERRejected) |
virtual void | ReadNNodes (goblinImport &F) throw (ERParse) |
bool | MaximumAssignment () throw () |
bool | MaximumAssignment (TCap cDeg) throw () |
bool | MaximumAssignment (TCap *pLower, TCap *pDeg=NULL) throw () |
bool | MinCAssignment () throw () |
bool | MinCAssignment (TCap cDeg) throw () |
bool | MinCAssignment (TCap *pLower, TCap *pDeg=NULL) throw () |
bool | MaximumMatching () throw () |
bool | MaximumMatching (TCap cDeg) throw () |
bool | MaximumMatching (TCap *pLower, TCap *pDeg=NULL) throw () |
bool | MinCMatching () throw () |
bool | MinCMatching (TCap cDeg) throw () |
bool | MinCMatching (TCap *pLower, TCap *pDeg=NULL) throw () |
TNode | StableSet () throw () |
TNode | NodeColouring (TNode k=NoNode) throw () |
Protected Attributes | |
TNode | n1 |
TNode | n2 |
|
|
|
|
|
Reimplemented from abstractGraph. Reimplemented in denseBiGraph, and sparseBiGraph. |
|
Reimplemented from abstractMixedGraph. |
|
|
|
|
|
|
|
Determine a minimum defect (b,c)-matching.
Reimplemented from abstractGraph. |
|
Determine a maximum k-factor.
Reimplemented from abstractGraph. |
|
Determine a maximum b-matching or f-factor.
Reimplemented from abstractGraph. |
|
|
|
|
|
|
|
Determine a minimum-cost perfect (b,c)-matching.
Reimplemented from abstractGraph. |
|
Determine a minimum-cost perfect k-factor.
Reimplemented from abstractGraph. |
|
Determine a minimum-cost perfect b-matching or f-factor.
Reimplemented from abstractGraph. |
|
Partition the node set into independent sets.
Reimplemented from abstractMixedGraph. |
|
Extend a graph by random arcs.
Reimplemented from abstractMixedGraph. |
|
Read the number of nodes from file.
Reimplemented from abstractMixedGraph. Reimplemented in denseBiGraph. |
|
Compute a maximum independent node set.
Reimplemented from abstractMixedGraph. |
|
Number of left-hand nodes.
|
|
Number of right-hand nodes.
|