[[["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 describes the \u003ccode\u003eMinCostFlow\u003c/code\u003e class in C++, a tool for solving minimum cost flow problems.\u003c/p\u003e\n"],["\u003cp\u003eIt is a default implementation using \u003ccode\u003eStarGraph\u003c/code\u003e but new users are encouraged to utilize \u003ccode\u003eSimpleMinCostFlow\u003c/code\u003e for better usability.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method available is the constructor, \u003ccode\u003eMinCostFlow\u003c/code\u003e, which requires a pointer to a \u003ccode\u003eStarGraph\u003c/code\u003e instance for initialization.\u003c/p\u003e\n"]]],["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"],null,["# MinCostFlow\n\nC++ Reference: class MinCostFlow\n================================\n\n\nNote: This documentation is automatically generated.\nDefault MinCostFlow instance that uses StarGraph. New clients should use SimpleMinCostFlow if they can.\n\n| Method ||\n|--------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|\n| [`MinCostFlow`](https://github.com/google/or-tools/blob/v9.4/ortools/graph/min_cost_flow.h#L616) | Return type: `explicit ` Arguments: `const StarGraph* graph` \u003cbr /\u003e |"]]