[[["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\u003e\u003ccode\u003eArcIndexOrderingByTailNode\u003c/code\u003e is a class within the OR-Tools library, specifically designed for handling arc indexing based on the tail node in a graph.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a means to order arcs within a \u003ccode\u003eGraphType\u003c/code\u003e structure by their respective tail nodes, offering a specific approach to organizing and accessing graph elements.\u003c/p\u003e\n"],["\u003cp\u003eThis functionality is likely relevant for algorithms and operations where the order of arcs relative to their tail nodes is important, potentially aiding in efficiency or specialized graph traversals.\u003c/p\u003e\n"]]],["The `ArcIndexOrderingByTailNode` class in C++ is designed for ordering arcs based on their tail node within a given graph. It's constructed with an explicit constructor that takes a `GraphType` object (`const GraphType& graph`) as an argument. This class primarily handles the indexing and ordering of arcs, as indicated by the class name and constructor. The documentation is generated automatically.\n"],null,["# ArcIndexOrderingByTailNode\n\nC++ Reference: class ArcIndexOrderingByTailNode\n===============================================\n\n\nNote: This documentation is automatically generated.\n\n| Method ||\n|----------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|\n| [`ArcIndexOrderingByTailNode`](https://github.com/google/or-tools/blob/v9.4/ortools/graph/linear_assignment.h#L1060) | Return type: `explicit ` Arguments: `const GraphType& graph` \u003cbr /\u003e |"]]