accept parameter N

This commit is contained in:
kalmar 2017-06-06 17:53:50 +02:00
parent d078eb73b7
commit 9692415674
1 changed files with 4 additions and 4 deletions

View File

@ -159,10 +159,10 @@ function parse_commandline()
help = "Set number of cpus used by solver (default: auto)"
arg_type = Int
required = false
# "-N"
# help = "Consider automorphisms of free group on N generators (default: N=3)"
# arg_type = Int
# default = 2
"-N"
help = "Consider automorphisms of free group on N generators (default: N=2)"
arg_type = Int
default = 2
end
return parse_args(s)