[[["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."],[[["BasePathFilter is a C++ class within the OR-Tools constraint solver, designed for filtering paths during routing optimization."],["It utilizes the `Accept` method to determine acceptable paths based on given assignments and objective ranges."],["The class is initialized with a vector of `IntVar` representing next nodes and the size of their domains."],["`OnSynchronize` is used to update the filter's internal state based on the latest assignments."]]],["The `BasePathFilter` class in C++ includes methods for constraint solving. The constructor `BasePathFilter` takes a vector of `IntVar*` (nexts) and an integer (`next_domain_size`) as arguments. It features a destructor `~BasePathFilter`. The `Accept` method returns a boolean value based on assignment parameters, `delta` and `deltadelta`, alongside `objective_min` and `objective_max`. `OnSynchronize` takes assignment parameter delta and returns nothing.\n"]]