![]() |
OR-Tools
9.6
|
Go to the source code of this file.
Namespaces | |
| operations_research | |
| Collection of objects used to extend the Constraint Solver library. | |
| 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) |
| std::optional<int64_t> end |
Definition at line 37 of file sparse_submatrix.cc.
| int64_t start |
Definition at line 36 of file sparse_submatrix.cc.