// Created by libAntimony v2.13.0
model *MODEL1306190000()

  // Compartments and Species:
  compartment compartment_;
  species N0 in compartment_, N1 in compartment_, N2 in compartment_;

  // Assignment Rules:
  T := N0 + N1 + N2;

  // Reactions:
  R0X: N0 => ; d0*N0;
  R01: N0 => N0 + N1; (b0 + c0*N0/(N0 + m0))*N0;
  R00: N0 => 2 N0; a0*N0;
  R1X: N1 => ; d1*N1;
  R12: N1 => N1 + N2; (b1 + c1*N1/(N1 + m1))*N1;
  R11: N1 => 2 N1; a1*N1;
  R2X: N2 => ; d2*N2;

  // Species initializations:
  N0 = 1.75444831412765/compartment_;
  N1 = 43.8146704098797/compartment_;
  N2 = 27.4558812768926/compartment_;

  // Compartment initializations:
  compartment_ = 1;

  // Variable initializations:
  d0 = 0.1;
  d0 has per_day;
  b0 = 0.218;
  b0 has per_day;
  c0 = 1;
  c0 has per_day;
  m0 = 2.92408052354609;
  m0 has cell;
  a0 = 0.0999999999999998;
  a0 has per_day;
  d1 = 0.263;
  d1 has per_day;
  b1 = 0.547;
  b1 has per_day;
  c1 = 1;
  c1 has per_day;
  m1 = 29.2408052354609;
  m1 has cell;
  a1 = 0.239254806051979;
  a1 has per_day;
  d2 = 1.83;
  d2 has per_day;
  T has cell;

  // Other declarations:
  var T;
  const compartment_, d0, b0, c0, m0, a0, d1, b1, c1, m1, a1, d2;

  // Unit definitions:
  unit substance = item;
  unit time_unit = 86400 second;
  unit volume = dimensionless;
  unit per_day = 1 / 86400 second;
  unit cell = item;

  // Display Names:
  substance is "cell";
  time_unit is "day";
  per_day is "per day";
  compartment_ is "crypt";
  T is "cellularity";
  R0X is "N0 death";
  R01 is "N0 differentiation";
  R00 is "N0 renewal";
  R1X is "N1 death";
  R12 is "N1 differentiation";
  R11 is "N1 renewal";
  R2X is "N2 death";

  // CV terms:
  compartment_ hypernym "http://identifiers.org/bto/BTO:0000305"
  N0 hypernym "http://identifiers.org/cl/CL:0000034"
  N1 hypernym "http://identifiers.org/cl/CL:0000034"
  N2 hypernym "http://identifiers.org/cl/CL:0000034"
end

MODEL1306190000 is "Smallbone2013 - Colon Crypt cycle - Version 0"

MODEL1306190000 model_entity_is "http://identifiers.org/biomodels.db/MODEL1306190000"
MODEL1306190000 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000520"
MODEL1306190000 description "http://identifiers.org/pubmed/24354351"
MODEL1306190000 model_entity_is "http://identifiers.org/biomodels.db/MODEL1306190000"
MODEL1306190000 origin "http://identifiers.org/pubmed/17360468"
MODEL1306190000 container "http://identifiers.org/bto/BTO:0000305"
MODEL1306190000 hypernym "http://identifiers.org/go/GO:0048863"
MODEL1306190000 taxon "http://identifiers.org/taxonomy/39107"
MODEL1306190000 property "http://identifiers.org/mamo/MAMO_0000046"
