Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::SparseVector< T > Struct Template Reference

Detailed Description

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

Definition at line 26 of file sparse_vector.h.

#include <sparse_vector.h>

Public Attributes

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

Member Data Documentation

◆ ids

template<typename T>
std::vector<int64_t> operations_research::math_opt::SparseVector< T >::ids

Definition at line 28 of file sparse_vector.h.

◆ values

template<typename T>
std::vector<T> operations_research::math_opt::SparseVector< T >::values

Definition at line 31 of file sparse_vector.h.


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