![]() |
OR-Tools
9.6
|
Definition at line 262 of file 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 263 of file perfect_matching.h.
|
inline |
Definition at line 281 of file perfect_matching.h.
|
inline |
Definition at line 282 of file perfect_matching.h.
Definition at line 273 of file perfect_matching.h.
|
inline |
Definition at line 280 of file perfect_matching.h.
| NodeIndex head |
Definition at line 300 of file perfect_matching.h.
| int pq_position = -1 |
Definition at line 305 of file perfect_matching.h.
| CostValue pseudo_slack |
Definition at line 287 of file perfect_matching.h.
| CostValue slack |
Definition at line 291 of file perfect_matching.h.
| NodeIndex tail |
Definition at line 299 of file perfect_matching.h.