![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 257 of file perfect_matching.h.
#include <perfect_matching.h>
Public Member Functions | |
| Edge (NodeIndex t, NodeIndex h, CostValue c) | |
| NodeIndex | OtherEnd (NodeIndex n) const |
| void | SetHeapIndex (int index) |
| int | GetHeapIndex () const |
| bool | operator> (const Edge &other) const |
Public Attributes | |
| CostValue | pseudo_slack |
| CostValue | slack |
| NodeIndex | tail |
| NodeIndex | head |
| int | pq_position = -1 |
Definition at line 258 of file perfect_matching.h.
|
inline |
Definition at line 276 of file perfect_matching.h.
|
inline |
Definition at line 277 of file perfect_matching.h.
Definition at line 268 of file perfect_matching.h.
|
inline |
Definition at line 275 of file perfect_matching.h.
| NodeIndex operations_research::BlossomGraph::Edge::head |
Definition at line 295 of file perfect_matching.h.
| int operations_research::BlossomGraph::Edge::pq_position = -1 |
Definition at line 300 of file perfect_matching.h.
| CostValue operations_research::BlossomGraph::Edge::pseudo_slack |
Definition at line 282 of file perfect_matching.h.
| CostValue operations_research::BlossomGraph::Edge::slack |
Definition at line 286 of file perfect_matching.h.
| NodeIndex operations_research::BlossomGraph::Edge::tail |
Definition at line 294 of file perfect_matching.h.