Browse Source

Added an important comment.

Former-commit-id: 79d8280d83
tempestpy_adaptions
dehnert 11 years ago
parent
commit
e31c3bfb17
  1. 1
      src/storage/Scheduler.h

1
src/storage/Scheduler.h

@ -8,6 +8,7 @@ namespace storm {
/*
* This class is the abstract base class of all scheduler classes. Scheduler classes define which action is chosen in a particular state of a non-deterministic model.
* More concretely, a scheduler maps a state s to i if the scheduler takes the i-th action available in s (i.e. the choices are relative to the states).
*/
class Scheduler {
public:

Loading…
Cancel
Save