![]() |
OR-Tools
8.2
|
Definition at line 54 of file primal_edge_norms.h.
Public Member Functions | |
| PrimalEdgeNorms (const CompactSparseMatrix &compact_matrix, const VariablesInfo &variables_info, const BasisFactorization &basis_factorization) | |
| void | Clear () |
| bool | NeedsBasisRefactorization () const |
| const DenseRow & | GetEdgeSquaredNorms () |
| const DenseRow & | GetDevexWeights () |
| const DenseRow & | GetMatrixColumnNorms () |
| void | TestEnteringEdgeNormPrecision (ColIndex entering_col, const ScatteredColumn &direction) |
| void | UpdateBeforeBasisPivot (ColIndex entering_col, ColIndex leaving_col, RowIndex leaving_row, const ScatteredColumn &direction, UpdateRow *update_row) |
| void | SetParameters (const GlopParameters ¶meters) |
| std::string | StatString () const |
| double | DeterministicTime () const |
| PrimalEdgeNorms | ( | const CompactSparseMatrix & | compact_matrix, |
| const VariablesInfo & | variables_info, | ||
| const BasisFactorization & | basis_factorization | ||
| ) |
Definition at line 22 of file primal_edge_norms.cc.
| void Clear | ( | ) |
Definition at line 37 of file primal_edge_norms.cc.
|
inline |
Definition at line 118 of file primal_edge_norms.h.
| const DenseRow & GetDevexWeights | ( | ) |
Definition at line 52 of file primal_edge_norms.cc.
| const DenseRow & GetEdgeSquaredNorms | ( | ) |
Definition at line 47 of file primal_edge_norms.cc.
| const DenseRow & GetMatrixColumnNorms | ( | ) |
Definition at line 57 of file primal_edge_norms.cc.
| bool NeedsBasisRefactorization | ( | ) | const |
Definition at line 43 of file primal_edge_norms.cc.
|
inline |
Definition at line 110 of file primal_edge_norms.h.
|
inline |
Definition at line 115 of file primal_edge_norms.h.
| void TestEnteringEdgeNormPrecision | ( | ColIndex | entering_col, |
| const ScatteredColumn & | direction | ||
| ) |
Definition at line 62 of file primal_edge_norms.cc.
| void UpdateBeforeBasisPivot | ( | ColIndex | entering_col, |
| ColIndex | leaving_col, | ||
| RowIndex | leaving_row, | ||
| const ScatteredColumn & | direction, | ||
| UpdateRow * | update_row | ||
| ) |
Definition at line 86 of file primal_edge_norms.cc.