Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class SimpleDynamicPartition
Note: This documentation is automatically generated.
A subset of the API of DynamicPartition without backtrack support. The
Refine() here is about twice as fast, but we have limited query support until
a batch ComputeElementsByPart() is called.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["`SimpleDynamicPartition` is a subset of the `DynamicPartition` class in OR-Tools, designed for faster refinement without backtracking support."],["`Refine` method is approximately twice as fast as in `DynamicPartition`, but query support is limited until `ComputeElementsByPart` is called."],["It provides methods like `NumElements`, `NumParts`, `PartOf`, and `SizeOfPart` to manage and query the elements and partitions."],["This class is particularly useful when backtracking is not necessary and faster refinement is desired."]]],[]]