| 1083 | } |
| 1084 | |
| 1085 | HighsInt Highs_getRowName(const void* highs, const HighsInt row, char* name) { |
| 1086 | return Highs_getHighsLpColOrRowName(highs, ((Highs*)highs)->getLp(), false, |
| 1087 | row, name); |
| 1088 | } |
| 1089 | |
| 1090 | HighsInt Highs_getRowByName(const void* highs, const char* name, |
| 1091 | HighsInt* row) { |