We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562754d commit aac68dbCopy full SHA for aac68db
highs/interfaces/highs_c_api.h
@@ -415,8 +415,7 @@ HighsInt Highs_run(void* highs);
415
* @returns A `kHighsStatus` constant indicating whether the call succeeded.
416
*/
417
HighsInt Highs_postsolve(void* highs, const double* col_value,
418
- const double* col_dual,
419
- const double* row_dual);
+ const double* col_dual, const double* row_dual);
420
421
/**
422
* Write the solution information (including dual and basis status, if
0 commit comments