Skip to content

Commit

Permalink
Corrected formatting in highs_c_api.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Aug 19, 2024
1 parent 2f37aa3 commit cf82e09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/interfaces/highs_c_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,9 @@ HighsInt Highs_passModel(void* highs, const HighsInt num_col,
* and `q_value`.The Hessian matrix is provided to HiGHS as the
* lower triangular component in compressed sparse column form.
* The sparse matrix consists of three arrays, `start`,
* `index`, and `value`. `start` is an array of length [num_col] containing the
* starting index of each column in `index`.
* `index`, and `value`. `start` is an array of length
* [num_col] containing the starting index of each column in
* `index`.
* @param index An array of length [num_nz] with indices of matrix entries.
* @param value An array of length [num_nz] with values of matrix entries.
*
Expand Down

0 comments on commit cf82e09

Please sign in to comment.