Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
044b433b
Commit
044b433b
authored
Sep 19, 2017
by
SOLIMAN Sylvain
Browse files
tropicalize example
parent
89e2053b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tropical.pl
View file @
044b433b
...
...
@@ -425,15 +425,21 @@ ignore_unbalanced([H | T], [H | TT]) :-
:-
initial
(
option
(
tropical_partial
:
0
)).
:-
initial
(
option
(
tropical_denominator
:
0
)).
% tropicalize(+F, ?Max, ?Eps)
:-
biocham_silent
(
clear_model
).
%
% main predicate for tropical equilibration
% if Max is a variable, use the number of variables as bound on the absolute
% value of the degree in epsilon, otherwise iterate powers of 2 up to 2^Max
tropicalize
:-
biocham_command
,
doc
(
'Try to solve a tropical equilibration problem.'
),
doc
(
'Try to solve a tropical equilibration problem.
\\begin{example}
\\trace{
biocham: load(library:examples/cell_cycle/Tyson_1991.bc).
biocham: tropicalize(tropical_max_degree: 2).
}
\\end{example}'
),
option
(
tropical_epsilon
,
number
,
...
...
Write
Preview
Markdown
is supported
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