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

Function Highs_getBasisInverseRow

highs/interfaces/highs_c_api.cpp:624–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622}
623
624HighsInt Highs_getBasisInverseRow(const void* highs, const HighsInt row,
625 double* row_vector, HighsInt* row_num_nz,
626 HighsInt* row_index) {
627 return (HighsInt)((Highs*)highs)
628 ->getBasisInverseRow(row, row_vector, row_num_nz, row_index);
629}
630
631HighsInt Highs_getBasisInverseCol(const void* highs, const HighsInt col,
632 double* col_vector, HighsInt* col_num_nz,

Callers 1

getBasisInverseRowMethod · 0.85

Calls 1

getBasisInverseRowMethod · 0.45

Tested by

no test coverage detected