Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class ArcIndexOrderingByTailNode
Note: This documentation is automatically generated.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["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 |"]]