|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <planar_maxcut_graph.hxx>
Collaboration diagram for opengm::external::pmc::DualEdge:Public Member Functions | |
| DualEdge (DualNode *tail_, DualNode *head_, DataType weight_, Edge *original_cross_edge_) | |
Public Attributes | |
| DualNode * | tail |
| DualNode * | head |
| DataType | weight |
| Edge * | original_cross_edge |
| bool | in_matching |
Definition at line 83 of file planar_maxcut_graph.hxx.
|
inline |
Definition at line 85 of file planar_maxcut_graph.hxx.
| DualNode* opengm::external::pmc::DualEdge::head |
Definition at line 89 of file planar_maxcut_graph.hxx.
| bool opengm::external::pmc::DualEdge::in_matching |
Definition at line 94 of file planar_maxcut_graph.hxx.
| Edge* opengm::external::pmc::DualEdge::original_cross_edge |
Definition at line 92 of file planar_maxcut_graph.hxx.
| DualNode* opengm::external::pmc::DualEdge::tail |
Definition at line 86 of file planar_maxcut_graph.hxx.
| DataType opengm::external::pmc::DualEdge::weight |
Definition at line 90 of file planar_maxcut_graph.hxx.
1.8.9.1