Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class ConstraintGraphNeighborhoodGenerator
Note: This documentation is automatically generated.
Pick a random subset of constraint and relax all of their variables. We are a
bit smarter than this because after the first constraint is selected, we only
select constraints that share at least one variable with the already selected
constraints. The variable from the "last" constraint are selected randomly.
[[["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 ConstraintGraphNeighborhoodGenerator focuses on relaxing a subset of related constraints to explore different solutions in constraint programming."],["It intelligently selects constraints sharing variables, ensuring the relaxed variables are interconnected and potentially impactful."],["This generator offers a method for creating neighborhoods and another for generating specific neighborhoods based on a given solution and difficulty level."]]],[]]