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

Function Highs_setSparseSolution

highs/interfaces/highs_c_api.cpp:750–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750HighsInt Highs_setSparseSolution(void* highs, const HighsInt num_entries,
751 const HighsInt* index, const double* value) {
752 return (HighsInt)((Highs*)highs)->setSolution(num_entries, index, value);
753}
754
755HighsInt Highs_setCallback(void* highs, HighsCCallbackType user_callback,
756 void* user_callback_data) {

Callers 1

setSparseSolutionMethod · 0.85

Calls 1

setSolutionMethod · 0.45

Tested by

no test coverage detected