Skip to content

Commit

Permalink
Need to sort out getColsIntegrality
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Nov 5, 2024
1 parent 1fb0fe4 commit cc9975f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/highs_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,9 @@ PYBIND11_MODULE(_core, m) {
.def("getRowName", &highs_getRowName)
.def("getRowByName", &highs_getRowByName)

// .def("getColIntegrality", &Highs::getColIntegrality)
// .def("getColsIntegrality", &Highs::getColsIntegrality)

.def("writeModel", &Highs::writeModel)
.def("writePresolvedModel", &Highs::writePresolvedModel)
.def("crossover", &Highs::crossover)
Expand Down

0 comments on commit cc9975f

Please sign in to comment.