[[["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\u003eThis documentation details the \u003ccode\u003eUndirectedAdjacencyListsOfDirectedGraph\u003c/code\u003e class within the Or-Tools library's graph utilities.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method, also named \u003ccode\u003eUndirectedAdjacencyListsOfDirectedGraph\u003c/code\u003e, takes a directed graph as input and transforms it into an undirected representation using adjacency lists.\u003c/p\u003e\n"],["\u003cp\u003eThis transformation is likely useful for applying algorithms designed for undirected graphs to directed graph data by considering edges in both directions.\u003c/p\u003e\n"]]],["The provided content describes a C++ class called `UndirectedAdjacencyListsOfDirectedGraph`. It details a single method within this class, the constructor `UndirectedAdjacencyListsOfDirectedGraph`. This constructor is `explicit` and takes a constant reference to a `Graph` object as its sole argument. The class's location within the codebase is provided as a link. This method likely generates an undirected adjacency list representation from a directed graph.\n"],null,["# UndirectedAdjacencyListsOfDirectedGraph\n\nC++ Reference: class UndirectedAdjacencyListsOfDirectedGraph\n============================================================\n\n\nNote: This documentation is automatically generated.\n\n| Method ||\n|---------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------|\n| [`UndirectedAdjacencyListsOfDirectedGraph`](https://github.com/google/or-tools/blob/v9.4/ortools/graph/util.h#L102) | Return type: `explicit ` Arguments: `const Graph& graph` \u003cbr /\u003e |"]]