[[["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\u003eThe \u003ccode\u003eMakePairInactiveOperator\u003c/code\u003e is designed to deactivate pairs of active nodes within a routing problem.\u003c/p\u003e\n"],["\u003cp\u003eThis operator utilizes primary and secondary variables, a function to determine empty path classes, and index pairs for its operation.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods for debugging (\u003ccode\u003eDebugString\u003c/code\u003e) and creating neighbors (\u003ccode\u003eMakeNeighbor\u003c/code\u003e).\u003c/p\u003e\n"]]],["The `MakePairInactiveOperator` class in C++ deactivates pairs of active nodes. It has three primary methods: `DebugString`, which returns a string; `MakeNeighbor`, which returns a boolean; and `MakePairInactiveOperator`, which is the constructor. The constructor takes vectors of `IntVar*` (primary and secondary variables), a function `start_empty_path_class` mapping `int64_t` to `int`, and `RoutingIndexPairs`. These methods work together to make specified pairs of nodes inactive.\n"],null,[]]