[[["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\u003e\u003ccode\u003eSetRangeIterator\u003c/code\u003e is a class within the Or-Tools library, specifically designed for iterating over elements within a set.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor for \u003ccode\u003eSetRangeIterator\u003c/code\u003e takes a \u003ccode\u003econst SetType set\u003c/code\u003e as an argument, allowing initialization for traversal.\u003c/p\u003e\n"],["\u003cp\u003eThis iterator class facilitates accessing elements within a set, which is useful in algorithms related to graph problems like the Hamiltonian path.\u003c/p\u003e\n"]]],["The `SetRangeIterator` class in C++ has a method named `SetRangeIterator`. This method is explicitly constructed and takes a constant `SetType` object as its argument. The method's purpose is not described, but the documentation indicates that it is part of the `or-tools` library, specifically within the `hamiltonian_path.h` header file.\n"],null,["# SetRangeIterator\n\nC++ Reference: class SetRangeIterator\n=====================================\n\n\nNote: This documentation is automatically generated.\n\n| Method ||\n|----------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|\n| [`SetRangeIterator`](https://github.com/google/or-tools/blob/v9.4/ortools/graph/hamiltonian_path.h#L230) | Return type: `explicit ` Arguments: `const SetType set` \u003cbr /\u003e |"]]