Skip to content

Commit

Permalink
Merge pull request #292 from MeikeWeiss/isomorphism
Browse files Browse the repository at this point in the history
Increase rank of IsIsomorphic for nauty
  • Loading branch information
aniemeyer authored Sep 18, 2024
2 parents 00766c8 + d48623c commit 8d5ce0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gap/PolygonalComplexes/graphs.gi
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,9 @@ fi;
if IsPackageMarkedForLoading("NautyTracesInterface", ">=0") then
InstallMethod( IsIsomorphic,
"for two twisted polygonal complexes",
[IsTwistedPolygonalComplex, IsTwistedPolygonalComplex],
[IsTwistedPolygonalComplex, IsTwistedPolygonalComplex],5,
function(complex1, complex2)

if IsSimplicialSurface(complex1) and IsSimplicialSurface(complex2) and CounterOfButterflies(complex1)<>CounterOfButterflies(complex2) then
return false;
fi;
Expand Down

0 comments on commit 8d5ce0f

Please sign in to comment.