Make all partially performed pickup and delivery pairs unperformed. A
pair is partially unperformed if one element of the pair has one of its
alternatives performed in the solution and the other has no alternatives
in the solution or none performed.
[[["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\u003eRoutingFilteredHeuristic is a filter-based heuristic class dedicated to routing problems in C++.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes a \u003ccode\u003eRoutingModel\u003c/code\u003e and a \u003ccode\u003eLocalSearchFilterManager\u003c/code\u003e for its operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods for building solutions from routes, managing node performance (making nodes unperformed based on various criteria), and accessing start/end chains of vehicles.\u003c/p\u003e\n"],["\u003cp\u003eIt includes functions like \u003ccode\u003eBuildSolutionFromRoutes\u003c/code\u003e, \u003ccode\u003eMakeDisjunctionNodesUnperformed\u003c/code\u003e, and \u003ccode\u003eMakeUnassignedNodesUnperformed\u003c/code\u003e to manipulate the solution during the search process.\u003c/p\u003e\n"]]],["The `RoutingFilteredHeuristic` class manages routing solutions. Key actions include: building solutions from routes using a next accessor (`BuildSolutionFromRoutes`); retrieving the start and end of vehicle chains (`GetStartChainEnd`, `GetEndChainStart`); and manipulating node performance status. Specific node actions include making nodes in a disjunction unperformed, unperforming partially performed pickup/delivery pairs, and unassigning unperformed nodes (`MakeDisjunctionNodesUnperformed`, `MakePartiallyPerformedPairsUnperformed`, `MakeUnassignedNodesUnperformed`). The class also stores a `RoutingModel` and a `LocalSearchFilterManager`.\n"],null,[]]