[[["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 `GraphBuilderFromArcs` class facilitates the construction of a graph data structure from a collection of arcs (directed edges)."],["Users can add arcs individually using the `AddArc` method, specifying the tail and head nodes."],["The `Graph` method finalizes the graph creation process, optionally incorporating a cycle handler, resulting in a `GraphType` object."],["Initialization of `GraphBuilderFromArcs` requires specifying the maximum number of nodes and arcs and whether to sort the arcs during construction."]]],[]]