[[["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."],[[["`ParallelSavingsFilteredHeuristic` is a C++ class within the OR-Tools library used for constructing initial solutions for vehicle routing problems."],["It leverages a parallel implementation of the savings algorithm, enhanced with filtering for improved performance."],["Users can customize its behavior through `SavingsParameters` and integrate it with a `LocalSearchFilterManager`."],["The class provides a `DebugString` method for debugging and inspection purposes."]]],["The `ParallelSavingsFilteredHeuristic` class in C++ is documented, highlighting its methods: `DebugString`, `ParallelSavingsFilteredHeuristic`, and `~ParallelSavingsFilteredHeuristic`. `DebugString` returns a string. The constructor `ParallelSavingsFilteredHeuristic` accepts a `RoutingModel*`, `RoutingIndexManager*`, `SavingsParameters`, and `LocalSearchFilterManager*` as arguments. The destructor `~ParallelSavingsFilteredHeuristic` is also present. The documentation also provides links to the source code for each method.\n"]]