OR-Tools  9.6
sparse_matrix.h File Reference

Go to the source code of this file.

Classes

class  SparseSymmetricMatrix
 
class  SparseMatrix< RowId, ColumnId >
 

Namespaces

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

Functions

template<typename RowId , typename ColumnId >
SparseDoubleMatrixProto EntriesToMatrixProto (std::vector< std::tuple< RowId, ColumnId, double >> entries)
 

Variables

constexpr double kZerosCleanup = 1.0 / 3.0