Definition at line 51 of file dynamic_partition.h.
#include <dynamic_partition.h>
◆ 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 |
( |
bool | sort_parts_lexicographically | ) |
const |
◆ ElementsInHierarchicalOrder()
| const std::vector< int > & operations_research::DynamicPartition::ElementsInHierarchicalOrder |
( |
| ) |
const |
|
inline |
◆ ElementsInPart()
◆ ElementsInSamePartAs()
◆ FprintOfPart()
| uint64_t operations_research::DynamicPartition::FprintOfPart |
( |
int | part | ) |
const |
|
inline |
◆ NumElements()
| int operations_research::DynamicPartition::NumElements |
( |
| ) |
const |
|
inline |
◆ NumParts()
| 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 |
( |
absl::Span< const 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 files: