OR-Tools  9.6
SparseVector< T >

Detailed Description

template<typename T>
struct operations_research::math_opt::SparseVector< T >

Definition at line 26 of file math_opt/core/sparse_vector.h.

Public Attributes

std::vector< int64_t > ids
 
std::vector< T > values
 

Member Data Documentation

◆ ids

std::vector<int64_t> ids

Definition at line 28 of file math_opt/core/sparse_vector.h.

◆ values

std::vector<T> values

Definition at line 31 of file math_opt/core/sparse_vector.h.


The documentation for this struct was generated from the following file: