Browse Source

added constructors

refactoring
hannah 5 years ago
committed by Matthias Volk
parent
commit
5b16b6075e
No known key found for this signature in database GPG Key ID: 83A57678F739FCD3
  1. 6
      src/storage/modelcomponents.cpp

6
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) {

Loading…
Cancel
Save