Open ido opened 10 years ago
From cleversh...@gmail.com on July 02, 2013 16:00:27
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: http://code.google.com/p/bnt/issues/detail?id=33
From cleversh...@gmail.com on July 02, 2013 16:00:27
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: http://code.google.com/p/bnt/issues/detail?id=33