[[["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 `StaticGraph` class in C++ provides methods for managing a graph structure. Key actions include adding nodes (`AddNode`) and arcs (`AddArc`), reserving memory for nodes (`ReserveNodes`) and arcs (`ReserveArcs`). Methods to retrieve information about the graph are available, such as getting the head (`Head`) and tail (`Tail`) of arcs, the out-degree of a node (`OutDegree`), and outgoing arcs (`OutgoingArcs`, `OutgoingArcsStartingFrom`). `Build` methods can finalize the graph. Constructor methods `StaticGraph` are also provided.\n"]]