Menu

#42 Incorrect loop detected for initial values

open
nobody
None
5
2016-06-30
2016-06-30
No

The following model thinks that S1 depends on c, which depends on S1, but this isn't the case--S1 is being set using an idiom that means 'use initial amount'.

// Created by libAntimony v2.8.0
model *case01223()

// Compartments and Species:
compartment c;
substanceOnly species $S1 in c;

// Rate Rules:
S1' = 1;

c := S1+1

// Species initializations:
S1 = 1.2/c;

// Other declarations:
var c;
end

Discussion


Log in to post a comment.

MongoDB Logo MongoDB