[[["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."],[[["`FlowCoverCutHelper` assists in generating cuts for the single node flow problem based on a given linear constraint and LP values."],["The core functionality involves computing a flow cover relaxation (`ComputeFlowCoverRelaxation`) and subsequently attempting to generate a cut (`GenerateCut`)."],["If a cut is successfully generated, it can be accessed via the `cut()` or `mutable_cut()` methods, along with associated information (`Info`)."]]],["The `FlowCoverCutHelper` class in C++ facilitates generating cuts for optimization problems. It includes methods to `ComputeFlowCoverRelaxation` for extracting a `SingleNodeFlow` relaxation from a linear constraint. The `GenerateCut` method attempts to produce a cut for a given `SingleNodeFlow`, returning true if successful. Generated cut details are accessible via `cut()` or `mutable_cut()`. Additional info for logging is provided by the `Info` method.\n"]]