[[["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 `CompleteGraph` class in C++ provides methods for managing a complete graph. Key actions include building a complete graph with a specified number of nodes using `CompleteGraph(num_nodes)`. Other methods allow users to get the head node of an arc (`Head(arc)`), the out-degree of a node (`OutDegree(node)`), the range of outgoing arcs from a node (`OutgoingArcs(node)`), the range of outgoing arcs from a node starting from a given arc (`OutgoingArcsStartingFrom(node, from)`), and the tail node of an arc (`Tail(arc)`).\n"]]