Skip to content

Commit 835fa2f

Browse files
committed
wip
1 parent 12b6576 commit 835fa2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/call_highs_from_c_minimal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ void minimal_api() {
189189
printf("Optimal objective value = %g\n", objective_value);
190190

191191
// Release resources held by the global scheduler.
192+
// In Highs_lpCall(..) above.
192193

193194
free(col_value);
194195
free(col_dual);

0 commit comments

Comments
 (0)