[[["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\u003eThe \u003ccode\u003eIntegerRange\u003c/code\u003e class provides a way to iterate over a range of integers.\u003c/p\u003e\n"],["\u003cp\u003eIt is constructed with a beginning and an ending value, allowing iteration within that range.\u003c/p\u003e\n"]]],["The `IntegerRange` class in C++ is defined with a constructor that accepts two arguments: `begin` and `end`, both of type `IntegerType`. This class, found in the `iterators.h` header file, likely represents a range of integers. The key action is the instantiation of an `IntegerRange` object by specifying the start and end values of the desired integer sequence. The provided information includes the method signature and its arguments.\n"],null,["# IntegerRange\n\nC++ Reference: class IntegerRange\n=================================\n\n\nNote: This documentation is automatically generated.\n\n| Method ||\n|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------|\n| [`IntegerRange`](https://github.com/google/or-tools/blob/v9.4/ortools/graph/iterators.h#L148) | \u003cbr /\u003e Arguments: `IntegerType begin, IntegerType end` \u003cbr /\u003e |"]]