[[["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 `ArcFunctorOrderingByTailAndHead` class provides a way to order arcs (edges) in a graph based on their tail and head nodes."],["It's used within the context of the Ebert Graph structure, a specific graph representation in OR-Tools."],["The primary method is a constructor that takes a `GraphType` object as input, establishing the graph for ordering comparisons."]]],["The `ArcFunctorOrderingByTailAndHead` class in C++ is defined with an explicit constructor that takes a constant reference to a `GraphType` object named `graph`. This class's core functionality is accessed via the method `ArcFunctorOrderingByTailAndHead`, which takes a `const GraphType& graph` as its sole argument. It is found in the ebert_graph.h header file.\n"]]