You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to implement my own submodular function classes, inheriting the SetFunction class. However, I couldn't figure out how to do it. It's not easy to see how to do this, or whether it is possible to do this, because much of the implementation is abstracted away by the calls to cpp_obj. Is there a way to achieve what I want?
The text was updated successfully, but these errors were encountered:
I would like to implement my own submodular function classes, inheriting the
SetFunction
class. However, I couldn't figure out how to do it. It's not easy to see how to do this, or whether it is possible to do this, because much of the implementation is abstracted away by the calls tocpp_obj
. Is there a way to achieve what I want?The text was updated successfully, but these errors were encountered: