Java port of the Nauty utility for graph isomorphism testing

Project Activity

See All Activity >

Follow jNauty, a Java port of Nauty

jNauty, a Java port of Nauty Web Site

Other Useful Business Software
AI-powered service management for IT and enterprise teams Icon
AI-powered service management for IT and enterprise teams

Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • public static boolean isomorphic(...) returns in any case true. see: public static boolean isomorphic(boolean digrah, int n, int m, int inode1[], int jnode[], int inode2[], int jnode2[], int sol[]) { for (int i =1; i <=n; i++) { if (i > m) break; sol[i] = inode1[i]; } // call nauty() // jNauty.nauty(...) return true; }
Read more reviews >

Additional Project Details

Registered

2006-01-24