[[["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\u003eCheapestInsertionFilteredHeuristic is a C++ class within the OR-Tools library used for routing optimization.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes a user-defined evaluator function to assess insertion costs and a penalty evaluator for infeasible insertions, along with a filter manager for local search enhancements.\u003c/p\u003e\n"],["\u003cp\u003eThis heuristic aims to build a solution by iteratively inserting nodes based on the cheapest insertion cost, subject to the filtering criteria and penalty considerations.\u003c/p\u003e\n"]]],["The `CheapestInsertionFilteredHeuristic` class in C++ is documented, highlighting its constructor and destructor. The constructor takes a `RoutingModel*`, an evaluator function, a penalty evaluator function, and a `LocalSearchFilterManager*`. It takes ownership of the provided evaluator. The destructor `~CheapestInsertionFilteredHeuristic` is also listed, but it has no specific details in this document. The class uses functions to evaluate and implement a filtered cheapest insertion method.\n"],null,["# CheapestInsertionFilteredHeuristic\n\nC++ Reference: class CheapestInsertionFilteredHeuristic\n=======================================================\n\n\nNote: This documentation is automatically generated.\n\n| Method ||\n|---------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`CheapestInsertionFilteredHeuristic`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/routing_search.h#L308) | \u003cbr /\u003e Arguments: ` RoutingModel* model, std::function\u003cint64_t(int64_t, int64_t, int64_t)\u003e evaluator, std::function\u003cint64_t(int64_t)\u003e penalty_evaluator, LocalSearchFilterManager* filter_manager` Takes ownership of evaluator. |\n| [`~CheapestInsertionFilteredHeuristic`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/routing_search.h#L313) | \u003cbr /\u003e |"]]