Open dgleich opened 13 years ago
The Kuratowski example fails when libmbgl is compiled with g++-4.1 and the matlab files are mexed with g++-4.3.
A = clique_graph([3,3]); % Generate K_3,3 K = kuratowski_subgraph(A); isequal(A,K) % K_3,3 is a Kuratowski graph!
The Kuratowski example fails when libmbgl is compiled with g++-4.1 and the matlab files are mexed with g++-4.3.