[[["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++ manages cost values in a cycle. Key actions include initialization with a vector of `CostValue`, setting relationships between arc indices, and managing temporary index values. Specifically, `SetIndexFromIndex` establishes a link between a source and destination arc index. `SetIndexFromTemp` sets the destination arc index from a temporary value, and `SetTempFromIndex` sets a temporary value from a source arc index. The destructor, `~CostValueCycleHandler`, handles object cleanup.\n"]]