Functions | |
bool | abstractBiGraph::IsBipartite () const throw () |
bool | abstractGraph::IsUndirected () const throw () |
bool | abstractMixedGraph::IsGraphObject () const throw () |
virtual bool | abstractMixedGraph::IsBipartite () const throw () |
virtual bool | abstractMixedGraph::IsDirected () const throw () |
virtual bool | abstractMixedGraph::IsUndirected () const throw () |
virtual bool | abstractMixedGraph::IsSparse () const throw () |
virtual bool | abstractMixedGraph::IsDense () const throw () |
bool | abstractMixedGraph::IsRepresented () const throw () |
virtual bool | abstractMixedGraph::IsBalanced () const throw () |
bool | abstractMixedGraph::IsEmbedded () const throw () |
virtual bool | goblinRootObject::IsGraphObject () const |
virtual bool | goblinRootObject::IsMixedILP () const |
|
Query if this a balanced graph object.
Reimplemented in abstractBalancedFNW. |
|
Query if this graph object is bipartite.
Reimplemented in abstractBiGraph. |
|
Query if this graph object is bipartite.
Reimplemented from abstractMixedGraph. |
|
Query if this a densely represented graph object.
|
|
Query if this graph object is directed.
Reimplemented in abstractDiGraph. |
|
Query if this an embedded planar graph.
|
|
Query if this is a graph like data object.
Reimplemented in abstractMixedGraph. |
|
Query if this is a graph like data object.
Reimplemented from goblinRootObject. |
|
Query if this is an MIP like data object.
Reimplemented in mipInstance. |
|
Query if this a represented graph object.
|
|
Query if this a sparsely represented graph object.
|
|
Query if this graph object is undirected.
Reimplemented in abstractGraph. |
|
Query if this graph object is undirected.
Reimplemented from abstractMixedGraph. |