Open
Description
I get the following:
gap> D := DigraphMutableCopy(D);
<mutable multidigraph with 335497 vertices, 364349742 edges>
gap> DigraphRemoveAllMultipleEdges(D);
<mutable digraph with 335497 vertices, 36895220 edges>
gap> DigraphReflexiveTransitiveReduction(D);
Stack trace (most recent call last):
#31 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d6521, in
#30 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d539f, in
#29 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d51b9, in
#28 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d604a, in
#27 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x463aa4, in IntrFuncCallEnd
#26 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x45656d, in
#25 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4e530c, in EXEC_CURR_FUNC
#24 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4e2e57, in
#23 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4545a1, in
#22 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x45a1dd, in
#21 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d7b2d, in ReadEvalCommand
#20 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d1e69, in
#19 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d1cb9, in
#18 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d19d8, in
#17 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d180b, in
#16 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d169a, in
#15 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d13f1, in
#14 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d117f, in
#13 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4d5c91, in
#12 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4cf492, in
#11 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x463ae8, in IntrFuncCallEnd
#10 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4a1b1f, in DoOperation1Args
#9 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x45676e, in
#8 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4e530c, in EXEC_CURR_FUNC
#7 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4e2eb7, in
#6 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4533ef, in
#5 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4a1b1f, in DoOperation1Args
#4 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x45676e, in
#3 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4e530c, in EXEC_CURR_FUNC
#2 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4e2d97, in
#1 Object "/homer1/jdm3/gap-4.13.0/gap", at 0x4533ef, in
#0 Object "/homer1/jdm3/gap-4.13.0/pkg/Digraphs//bin/x86_64-pc-linux-gnu-default64-kv9/digraphs.so", at 0x7f8d32d99381, in
Segmentation fault (Address not mapped to object [0x1])
Segmentation fault (core dumped)
will investigate further when I am able.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Unassigned