![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 157 of file generic_max_flow.h.
#include <generic_max_flow.h>
Public Member Functions | |
| PriorityQueueWithRestrictedPush () | |
| PriorityQueueWithRestrictedPush (const PriorityQueueWithRestrictedPush &)=delete | |
| PriorityQueueWithRestrictedPush & | operator= (const PriorityQueueWithRestrictedPush &)=delete |
| bool | IsEmpty () const |
| void | Clear () |
| void | Push (Element element, IntegerPriority priority) |
| Element | Pop () |
|
inline |
Definition at line 159 of file generic_max_flow.h.
|
delete |
| void operations_research::PriorityQueueWithRestrictedPush< Element, IntegerPriority >::Clear | ( | ) |
Definition at line 546 of file generic_max_flow.h.
| bool operations_research::PriorityQueueWithRestrictedPush< Element, IntegerPriority >::IsEmpty | ( | ) | const |
Definition at line 540 of file generic_max_flow.h.
|
delete |
| Element operations_research::PriorityQueueWithRestrictedPush< Element, IntegerPriority >::Pop | ( | ) |
Definition at line 571 of file generic_max_flow.h.
| void operations_research::PriorityQueueWithRestrictedPush< Element, IntegerPriority >::Push | ( | Element | element, |
| IntegerPriority | priority ) |
Definition at line 552 of file generic_max_flow.h.