Skip to content

Commit a12e46a

Browse files
author
Julian Hall
committed
Formatted
1 parent 27091d2 commit a12e46a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

highs/interfaces/highs_c_api.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -747,13 +747,13 @@ HighsInt Highs_setSolution(void* highs, const double* col_value,
747747
return (HighsInt)((Highs*)highs)->setSolution(solution);
748748
}
749749

750-
// 3118-temp
751-
/*
750+
// 3118-temp
751+
/*
752752
HighsInt Highs_setSparseSolution(void* highs, const HighsInt num_entries,
753-
const HighsInt* index, const double* value) {
754-
return (HighsInt)((Highs*)highs)->setSolution(num_entries, index, value);
753+
const HighsInt* index, const double* value) {
754+
return (HighsInt)((Highs*)highs)->setSolution(num_entries, index, value);
755755
}
756-
*/
756+
*/
757757

758758
HighsInt Highs_setSparseSolution(void* highs, const HighsInt num_entries,
759759
const HighsInt* index, const double* value) {

0 commit comments

Comments
 (0)