#include <denseRepresentation.h>
Inheritance diagram for denseRepresentation:
Public Member Functions | |
denseRepresentation (const abstractMixedGraph &_G, TOption options=0) throw () | |
~denseRepresentation () throw () | |
TArc | InsertArc (TArc a, TCap _u, TFloat _c, TCap _l) throw (ERRange,ERRejected) |
unsigned long | Size () const throw () |
unsigned long | Allocated () const throw () |
void | NewSubgraph (TArc card) throw (ERRejected) |
void | NewSubgraph () throw (ERRejected) |
void | ReleaseSubgraph () throw () |
TFloat | Sub (TArc a) const throw (ERRange) |
void | SetSub (TArc a, TFloat multiplicity) throw (ERRange,ERRejected) |
void | SetSubRelative (TArc a, TFloat lambda) throw (ERRange,ERRejected) |
Protected Attributes | |
goblinHashTable< TArc, TFloat > * | sub |
|
|
|
|
|
Reimplemented from graphRepresentation. |
|
|
|
Allocate the subgraph multiplicities. This initializes the subgraph multiplicities to the lower capacity bounds Implements graphRepresentation. |
|
|
|
Deallocate the subgraph multiplicities. This effectively sets the subgraph multiplicities to the lower capacity bounds Implements graphRepresentation. |
|
Set the subgraph multiplicity to a specified value.
Implements graphRepresentation. |
|
Change the subgraph multiplicity by a specified amount.
Implements graphRepresentation. |
|
Implements goblinRootObject. |
|
Retrieve the subgraph multiplicity of a given arc.
Implements graphRepresentation. |
|
|