inducedBigraph Class Reference
[Graph derivation]

Subgraph of a given mixed graph induced by two disjoint node index sets. More...

#include <sparseBigraph.h>

Inheritance diagram for inducedBigraph:

sparseBiGraph abstractBiGraph abstractGraph abstractMixedGraph managedObject goblinRootObject

Public Member Functions

 inducedBigraph (abstractMixedGraph &, const indexSet< TNode > &, const indexSet< TNode > &, const TOption=OPT_PARALLELS) throw (ERRejected)

Detailed Description

Subgraph of a given mixed graph induced by two disjoint node index sets.

This graph maps all nodes in the two specified index sets and all arcs connecting these node sets.


Constructor & Destructor Documentation

inducedBigraph abstractMixedGraph ,
const indexSet< TNode > &  ,
const indexSet< TNode > &  ,
const   TOption = OPT_PARALLELS
throw (ERRejected)