| 1096 | } |
| 1097 | |
| 1098 | HighsInt Highs_getColName(const void* highs, const HighsInt col, char* name) { |
| 1099 | return Highs_getHighsLpColOrRowName(highs, ((Highs*)highs)->getLp(), true, |
| 1100 | col, name); |
| 1101 | } |
| 1102 | |
| 1103 | HighsInt Highs_getColByName(const void* highs, const char* name, |
| 1104 | HighsInt* col) { |