[[["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."],[[["`IntVarElement` represents an element within an `IntVar`, allowing manipulation of its domain (min/max values)."],["It provides methods to set, get, and modify the minimum, maximum, and current value of the element."],["`IntVarElement` supports cloning, copying, resetting, and restoring its state."],["It can be serialized and deserialized to/from protocol buffers using `LoadFromProto` and `WriteToProto`."],["The `Bound` method checks if the element's value is fixed."]]],["The `IntVarElement` class provides methods for managing integer variables. Key actions include: retrieving (`Min`, `Max`, `Value`, `Var`) and setting (`SetMin`, `SetMax`, `SetValue`, `SetRange`) the variable's bounds and value. It also supports cloning (`Clone`), copying (`Copy`), storing (`Store`) and restoring (`Restore`) state, loading/writing from/to protocol buffers (`LoadFromProto`, `WriteToProto`), checking if it's bound (`Bound`), resetting (`Reset`), and getting a string representation (`DebugString`).\n"]]