diff --git a/core/python/bindings/src/core.h b/core/python/bindings/src/core.h index 17352854..74bd087b 100644 --- a/core/python/bindings/src/core.h +++ b/core/python/bindings/src/core.h @@ -81,6 +81,8 @@ public: } }; +// Helper class to expose protected member function onNewSolution +// https://pybind11.readthedocs.io/en/stable/advanced/classes.html#binding-protected-member-functions class PubMonitoringGenerator : public MonitoringGenerator { public: