Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
395803f8
Commit
395803f8
authored
Mar 05, 2019
by
VIGNET Pierre
Browse files
Lowering the steps number during solutions search from 10 to 7
parent
eacc728d
Changes
1
Show whitespace changes
Inline
Side-by-side
command_line/cadbiom_cmd/cadbiom_cmd.py
View file @
395803f8
...
...
@@ -308,7 +308,7 @@ def main():
parser_input_file
.
add_argument
(
'--combinations'
,
action
=
'store_true'
,
help
=
"If input_file is set, we can compute all combinations of "
"given elements on each line"
)
parser_input_file
.
add_argument
(
'--steps'
,
type
=
int
,
nargs
=
'?'
,
default
=
10
,
parser_input_file
.
add_argument
(
'--steps'
,
type
=
int
,
nargs
=
'?'
,
default
=
7
,
help
=
"Maximum of allowed steps to find macs"
)
parser_input_file
.
add_argument
(
'--limit'
,
type
=
int
,
nargs
=
'?'
,
default
=
400
,
help
=
"Limit the number of solutions."
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment