OR-Tools  8.1
matrix_utils.cc File Reference

Go to the source code of this file.

Namespaces

 operations_research
 The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
 
 operations_research::glop
 

Functions

ColMapping FindProportionalColumns (const SparseMatrix &matrix, Fractional tolerance)
 
ColMapping FindProportionalColumnsUsingSimpleAlgorithm (const SparseMatrix &matrix, Fractional tolerance)
 
bool AreFirstColumnsAndRowsExactlyEquals (RowIndex num_rows, ColIndex num_cols, const SparseMatrix &matrix_a, const CompactSparseMatrix &matrix_b)
 
bool IsRightMostSquareMatrixIdentity (const SparseMatrix &matrix)
 

Variable Documentation

◆ col

ColIndex col

Definition at line 59 of file matrix_utils.cc.

◆ hash

int64 hash

Definition at line 60 of file matrix_utils.cc.

◆ value

double value

Definition at line 61 of file matrix_utils.cc.