hannah
5 years ago
committed by
Matthias Volk
No known key found for this signature in database
GPG Key ID: 83A57678F739FCD3
1 changed files with
2 additions and
4 deletions
-
src/storage/modelcomponents.cpp
|
|
@ -22,10 +22,8 @@ template<typename ValueType> using ModelComponents = storm::storage::sparse::Mod |
|
|
|
// <storm::RationalNumber>
|
|
|
|
// <double, storm::models::sparse::StandardRewardModel<storm::Interval>>
|
|
|
|
|
|
|
|
// todo
|
|
|
|
// 1. create constructor for sparseModels double in models.h using model comp.
|
|
|
|
// 2. write tests
|
|
|
|
// 3. rationalfct
|
|
|
|
// todo write tests
|
|
|
|
// Parametric models, Valuetype: <storm::RationalFunction> todo
|
|
|
|
|
|
|
|
void define_model_components(py::module& m) { |
|
|
|
|
|
|
|