Skip to content

Commit 4e2dc15

Browse files
committed
Fix: add missing Highs_changeRowBounds to CFFI header
1 parent 1dcaae1 commit 4e2dc15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mip/highs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112
HighsInt Highs_changeCoeff(
113113
void* highs, const HighsInt row, const HighsInt col, const double value
114114
);
115+
HighsInt Highs_changeRowBounds(
116+
void* highs, const HighsInt row, const double lower, const double upper
117+
);
115118
HighsInt Highs_getRowsByRange(
116119
const void* highs, const HighsInt from_row, const HighsInt to_row,
117120
HighsInt* num_row, double* lower, double* upper, HighsInt* num_nz,

0 commit comments

Comments
 (0)