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.*
_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to