Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
NextStateGenerator.h File Reference
Include dependency graph for NextStateGenerator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  storm::generator::ActionMask< ValueType, StateType >
 Action masks are arguments you can give to the state generator that limit which states are generated. More...
 
class  storm::generator::StateValuationFunctionMask< ValueType, StateType >
 A particular instance of the action mask that uses a callback function to evaluate whether an action should be expanded. More...
 
class  storm::generator::NextStateGenerator< ValueType, StateType >
 

Namespaces

namespace  storm
 LabParser.cpp.
 
namespace  storm::expressions
 
namespace  storm::generator
 

Typedefs

typedef storm::builder::BuilderOptions storm::generator::NextStateGeneratorOptions
 

Enumerations

enum class  storm::generator::ModelType {
  storm::generator::DTMC , storm::generator::CTMC , storm::generator::MDP , storm::generator::MA ,
  storm::generator::POMDP , storm::generator::SMG
}