123124125126127128129130131132
return false; } if ( vertices.hasNext() ) { throw new HyperGraphException( "Unable to compute MSF on Hypergraph." ); } return !first.getRoot().equals( second.getRoot() ); }