wilk916 / bnt

Automatically exported from code.google.com/p/bnt
0 stars 0 forks source link

Possible bug in graph/best_first_elim_order.m #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 cleversh...@gmail.com on 2 Jul 2013 at 8:00