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

Function Highs_getBasisInverseCol

highs/interfaces/highs_c_api.cpp:631–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631HighsInt Highs_getBasisInverseCol(const void* highs, const HighsInt col,
632 double* col_vector, HighsInt* col_num_nz,
633 HighsInt* col_index) {
634 return (HighsInt)((Highs*)highs)
635 ->getBasisInverseCol(col, col_vector, col_num_nz, col_index);
636}
637
638HighsInt Highs_getBasisSolve(const void* highs, const double* rhs,
639 double* solution_vector, HighsInt* solution_num_nz,

Callers 1

getBasisInverseColMethod · 0.85

Calls 1

getBasisInverseColMethod · 0.45

Tested by

no test coverage detected