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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: