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

Function Highs_getBasisTransposeSolve

highs/interfaces/highs_c_api.cpp:645–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645HighsInt Highs_getBasisTransposeSolve(const void* highs, const double* rhs,
646 double* solution_vector,
647 HighsInt* solution_nz,
648 HighsInt* solution_index) {
649 return (HighsInt)((Highs*)highs)
650 ->getBasisTransposeSolve(rhs, solution_vector, solution_nz,
651 solution_index);
652}
653
654HighsInt Highs_getReducedRow(const void* highs, const HighsInt row,
655 double* row_vector, HighsInt* row_num_nz,

Callers 1

Calls 1

Tested by

no test coverage detected