Browse Source

Merge branch 'newrewardmodel' of https://sselab.de/lab8/private/git/storm into newrewardmodel

Former-commit-id: 889ce21727
tempestpy_adaptions
dehnert 9 years ago
parent
commit
32e4a71acf
  1. 5
      src/modelchecker/prctl/SymbolicDtmcPrctlModelChecker.cpp
  2. 4
      src/modelchecker/prctl/SymbolicMdpPrctlModelChecker.cpp
  3. 2
      src/models/sparse/Dtmc.cpp

5
src/modelchecker/prctl/SymbolicDtmcPrctlModelChecker.cpp

@ -6,10 +6,11 @@
#include "src/utility/macros.h"
#include "src/models/symbolic/StandardRewardModel.h"
#include "src/modelchecker/results/SymbolicQualitativeCheckResult.h"
#include "src/modelchecker/results/SymbolicQuantitativeCheckResult.h"
#include "src/settings/modules/GeneralSettings.h"
#include "src/exceptions/InvalidStateException.h"
@ -90,4 +91,4 @@ namespace storm {
template class SymbolicDtmcPrctlModelChecker<storm::dd::DdType::CUDD, double>;
}
}
}

4
src/modelchecker/prctl/SymbolicMdpPrctlModelChecker.cpp

@ -5,6 +5,8 @@
#include "src/modelchecker/results/SymbolicQualitativeCheckResult.h"
#include "src/modelchecker/results/SymbolicQuantitativeCheckResult.h"
#include "src/models/symbolic/StandardRewardModel.h"
#include "src/utility/macros.h"
#include "src/utility/graph.h"
@ -88,4 +90,4 @@ namespace storm {
template class SymbolicMdpPrctlModelChecker<storm::dd::DdType::CUDD, double>;
}
}
}

2
src/models/sparse/Dtmc.cpp

@ -252,4 +252,4 @@ namespace storm {
} // namespace sparse
} // namespace models
} // namespace storm
} // namespace storm
Loading…
Cancel
Save