MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / setupGeneral

Method setupGeneral

highs/util/HFactor.cpp:175–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void HFactor::setupGeneral(const HighsSparseMatrix* a_matrix,
176 HighsInt num_basic, HighsInt* basic_index,
177 const double pivot_threshold,
178 const double pivot_tolerance,
179 const HighsInt highs_debug_level,
180 const HighsLogOptions* log_options) {
181 this->setupGeneral(a_matrix->num_col_, a_matrix->num_row_, num_basic,
182 a_matrix->start_.data(), a_matrix->index_.data(),
183 a_matrix->value_.data(), basic_index, pivot_threshold,
184 pivot_tolerance, highs_debug_level, log_options, true,
185 kUpdateMethodFt);
186}
187
188void HFactor::setup(
189 const HighsInt num_col_, const HighsInt num_row_, const HighsInt* a_start_,

Callers 3

setupMethod · 0.95
setupMethod · 0.80
accommodateAlienBasisFunction · 0.80

Calls 4

dataMethod · 0.80
reserveMethod · 0.80
resizeMethod · 0.45
setupMethod · 0.45

Tested by

no test coverage detected