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
c8e9b3c0
Commit
c8e9b3c0
authored
Jul 27, 2020
by
Mathieu Hemery
Browse files
I don't remember
parent
6b6f66fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
models.pl
View file @
c8e9b3c0
...
...
@@ -334,7 +334,8 @@ check_model :-
format
(
"The model is NOT wellformed.~n"
,
[])
),
(
maplist
(
test_all_reactions
(
catalyst
,
test_strictness
),
List_Molecule
)
maplist
(
test_all_reactions
(
catalyst
,
test_strictness
),
List_Molecule
),
maplist
(
test_all_reactions
(
reactant
,
test_strictness
),
List_Molecule
)
->
format
(
"The model is strict.~n"
,
[])
;
...
...
models.plt
View file @
c8e9b3c0
...
...
@@ -63,7 +63,8 @@ test('test_wf_other', []) :-
test('test_strictness', []):-
with_output_to(atom(_), (
test_strictness(a, a*b+a^2.5/c),
\+(test_strictness(mapk, j0*mk/(1+(mapk/j1)^j2)/(j1+mk)))
\+(test_strictness(mapk, j0*mk/(1+(mapk/j1)^j2)/(j1+mk))),
\+(test_strictness(a, k1*a - k2*b))
)).
:- end_tests(models).
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