|
@ -4,6 +4,7 @@ |
|
|
#include "src/storage/StronglyConnectedComponentDecomposition.h"
|
|
|
#include "src/storage/StronglyConnectedComponentDecomposition.h"
|
|
|
#include "src/models/sparse/Mdp.h"
|
|
|
#include "src/models/sparse/Mdp.h"
|
|
|
#include "src/models/sparse/Dtmc.h"
|
|
|
#include "src/models/sparse/Dtmc.h"
|
|
|
|
|
|
#include "src/models/sparse/StandardRewardModel.h"
|
|
|
|
|
|
|
|
|
TEST(StronglyConnectedComponentDecomposition, Crowds) { |
|
|
TEST(StronglyConnectedComponentDecomposition, Crowds) { |
|
|
std::shared_ptr<storm::models::sparse::Model<double>> abstractModel = storm::parser::AutoParser::parseModel(STORM_CPP_BASE_PATH "/examples/dtmc/crowds/crowds20_5.tra", STORM_CPP_BASE_PATH "/examples/dtmc/crowds/crowds20_5.lab", "", ""); |
|
|
std::shared_ptr<storm::models::sparse::Model<double>> abstractModel = storm::parser::AutoParser::parseModel(STORM_CPP_BASE_PATH "/examples/dtmc/crowds/crowds20_5.tra", STORM_CPP_BASE_PATH "/examples/dtmc/crowds/crowds20_5.lab", "", ""); |
|
|