[[["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."],[[["`IntVarIterator` is a C++ class used to iterate through the values of an integer variable in constraint programming."],["Before starting the iteration, the `Init` method must be called, and `Ok` is used to check if a value can be retrieved."],["`Value` retrieves the current value, `Next` advances to the next one, and `DebugString` provides a printable representation."]]],["The `IntVarIterator` class provides methods for iterating through integer variable values. `Init` prepares the iterator for a new loop. `Next` advances the iterator to the subsequent value. `Ok` checks if `Value` is callable. `Value` returns the iterator's current integer value. `DebugString` returns a string representation of the object. The `~IntVarIterator` represents the class destructor, and therefore is a method.\n"]]