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

Function Highs_getReducedColumn

highs/interfaces/highs_c_api.cpp:661–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661HighsInt Highs_getReducedColumn(const void* highs, const HighsInt col,
662 double* col_vector, HighsInt* col_num_nz,
663 HighsInt* col_index) {
664 return (HighsInt)((Highs*)highs)
665 ->getReducedColumn(col, col_vector, col_num_nz, col_index);
666}
667
668HighsInt Highs_setBasis(void* highs, const HighsInt* col_status,
669 const HighsInt* row_status) {

Callers 1

getReducedColumnMethod · 0.85

Calls 1

getReducedColumnMethod · 0.45

Tested by

no test coverage detected