[[["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."],[[["\u003cp\u003e\u003ccode\u003eParallelSavingsFilteredHeuristic\u003c/code\u003e is a C++ class within the OR-Tools library used for constructing initial solutions for vehicle routing problems.\u003c/p\u003e\n"],["\u003cp\u003eIt leverages a parallel implementation of the savings algorithm, enhanced with filtering for improved performance.\u003c/p\u003e\n"],["\u003cp\u003eUsers can customize its behavior through \u003ccode\u003eSavingsParameters\u003c/code\u003e and integrate it with a \u003ccode\u003eLocalSearchFilterManager\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides a \u003ccode\u003eDebugString\u003c/code\u003e method for debugging and inspection purposes.\u003c/p\u003e\n"]]],["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"],null,[]]