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

Function Highs_getBasisSolve

highs/interfaces/highs_c_api.cpp:638–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638HighsInt Highs_getBasisSolve(const void* highs, const double* rhs,
639 double* solution_vector, HighsInt* solution_num_nz,
640 HighsInt* solution_index) {
641 return (HighsInt)((Highs*)highs)
642 ->getBasisSolve(rhs, solution_vector, solution_num_nz, solution_index);
643}
644
645HighsInt Highs_getBasisTransposeSolve(const void* highs, const double* rhs,
646 double* solution_vector,

Callers 1

getBasisSolveMethod · 0.85

Calls 1

getBasisSolveMethod · 0.45

Tested by

no test coverage detected