Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::VectorWithSparseUsage< T >::View Class Reference

Detailed Description

template<typename T>
class operations_research::sat::VectorWithSparseUsage< T >::View

Definition at line 119 of file presolve_util.h.

#include <presolve_util.h>

Public Member Functions

 View (int *i, int *pi, T *pv)
T & operator[] (int index)

Constructor & Destructor Documentation

◆ View()

template<typename T>
operations_research::sat::VectorWithSparseUsage< T >::View::View ( int * i,
int * pi,
T * pv )
inline

Definition at line 121 of file presolve_util.h.

Member Function Documentation

◆ operator[]()

template<typename T>
T & operations_research::sat::VectorWithSparseUsage< T >::View::operator[] ( int index)
inline

Definition at line 126 of file presolve_util.h.


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