Skip to content

Commit d935dd9

Browse files
committed
merge fix
1 parent 2b35c94 commit d935dd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/network_analysis.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,9 @@ end
821821
"""
822822
iscomplexbalanced(rs::ReactionSystem, parametermap)
823823
824-
Constructively compute whether a kinetic system (a reaction network with a set of rate constants) will admit complex-balanced equilibrium
825-
solutions, following the method in van der Schaft et al., [2015](https://link.springer.com/article/10.1007/s10910-015-0498-2#Sec3). Accepts a dictionary, vector, or tuple of variable-to-value mappings, e.g. [k1 => 1.0, k2 => 2.0,...].
824+
Constructively compute whether a network will have complex-balanced equilibrium
825+
solutions, following the method in van der Schaft et al., [2015](https://link.springer.com/article/10.1007/s10910-015-0498-2#Sec3).
826+
Accepts a dictionary, vector, or tuple of variable-to-value mappings, e.g. [k1 => 1.0, k2 => 2.0,...].
826827
"""
827828

828829
function iscomplexbalanced(rs::ReactionSystem, parametermap::Dict)

0 commit comments

Comments
 (0)