OR-Tools  9.3
sparse_submatrix.cc File Reference

Go to the source code of this file.

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  operations_research::math_opt
 

Functions

SparseSubmatrixRowsView SparseSubmatrixByRows (const SparseDoubleMatrixProto &matrix, const int64_t start_row_id, const std::optional< int64_t > end_row_id, const int64_t start_col_id, const std::optional< int64_t > end_col_id)
 
std::vector< std::pair< int64_t, SparseVector< double > > > TransposeSparseSubmatrix (const SparseSubmatrixRowsView &submatrix_by_rows)
 

Variable Documentation

◆ end

std::optional<int64_t> end
Examples
nurses_cp.cc.

Definition at line 36 of file sparse_submatrix.cc.

◆ start

int64_t start

Definition at line 35 of file sparse_submatrix.cc.