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
WIP/RFC: Do not call SCIPincludeObjExprhdlr in exprCopyhdlrObj
src/objscip/objexprhdlr.cpp (exprCopyhdlrObj): Comment out the call to
SCIPincludeObjExprhdlr because this is called from the Java code.
See scipopt#149 (comment) for
details.
TODO: This is a quick hack to fix the double free. Find a solution that
is acceptable upstream and gets applied consistently also to constraint
handlers etc.
0 commit comments