Skip to content

Commit

Permalink
test cmake cache
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Jan 28, 2024
1 parent 157174b commit e67d66d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/mosek_model_ext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ NB_MODULE(mosek_model_ext, m)
.def("add_variable", &MOSEKModelMixin::add_variable,
nb::arg("domain") = VariableDomain::Continuous, nb::arg("lb") = -MSK_INFINITY,
nb::arg("ub") = MSK_INFINITY, nb::arg("name") = "")
/*.def("add_variables", &MOSEKModelMixin::add_variables, nb::arg("N"),
nb::arg("domain") = VariableDomain::Continuous, nb::arg("lb") = -MSK_INFINITY,
nb::arg("ub") = MSK_INFINITY)*/
// clang-format off
BIND_F(delete_variable)
BIND_F(is_variable_active)
Expand Down

0 comments on commit e67d66d

Please sign in to comment.