[[["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 `MinCostFlow` class in C++ utilizes a `StarGraph` for its implementation, though `SimpleMinCostFlow` is recommended for new users. The class constructor, `MinCostFlow`, takes a `StarGraph` pointer as an argument, denoted as `const StarGraph* graph`. This method is explicitly defined, and it's the sole method detailed in the provided documentation.\n"]]