[[["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."],[[["`PairNodeSwapActiveOperator` is a C++ class within the OR-Tools constraint solver that facilitates the exploration of solution spaces by swapping pairs of nodes in a routing problem."],["It utilizes primary and secondary decision variables (`vars`, `secondary_vars`) along with routing index pairs to define the search space."],["The operator offers methods like `MakeNeighbor`, `MakeNextNeighbor`, and `DebugString` to generate and manage neighboring solutions and provide debugging information."],["Users can customize the operator's behavior by providing a function (`start_empty_path_class`) that determines the starting point for empty paths."]]],[]]