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
Lifeware
biocham
Commits
94fa103e
Commit
94fa103e
authored
Sep 20, 2019
by
BARGAIN Orianne
Browse files
update documentation
parent
b4d51d66
Changes
1
Hide whitespace changes
Inline
Side-by-side
sepi_graphs.pl
View file @
94fa103e
...
...
@@ -47,7 +47,7 @@ merge_restriction(no).
:-
grammar_doc
(
'\\emphright{Search standard reduction.}'
).
merge_restriction
(
neighbours
).
:-
grammar_doc
(
'\\emphright{Search reduction with local two-neighbour restriction.}'
).
:-
grammar_doc
(
'\\emphright{Search reduction with local two-neighbour restriction
(cf. report chapter 5)
.}'
).
merge_restriction
(
old
).
:-
grammar_doc
(
'\\emphright{Search reduction with old two-neighbour restriction (prior to 2019).}'
).
...
...
@@ -90,10 +90,10 @@ search_reduction(FileName1, FileName2) :-
option
(
all_reductions
,
yesno
,
Reductions
,
'specifies if solver is looking for all SEPI reductions or not'
),
option
(
distinct_species
,
yesno
,
Distinct_species
,
'specifies if solver is l
ook
ing
for all
SEPIs with distinct species'
),
'specifies if solver is l
ist
ing
only
SEPIs with distinct species
(cf. report section 6.6)
'
),
option
(
max_nb_reductions
,
number
,
MaxReduc
,
'limits the number of SEPI reductions the solver is looking for'
),
option
(
extremal_sepi
,
extremal_sepi
,
Bottom
,
'defines the type of reduction searched'
),
option
(
extremal_sepi
,
extremal_sepi
,
Bottom
,
'defines the type of reduction searched
(cf. report chapter 3)
'
),
option
(
stats
,
yesno
,
_Stats
,
'display computation time'
),
debug
(
sepi
,
"Debugging sepi"
,
[]),
(
...
...
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