[[["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 `MPConstraint` class in C++ provides methods to manage constraints in a linear solver. Key actions include setting and getting bounds (`SetBounds`, `SetLB`, `SetUB`, `lb`, `ub`), manipulating coefficients (`SetCoefficient`, `GetCoefficient`), and clearing data (`Clear`). The class also allows retrieving constraint properties like index (`index`), name (`name`), and basis status (`basis_status`). Additional functionality includes checking if a constraint is lazy (`is_lazy`) and setting it as such (`set_is_lazy`). It can also get a constraint indicator variable (`indicator_variable`) and its value (`indicator_value`).\n"]]