[[["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."],[[["LinearProgrammingConstraint class helps define constraints with variables, coefficients, and bounds for linear programming problems."],["ScatteredIntegerVector offers a memory-efficient way to represent sparse vectors in the context of linear programming."]]],["The core content describes two C++ classes related to linear programming: `LinearProgrammingConstraint` and `ScatteredIntegerVector`. `LinearProgrammingConstraint` is a primary class for managing constraints within a linear programming context. `ScatteredIntegerVector` is a supporting class, likely used to represent vectors of integers in a potentially sparse or scattered way within these constraints. This documentation provides a reference for these two specific C++ classes.\n"]]