| 618 | } |
| 619 | |
| 620 | HighsInt Highs_getBasicVariables(const void* highs, HighsInt* basic_variables) { |
| 621 | return (HighsInt)((Highs*)highs)->getBasicVariables(basic_variables); |
| 622 | } |
| 623 | |
| 624 | HighsInt Highs_getBasisInverseRow(const void* highs, const HighsInt row, |
| 625 | double* row_vector, HighsInt* row_num_nz, |
no test coverage detected