After #7 , we no longer leak user data from the main optimization pass. However we still leak data when using the various constraint functions. To fix this, would need to store the user data inside the struct, similarly to before. It's a bit more tricky though because there may be multiple constraint functions (I think)
After #7 , we no longer leak user data from the main optimization pass. However we still leak data when using the various constraint functions. To fix this, would need to store the user data inside the struct, similarly to before. It's a bit more tricky though because there may be multiple constraint functions (I think)