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

Method addRow

highs/lp_data/Highs.cpp:2884–2891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2882}
2883
2884HighsStatus Highs::addRow(const double lower_bound, const double upper_bound,
2885 const HighsInt num_new_nz, const HighsInt* indices,
2886 const double* values) {
2887 this->logHeader();
2888 HighsInt starts = 0;
2889 return addRows(1, &lower_bound, &upper_bound, num_new_nz, &starts, indices,
2890 values);
2891}
2892
2893HighsStatus Highs::addRows(const HighsInt num_new_row,
2894 const double* lower_bounds,

Callers 9

multiobjectiveSolveMethod · 0.95
solveCompactModelFunction · 0.95
createMasterProblemFunction · 0.95
solveSubproblemExactFunction · 0.95
test_numpy_sliceMethod · 0.95
append_notice_rowsMethod · 0.45
highs_addRowFunction · 0.45
__addRowMethod · 0.45

Calls 1

logHeaderMethod · 0.95

Tested by 2

test_numpy_sliceMethod · 0.76