[[["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."],[[["The `LightPairRelocateOperator` class in C++ facilitates the relocation of nodes in a routing problem using predefined index pairs."],["This operator utilizes primary and secondary decision variables, along with a function to handle empty path starts and a set of routing index pairs."],["Users can generate a textual representation of the operator's internal state via the `DebugString` method."],["The `MakeNeighbor` method attempts to create a new solution by applying the relocation operation, indicating success with a boolean return value."]]],["The `LightPairRelocateOperator` class in C++ is documented, showcasing its methods: `DebugString`, `LightPairRelocateOperator` (constructor), destructor (`~LightPairRelocateOperator`), and `MakeNeighbor`. The constructor takes `vars`, `secondary_vars`, `start_empty_path_class` (a function), and `index_pairs` as arguments. `DebugString` returns a string, and `MakeNeighbor` returns a boolean, indicating the success of an operation. These methods are defined within the context of constraint solving and routing.\n"]]