Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class CheapestAdditionFilteredHeuristic
Note: This documentation is automatically generated.
Filtered-base decision builder based on the addition heuristic, extending
a path from its start node with the cheapest arc.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[],["The `CheapestAdditionFilteredHeuristic` class in C++ is a filtered-base decision builder that uses an addition heuristic. It extends a path from its start by selecting the cheapest arc. Key methods include: `CheapestAdditionFilteredHeuristic`, which takes a `RoutingModel` and `LocalSearchFilterManager` as arguments. The `BuildSolutionInternal` method returns a boolean. The `~CheapestAdditionFilteredHeuristic` is the destructor.\n"]]