[[["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 `CostValueCycleHandler` class in C++ is used within the context of linear assignment problems, particularly for managing cost values associated with cycles in a graph."],["It provides methods to set and manipulate cost values, using indices and temporary storage for efficient handling of cycles during the assignment process."],["Core functionalities include `SetIndexFromIndex`, `SetIndexFromTemp`, and `SetTempFromIndex` to handle cost value updates based on different source and destination points in the graph."],["This class is part of the Google OR-Tools library, particularly under the `ortools/graph` directory, used for optimization tasks like linear assignments."]]],[]]