Browse Source

Credit/copyright for Christian von Essen.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@3290 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 15 years ago
parent
commit
24caab6c97
  1. 1
      prism/README.txt
  2. 1
      prism/src/explicit/MDPSimple.java
  3. 1
      prism/src/explicit/MDPSparse.java

1
prism/README.txt

@ -88,6 +88,7 @@ The core team working on PRISM currently comprises:
Many others have contributed to PRISM. In approximately reverse chronological order:
* Christian von Essen: Contributions to explicit-state model checking library
* Vincent Nimal: Approximate (simulation-based) model checking techniques
* Vojtech Forejt: "Fox-Glynn" algorithm implementation
* Mark Kattenbelt: Wide range of enhancements/additions, especially in the GUI

1
prism/src/explicit/MDPSimple.java

@ -3,6 +3,7 @@
// Copyright (c) 2002-
// Authors:
// * Dave Parker <david.parker@comlab.ox.ac.uk> (University of Oxford)
// * Christian von Essen <christian.vonessen@imag.fr> (Verimag, Grenoble)
//
//------------------------------------------------------------------------------
//

1
prism/src/explicit/MDPSparse.java

@ -3,6 +3,7 @@
// Copyright (c) 2002-
// Authors:
// * Dave Parker <david.parker@comlab.ox.ac.uk> (University of Oxford)
// * Christian von Essen <christian.vonessen@imag.fr> (Verimag, Grenoble)
//
//------------------------------------------------------------------------------
//

Loading…
Cancel
Save