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
At line 47: min_fill(j) = l^2 - sum(M(:));
Should we also minus the self edges like the following?
min_fill(j) = l^2 -l - sum(M(:));
What version of the product are you using?
Version 1.0.7
Original issue reported on code.google.com by [email protected] on 2 Jul 2013 at 8:00
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Jul 2013 at 8:00The text was updated successfully, but these errors were encountered: