Browse Source

Removed undefined probs in herman.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@672 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 18 years ago
parent
commit
2e8e65de82
  1. 2
      prism-examples/self-stabilisation/herman/herman11.pm
  2. 2
      prism-examples/self-stabilisation/herman/herman13.pm
  3. 2
      prism-examples/self-stabilisation/herman/herman15.pm
  4. 2
      prism-examples/self-stabilisation/herman/herman17.pm
  5. 2
      prism-examples/self-stabilisation/herman/herman19.pm
  6. 2
      prism-examples/self-stabilisation/herman/herman21.pm
  7. 2
      prism-examples/self-stabilisation/herman/herman3.pm
  8. 2
      prism-examples/self-stabilisation/herman/herman5.pm
  9. 2
      prism-examples/self-stabilisation/herman/herman7.pm
  10. 2
      prism-examples/self-stabilisation/herman/herman9.pm

2
prism-examples/self-stabilisation/herman/herman11.pm

@ -4,7 +4,7 @@
// the procotol is synchronous with no nondeterminism (a DTMC)
dtmc
const double p;
const double p = 0.5;
// module for process 1
module process1

2
prism-examples/self-stabilisation/herman/herman13.pm

@ -4,7 +4,7 @@
// the procotol is synchronous with no nondeterminism (a DTMC)
dtmc
const double p;
const double p = 0.5;
// module for process 1
module process1

2
prism-examples/self-stabilisation/herman/herman15.pm

@ -4,7 +4,7 @@
// the procotol is synchronous with no nondeterminism (a DTMC)
dtmc
const double p;
const double p = 0.5;
// module for process 1
module process1

2
prism-examples/self-stabilisation/herman/herman17.pm

@ -4,7 +4,7 @@
// the procotol is synchronous with no nondeterminism (a DTMC)
dtmc
const double p;
const double p = 0.5;
// module for process 1
module process1

2
prism-examples/self-stabilisation/herman/herman19.pm

@ -4,7 +4,7 @@
// the procotol is synchronous with no nondeterminism (a DTMC)
dtmc
const double p;
const double p = 0.5;
// module for process 1
module process1

2
prism-examples/self-stabilisation/herman/herman21.pm

@ -4,7 +4,7 @@
// the procotol is synchronous with no nondeterminism (a DTMC)
dtmc
const double p;
const double p = 0.5;
// module for process 1
module process1

2
prism-examples/self-stabilisation/herman/herman3.pm

@ -4,7 +4,7 @@
// the procotol is synchronous with no nondeterminism (a DTMC)
dtmc
const double p;
const double p = 0.5;
// module for process 1
module process1

2
prism-examples/self-stabilisation/herman/herman5.pm

@ -4,7 +4,7 @@
// the procotol is synchronous with no nondeterminism (a DTMC)
dtmc
const double p;
const double p = 0.5;
// module for process 1
module process1

2
prism-examples/self-stabilisation/herman/herman7.pm

@ -4,7 +4,7 @@
// the procotol is synchronous with no nondeterminism (a DTMC)
dtmc
const double p;
const double p = 0.5;
// module for process 1
module process1

2
prism-examples/self-stabilisation/herman/herman9.pm

@ -4,7 +4,7 @@
// the procotol is synchronous with no nondeterminism (a DTMC)
dtmc
const double p;
const double p = 0.5;
// module for process 1
module process1

Loading…
Cancel
Save