[[["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."],[[["`LinearRange` objects represent a linear expression bounded by a lower and upper limit."],["They are constructed using a lower bound, a linear expression, and an upper bound."],["Accessor methods `lower_bound`, `linear_expr`, and `upper_bound` retrieve the respective components of a `LinearRange`."]]],["The `LinearRange` class in C++ provides methods to define and interact with linear expressions. Key actions include accessing a `linear_expr`, which returns a constant `LinearExpr&`. You can construct a `LinearRange` by defining a `lower_bound`, a `linear_expr`, and an `upper_bound`. The methods `lower_bound` and `upper_bound` are available, each returning a `double` representing the respective boundary of the linear range. These methods allow getting the information about the `LinearRange`.\n"]]