Biocham 4.1.22 Copyright (C) 2003-2019 Inria, EPI Lifeware, Saclay-ÃŽle de France, France, license GNU GPL 2, http://lifeware.inria.fr/biocham4/
Out1: ¬A ∧ G
Out2: A ∧ G
MA(k1) for notA + A => _.
MA(k2) for notA + G => O1.
MA(k3) for A + G => O2.
parameter(k1=1, k2=1, k3=1).
present(notA, 0.01).
list_ode.
present(G,0).
present(A,0).
numerical_simulation.
plot(show:{O1,O2}).
numerical_simulation(method:ssa).
plot(show:{O1,O2}).
present(G,1).
present(A, 0).
numerical_simulation.
plot(show:{O1,O2}).
numerical_simulation(method:ssa).
plot(show:{O1,O2}).
present(G,0).
present(A, 1).
numerical_simulation.
plot(show:{O1,O2}).
numerical_simulation(method:ssa).
plot(show:{O1,O2}).
present(G,1).
present(A, 1).
numerical_simulation.
plot(show:{O1,O2}).
numerical_simulation(method:ssa).
plot(show:{O1,O2}).
The continuous and stochatic semantics yield what was expected, in accordance with the corresponding truth values table.
%slider k1 k2 k3