8 changed files with 110 additions and 24 deletions
			
			
		- 
					11src/builder/ExplicitPrismModelBuilder.h
- 
					9src/models/sparse/Mdp.cpp
- 
					16src/models/sparse/StateAnnotation.h
- 
					68src/storage/expressions/SimpleValuation.cpp
- 
					4src/storage/expressions/SimpleValuation.h
- 
					10src/storage/prism/Program.cpp
- 
					5src/storage/prism/Program.h
- 
					11src/utility/vector.h
| @ -0,0 +1,16 @@ | |||
| #ifndef STORM_STATEANNOTATION_H | |||
| #define STORM_STATEANNOTATION_H | |||
| 
 | |||
| namespace storm { | |||
|     namespace models { | |||
|         namespace sparse { | |||
|             class StateAnnotation { | |||
|             public: | |||
|                 virtual std::string stateInfo(uint_fast64_t s) const = 0; | |||
|             }; | |||
|         } | |||
|     } | |||
| 
 | |||
| } | |||
| 
 | |||
| #endif //STORM_STATEANNOTATION_H | |||
						Write
						Preview
					
					
					Loading…
					
					Cancel
						Save
					
		Reference in new issue