[[["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\u003eSimpleNeighborhoodGenerator\u003c/code\u003e class in C++ facilitates the selection of a random subset of variables for local search in constraint programming.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a \u003ccode\u003eGenerate\u003c/code\u003e method which, given an initial solution and difficulty level, uses a random number generator to create a neighborhood for exploration.\u003c/p\u003e\n"],["\u003cp\u003eTwo essential components include the \u003ccode\u003eNeighborhoodGeneratorHelper\u003c/code\u003e and a descriptive name for the generator.\u003c/p\u003e\n"]]],["The `SimpleNeighborhoodGenerator` class in C++ has two core methods: `Generate` and its constructor `SimpleNeighborhoodGenerator`. The constructor takes a `NeighborhoodGeneratorHelper` pointer and a name as arguments. The `Generate` method produces a `Neighborhood` object, accepting an initial solution (`CpSolverResponse`), a difficulty level (`double`), and a random number generator (`absl::BitGenRef`) as inputs. This method selects a random subset of variables to form a neighborhood.\n"],null,[]]