Home
last modified time | relevance | path

Searched refs:num_row_wise_entries (Results 1 – 1 of 1) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/glop/
H A Dupdate_row.cc80 EntryIndex num_row_wise_entries(0); in ComputeUpdateRow() local
99 num_row_wise_entries += transposed_matrix_.ColumnNumEntries(col); in ComputeUpdateRow()
106 num_row_wise_entries += in ComputeUpdateRow()
119 const double row_wise = static_cast<double>(num_row_wise_entries.value()); in ComputeUpdateRow()
127 5 * num_row_wise_entries.value() + matrix_.num_cols().value() / 64; in ComputeUpdateRow()
131 num_row_wise_entries.value() + matrix_.num_rows().value(); in ComputeUpdateRow()