14#ifndef OR_TOOLS_MATH_OPT_CORE_SPARSE_VECTOR_H_
15#define OR_TOOLS_MATH_OPT_CORE_SPARSE_VECTOR_H_
28 std::vector<int64_t>
ids;
An object oriented wrapper for quadratic constraints in ModelStorage.
std::vector< int64_t > ids
Should be sorted (in increasing order) with all elements distinct.
std::vector< T > values
Must have equal length to ids.