begin name feedbackmoi end name begin reactions v1 {1.0}am + {1.0}$s = {1.0}bm + {1.0}x1 v2 {1.0}x1 = {1.0}x3 v3 {1.0}x1 = {1.0}x2 v4 {1.0}x2 + {1.0}bm = {1.0}$p1 + {1.0}am v5 {1.0}x3 + {1.0}bm = {1.0}$p2 + {1.0}am end reactions begin rate equations v1 = (s*V1*am[t]*(1 - (bm[t]*x1[t])/(Keq*s*am[t])))/(K^2*(1 + am[t]/K + bm[t]/K)*(1 + s/K + x1[t]/K)*(1 + x2[t]^5/K^5 + x3[t]^5/K^5)) v2 = (V2*x1[t]*(1 - x3[t]/(Keq*x1[t])))/(K*(1 + x1[t]/K + x3[t]/K)) v3 = (V3*x1[t]*(1 - x2[t]/(Keq*x1[t])))/(K*(1 + x1[t]/K + x2[t]/K)) v4 = (V4*bm[t]*(1 - (p*am[t])/(Keq*bm[t]*x2[t]))*x2[t])/(K^2*(1 + am[t]/K + bm[t]/K)*(1 + p/K + x2[t]/K)) v5 = (V5*bm[t]*(1 - (p*am[t])/(Keq*bm[t]*x3[t]))*x3[t])/(K^2*(1 + am[t]/K + bm[t]/K)*(1 + p/K + x3[t]/K)) end rate equations begin parameters K = 1.0 Keq = 100.0 V1 = 10.0 V2 = 1.0 V3 = 1.0 V4 = 1.0 V5 = 2.0 p = 1.0 p1 = 1.0 p2 = 1.0 s = 5.0 defaultcompartment = 1.0 end parameters begin initial conditions am[0] = ami bm[0] = bmi x1[0] = x1i x2[0] = x2i x3[0] = x3i end initial conditions begin initial values ami = 1.0 bmi = 1.0 x1i = 1.0 x2i = 1.0 x3i = 1.0 end initial values begin assignment rules end assignment rules begin function definitions end function definitions begin events end events begin process annotations end process annotations begin species annotations end species annotations begin units end units