We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ab57d commit 4c6849eCopy full SHA for 4c6849e
python/ecole/src/ecole/core/scip.cpp
@@ -49,8 +49,8 @@ void bind_submodule(py::module_ m) {
49
m.def("name", name, "Return the name used by the reverse callback.");
50
51
m.attr("priority_max") = priority_max;
52
- m.attr("maxdepth_none") = max_depth_none;
53
- m.attr("maxbounddist_none") = max_bound_distance_none;
+ m.attr("max_depth_none") = max_depth_none;
+ m.attr("max_bound_distance_none") = max_bound_distance_none;
54
m.attr("frequency_always") = frequency_always;
55
m.attr("frequency_offset_none") = frequency_offset_none;
56
0 commit comments