Home
last modified time | relevance | path

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

/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsDynamicRowMatrix.cpp19 Atail_.resize(ncols, -1); in HighsDynamicRowMatrix()
84 int tail = Atail_[col]; in addRow()
90 Ahead_[col] = Atail_[col] = i; in addRow()
98 Atail_[col] = i; in addRow()
122 assert(Atail_[col] == i); in removeRow()
123 Atail_[col] = prev; in removeRow()
H A DHighsDynamicRowMatrix.h34 std::vector<int> Atail_; variable