Definition at line 49 of file dynamic_partition.h.
◆ DebugStringSorting
◆ DynamicPartition() [1/2]
| operations_research::DynamicPartition::DynamicPartition |
( |
int |
num_elements | ) |
|
|
explicit |
◆ DynamicPartition() [2/2]
| operations_research::DynamicPartition::DynamicPartition |
( |
const std::vector< int > & |
initial_part_of_element | ) |
|
|
explicit |
◆ DebugString()
| std::string operations_research::DynamicPartition::DebugString |
( |
DebugStringSorting |
sorting | ) |
const |
◆ ElementsInHierarchicalOrder()
| const std::vector<int>& operations_research::DynamicPartition::ElementsInHierarchicalOrder |
( |
| ) |
const |
|
inline |
◆ ElementsInPart()
◆ ElementsInSamePartAs()
◆ FprintOfPart()
| uint64 operations_research::DynamicPartition::FprintOfPart |
( |
int |
part | ) |
const |
|
inline |
◆ NumElements()
| int operations_research::DynamicPartition::NumElements |
( |
| ) |
const |
|
inline |
◆ NumParts()
| const int operations_research::DynamicPartition::NumParts |
( |
| ) |
const |
|
inline |
◆ ParentOfPart()
| int operations_research::DynamicPartition::ParentOfPart |
( |
int |
part | ) |
const |
|
inline |
◆ PartOf()
| int operations_research::DynamicPartition::PartOf |
( |
int |
element | ) |
const |
|
inline |
◆ Refine()
| void operations_research::DynamicPartition::Refine |
( |
const std::vector< int > & |
distinguished_subset | ) |
|
◆ SizeOfPart()
| int operations_research::DynamicPartition::SizeOfPart |
( |
int |
part | ) |
const |
|
inline |
◆ UndoRefineUntilNumPartsEqual()
| void operations_research::DynamicPartition::UndoRefineUntilNumPartsEqual |
( |
int |
original_num_parts | ) |
|
The documentation for this class was generated from the following file: