[GAP Forum] Save “time” in a variable in GAP
Angel Blasco
angelblascomunoz at gmail.com
Tue Jan 5 20:36:46 GMT 2016
Hi,
I'm trying to write a program in GAP to obtain the time that GAP needs to
construct the groups of an order given. I'm using the command:
ConstructAllGroups(order);;time;
Is there anyway to save the value of "time" in a variable?
I did it with:
a:=ConstructAllGroups(10);;time;
but only the groups were saved.
Regards
--
*Angel Blasco.*
More information about the Forum
mailing list