Browse Source

LraCtmcTest: Renamed a testcase as its name was misleading before.

main
Tim Quatmann 4 years ago
parent
commit
09cb0e5a5d
  1. 4
      src/test/storm/modelchecker/csl/LraCtmcCslModelCheckerTest.cpp

4
src/test/storm/modelchecker/csl/LraCtmcCslModelCheckerTest.cpp

@ -124,7 +124,7 @@ namespace {
}
};
class GBSparseEigenRationalLUEnvironment {
class GBSparseEigenDoubleLUEnvironment {
public:
static const storm::dd::DdType ddType = storm::dd::DdType::Sylvan; // unused for sparse models
static const CtmcEngine engine = CtmcEngine::PrismSparse;
@ -327,7 +327,7 @@ namespace {
GBJaniHybridCuddGmmxxGmresEnvironment,
GBJaniHybridSylvanGmmxxGmresEnvironment,
GBSparseEigenDGmresEnvironment,
GBSparseEigenRationalLUEnvironment,
GBSparseEigenDoubleLUEnvironment,
GBSparseNativeSorEnvironment,
DistrSparseGmmxxGmresIluEnvironment,
DistrSparseEigenDoubleLUEnvironment,

Loading…
Cancel
Save