[[["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\u003eThe \u003ccode\u003eSequentialSavingsFilteredHeuristic\u003c/code\u003e class is part of the Google OR-Tools constraint solver and is used for routing optimization.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes a savings-based approach filtered by a \u003ccode\u003eLocalSearchFilterManager\u003c/code\u003e for efficient solution finding.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides methods like \u003ccode\u003eDebugString\u003c/code\u003e for debugging and can be constructed with a \u003ccode\u003eRoutingModel\u003c/code\u003e, \u003ccode\u003eSavingsParameters\u003c/code\u003e, and a \u003ccode\u003eLocalSearchFilterManager\u003c/code\u003e.\u003c/p\u003e\n"]]],["The provided content details the C++ class `SequentialSavingsFilteredHeuristic`. It outlines three key components: a constructor `SequentialSavingsFilteredHeuristic` which takes a `RoutingModel`, `SavingsParameters`, and a `LocalSearchFilterManager` as arguments; a destructor `~SequentialSavingsFilteredHeuristic`; and a method `DebugString` which returns a string. The content is automatically generated documentation.\n"],null,["# SequentialSavingsFilteredHeuristic\n\nC++ Reference: class SequentialSavingsFilteredHeuristic\n=======================================================\n\n\nNote: This documentation is automatically generated.\n\n| Method ||\n|----------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|\n| [`DebugString`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/routing_search.h#L1045) | Return type: `std::string ` \u003cbr /\u003e |\n| [`SequentialSavingsFilteredHeuristic`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/routing_search.h#L1040) | \u003cbr /\u003e Arguments: `RoutingModel* model, SavingsParameters parameters, LocalSearchFilterManager* filter_manager` \u003cbr /\u003e |\n| [`~SequentialSavingsFilteredHeuristic`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/routing_search.h#L1044) | \u003cbr /\u003e |"]]