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
The IIF current solver behavior replaces factors during rebuildFactorMetadata. This is an issue with CGDFG because deleting factors retrieves the factor. To fix this we should introduce a flag to suppress the getFactor call in deleteFactor, which is only used by IIF during rebuildFactorMetadata.
The text was updated successfully, but these errors were encountered:
The IIF current solver behavior replaces factors during
rebuildFactorMetadata
. This is an issue with CGDFG because deleting factors retrieves the factor. To fix this we should introduce a flag to suppress thegetFactor
call indeleteFactor
, which is only used by IIF duringrebuildFactorMetadata
.The text was updated successfully, but these errors were encountered: