[[["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."],[[["The `CheapestAdditionFilteredHeuristic` class is a decision builder for routing problems that extends paths by selecting the cheapest arc."],["This heuristic utilizes filtering for efficiency and is based on the addition heuristic principle."],["It includes methods like `BuildSolutionInternal` for solution construction and the constructor/destructor for object management."]]],["The `CheapestAdditionFilteredHeuristic` class in C++ is a filtered decision builder. It extends a path by adding the cheapest arc from its start node. Key actions include: `BuildSolutionInternal`, which returns a boolean; `CheapestAdditionFilteredHeuristic`, the constructor taking a `RoutingModel` and `LocalSearchFilterManager` as arguments; and the destructor `~CheapestAdditionFilteredHeuristic`. This class uses an addition heuristic to select the next path segment, filtering choices in the process.\n"]]