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
7961cb00
Commit
7961cb00
authored
May 06, 2020
by
SOLIMAN Sylvain
Browse files
Bugfix binomial_reduction sat_reactions
parent
f7d14e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
gpac.pl
View file @
7961cb00
...
...
@@ -2007,9 +2007,7 @@ monomial_remove_coeff([_, M], M).
derivatives_to_allmonomials
(
AllDerivatives
,
AllMonomials
)
:-
maplist
(
derivative_to_allmonomials
,
AllDerivatives
,
Monomials
),
append
(
Monomials
,
SomeMonomials
),
sort
(
SomeMonomials
,
AllMonomials
).
maplist
(
derivative_to_allmonomials
,
AllDerivatives
,
AllMonomials
).
derivative_to_allmonomials
(
Derivative
,
Monomials
)
:-
...
...
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