|  | @ -46,8 +46,6 @@ TEST(SparseMdpPcaaModelCheckerTest, zeroconf) { | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     std::string programFile = STORM_CPP_BASE_PATH "/examples/multiobjective/mdp/zeroconf/zeroconf4.nm"; |  |  |     std::string programFile = STORM_CPP_BASE_PATH "/examples/multiobjective/mdp/zeroconf/zeroconf4.nm"; | 
		
	
		
			
				|  |  |     std::string formulasAsString = "multi(Pmax=? [ F l=4 & ip=1 ] , P>=0.993141[ G (error=0) ]) "; // numerical
 |  |  |     std::string formulasAsString = "multi(Pmax=? [ F l=4 & ip=1 ] , P>=0.993141[ G (error=0) ]) "; // numerical
 | 
		
	
		
			
				|  |  |     formulasAsString += "; \n multi(P>=0.0003 [ F l=4 & ip=1 ] , P>=0.993141[ G (error=0) ])"; // achievability (true)
 |  |  |  | 
		
	
		
			
				|  |  |     formulasAsString += "; \n multi(P>=0.00031 [ F l=4 & ip=1 ] , P>=0.993141[ G (error=0) ])"; // achievability (false)
 |  |  |  | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     // programm, model,  formula
 |  |  |     // programm, model,  formula
 | 
		
	
		
			
				|  |  |     storm::prism::Program program = storm::parseProgram(programFile); |  |  |     storm::prism::Program program = storm::parseProgram(programFile); | 
		
	
	
		
			
				|  | @ -61,83 +59,12 @@ TEST(SparseMdpPcaaModelCheckerTest, zeroconf) { | 
		
	
		
			
				|  |  |     std::unique_ptr<storm::modelchecker::CheckResult> result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[0]->asMultiObjectiveFormula()); |  |  |     std::unique_ptr<storm::modelchecker::CheckResult> result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[0]->asMultiObjectiveFormula()); | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQuantitativeCheckResult()); |  |  |     ASSERT_TRUE(result->isExplicitQuantitativeCheckResult()); | 
		
	
		
			
				|  |  |     EXPECT_NEAR(0.0003075787401574803, result->asExplicitQuantitativeCheckResult<double>()[initState], storm::settings::getModule<storm::settings::modules::GeneralSettings>().getPrecision()); |  |  |     EXPECT_NEAR(0.0003075787401574803, result->asExplicitQuantitativeCheckResult<double>()[initState], storm::settings::getModule<storm::settings::modules::GeneralSettings>().getPrecision()); | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[1]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_TRUE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[2]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_FALSE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  | } |  |  |  | 
		
	
		
			
				|  |  | 
 |  |  |  | 
		
	
		
			
				|  |  | TEST(SparseMdpPcaaModelCheckerTest, zeroconfTb) { |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     std::string programFile = STORM_CPP_BASE_PATH "/examples/multiobjective/mdp/zeroconf-tb/zeroconf-tb2_14.nm"; |  |  |  | 
		
	
		
			
				|  |  |     std::string formulasAsString = " multi(Pmax=? [ F time_error=1 ] , P>=0.81[ G (error=0) ])"; // numerical
 |  |  |  | 
		
	
		
			
				|  |  |     formulasAsString += "; \n  multi(P>=0.00000008 [ F time_error=1 ] , P>=0.81[ G (error=0) ])"; // achievability (true)
 |  |  |  | 
		
	
		
			
				|  |  |     formulasAsString += "; \n  multi(P>=0.000000081 [ F time_error=1 ] , P>=0.81[ G (error=0) ])"; // achievability (false)
 |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     // programm, model,  formula
 |  |  |  | 
		
	
		
			
				|  |  |     storm::prism::Program program = storm::parseProgram(programFile); |  |  |  | 
		
	
		
			
				|  |  |     program = storm::utility::prism::preprocess(program, ""); |  |  |  | 
		
	
		
			
				|  |  |     std::vector<std::shared_ptr<storm::logic::Formula const>> formulas = storm::parseFormulasForPrismProgram(formulasAsString, program); |  |  |  | 
		
	
		
			
				|  |  |     std::shared_ptr<storm::models::sparse::Mdp<double>> mdp = storm::buildSparseModel<double>(program, formulas, true)->as<storm::models::sparse::Mdp<double>>(); |  |  |  | 
		
	
		
			
				|  |  |     uint_fast64_t const initState = *mdp->getInitialStates().begin(); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     storm::modelchecker::SparseMdpPrctlModelChecker<storm::models::sparse::Mdp<double>> checker(*mdp); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     std::unique_ptr<storm::modelchecker::CheckResult> result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[0]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQuantitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_NEAR(8.059348391417451e-8, result->asExplicitQuantitativeCheckResult<double>()[initState], storm::settings::getModule<storm::settings::modules::GeneralSettings>().getPrecision()); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[1]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_TRUE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[2]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_FALSE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  | } |  |  |  | 
		
	
		
			
				|  |  | 
 |  |  |  | 
		
	
		
			
				|  |  | TEST(SparseMdpPcaaModelCheckerTest, team3with2objectives) { |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     std::string programFile = STORM_CPP_BASE_PATH "/examples/multiobjective/mdp/team/team2obj_3.nm"; |  |  |  | 
		
	
		
			
				|  |  |     std::string formulasAsString = " multi(Pmax=? [ F task1_completed ], R{\"w_1_total\"}>=2.210204082 [ C ])"; // numerical
 |  |  |  | 
		
	
		
			
				|  |  |     formulasAsString += "; \n  multi(P>=0.871 [ F task1_completed ], R{\"w_1_total\"}>=2.210204082 [ C ])"; // achievability (true)
 |  |  |  | 
		
	
		
			
				|  |  |     formulasAsString += "; \n  multi(P>=0.872 [ F task1_completed ], R{\"w_1_total\"}>=2.210204082 [ C ])"; // achievability (false)
 |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     // programm, model,  formula
 |  |  |  | 
		
	
		
			
				|  |  |     storm::prism::Program program = storm::parseProgram(programFile); |  |  |  | 
		
	
		
			
				|  |  |     program = storm::utility::prism::preprocess(program, ""); |  |  |  | 
		
	
		
			
				|  |  |     std::vector<std::shared_ptr<storm::logic::Formula const>> formulas = storm::parseFormulasForPrismProgram(formulasAsString, program); |  |  |  | 
		
	
		
			
				|  |  |     std::shared_ptr<storm::models::sparse::Mdp<double>> mdp = storm::buildSparseModel<double>(program, formulas, true)->as<storm::models::sparse::Mdp<double>>(); |  |  |  | 
		
	
		
			
				|  |  |     uint_fast64_t const initState = *mdp->getInitialStates().begin(); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     storm::modelchecker::SparseMdpPrctlModelChecker<storm::models::sparse::Mdp<double>> checker(*mdp); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     std::unique_ptr<storm::modelchecker::CheckResult> result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[0]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQuantitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_NEAR(0.8714285710612256, result->asExplicitQuantitativeCheckResult<double>()[initState], storm::settings::getModule<storm::settings::modules::GeneralSettings>().getPrecision()); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[1]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_TRUE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[2]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_FALSE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  | } |  |  | } | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  | TEST(SparseMdpPcaaModelCheckerTest, team3with3objectives) { |  |  | TEST(SparseMdpPcaaModelCheckerTest, team3with3objectives) { | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     std::string programFile = STORM_CPP_BASE_PATH "/examples/multiobjective/mdp/team/team3obj_3.nm"; |  |  |     std::string programFile = STORM_CPP_BASE_PATH "/examples/multiobjective/mdp/team/team3obj_3.nm"; | 
		
	
		
			
				|  |  |     std::string formulasAsString = "multi(Pmax=? [ F task1_completed ], R{\"w_1_total\"}>=2.210204082 [ C ],  P>=0.5 [ F task2_completed ])"; // numerical
 |  |  |     std::string formulasAsString = "multi(Pmax=? [ F task1_completed ], R{\"w_1_total\"}>=2.210204082 [ C ],  P>=0.5 [ F task2_completed ])"; // numerical
 | 
		
	
		
			
				|  |  |     formulasAsString += "; \n  multi(P>=0.744 [ F task1_completed ], R{\"w_1_total\"}>=2.210204082 [ C ],  P>=0.5 [ F task2_completed ])"; // achievability (true)
 |  |  |  | 
		
	
		
			
				|  |  |     formulasAsString += "; \n  multi(P>=0.745 [ F task1_completed ], R{\"w_1_total\"}>=2.210204082 [ C ],  P>=0.5 [ F task2_completed ])"; // achievability (false)
 |  |  |  | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     // programm, model,  formula
 |  |  |     // programm, model,  formula
 | 
		
	
		
			
				|  |  |     storm::prism::Program program = storm::parseProgram(programFile); |  |  |     storm::prism::Program program = storm::parseProgram(programFile); | 
		
	
	
		
			
				|  | @ -151,23 +78,12 @@ TEST(SparseMdpPcaaModelCheckerTest, team3with3objectives) { | 
		
	
		
			
				|  |  |     std::unique_ptr<storm::modelchecker::CheckResult> result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[0]->asMultiObjectiveFormula()); |  |  |     std::unique_ptr<storm::modelchecker::CheckResult> result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[0]->asMultiObjectiveFormula()); | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQuantitativeCheckResult()); |  |  |     ASSERT_TRUE(result->isExplicitQuantitativeCheckResult()); | 
		
	
		
			
				|  |  |     EXPECT_NEAR(0.7448979591841851, result->asExplicitQuantitativeCheckResult<double>()[initState], storm::settings::getModule<storm::settings::modules::GeneralSettings>().getPrecision()); |  |  |     EXPECT_NEAR(0.7448979591841851, result->asExplicitQuantitativeCheckResult<double>()[initState], storm::settings::getModule<storm::settings::modules::GeneralSettings>().getPrecision()); | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[1]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_TRUE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[2]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_FALSE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  | } |  |  | } | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  | TEST(SparseMdpPcaaModelCheckerTest, scheduler) { |  |  | TEST(SparseMdpPcaaModelCheckerTest, scheduler) { | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     std::string programFile = STORM_CPP_BASE_PATH "/examples/multiobjective/mdp/scheduler/scheduler05.nm"; |  |  |     std::string programFile = STORM_CPP_BASE_PATH "/examples/multiobjective/mdp/scheduler/scheduler05.nm"; | 
		
	
		
			
				|  |  |     std::string formulasAsString = "multi(R{\"time\"}min=?[ F \"tasks_complete\" ], R{\"energy\"}<=1.45 [  F \"tasks_complete\" ]) "; // numerical
 |  |  |  | 
		
	
		
			
				|  |  |     formulasAsString += "; \n  multi(R{\"time\"}<= 11.778[ F \"tasks_complete\" ], R{\"energy\"}<=1.45 [  F \"tasks_complete\" ]) "; // achievability (true)
 |  |  |  | 
		
	
		
			
				|  |  |     formulasAsString += "; \n  multi(R{\"time\"}<= 11.777 [ F \"tasks_complete\" ], R{\"energy\"}<=1.45 [  F \"tasks_complete\" ]) "; // achievability (false)
 |  |  |  | 
		
	
		
			
				|  |  |  |  |  |     std::string formulasAsString = "multi(R{\"time\"}<= 11.778[ F \"tasks_complete\" ], R{\"energy\"}<=1.45 [  F \"tasks_complete\" ]) "; | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     // programm, model,  formula
 |  |  |     // programm, model,  formula
 | 
		
	
		
			
				|  |  |     storm::prism::Program program = storm::parseProgram(programFile); |  |  |     storm::prism::Program program = storm::parseProgram(programFile); | 
		
	
	
		
			
				|  | @ -179,25 +95,13 @@ TEST(SparseMdpPcaaModelCheckerTest, scheduler) { | 
		
	
		
			
				|  |  |     storm::modelchecker::SparseMdpPrctlModelChecker<storm::models::sparse::Mdp<double>> checker(*mdp); |  |  |     storm::modelchecker::SparseMdpPrctlModelChecker<storm::models::sparse::Mdp<double>> checker(*mdp); | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     std::unique_ptr<storm::modelchecker::CheckResult> result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[0]->asMultiObjectiveFormula()); |  |  |     std::unique_ptr<storm::modelchecker::CheckResult> result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[0]->asMultiObjectiveFormula()); | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQuantitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_NEAR(11.77777778, result->asExplicitQuantitativeCheckResult<double>()[initState], storm::settings::getModule<storm::settings::modules::GeneralSettings>().getPrecision()); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[1]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_TRUE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |     EXPECT_TRUE(result->asExplicitQualitativeCheckResult()[initState]); | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[2]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_FALSE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  | } |  |  | } | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  | TEST(SparseMdpPcaaModelCheckerTest, dpm) { |  |  | TEST(SparseMdpPcaaModelCheckerTest, dpm) { | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     std::string programFile = STORM_CPP_BASE_PATH "/examples/multiobjective/mdp/dpm/dpm100.nm"; |  |  |     std::string programFile = STORM_CPP_BASE_PATH "/examples/multiobjective/mdp/dpm/dpm100.nm"; | 
		
	
		
			
				|  |  |     std::string formulasAsString = "multi(R{\"power\"}min=? [ C<=100 ], R{\"queue\"}<=70 [ C<=100 ])"; // numerical
 |  |  |     std::string formulasAsString = "multi(R{\"power\"}min=? [ C<=100 ], R{\"queue\"}<=70 [ C<=100 ])"; // numerical
 | 
		
	
		
			
				|  |  |     formulasAsString += "; \n  multi(R{\"power\"}<=121.613 [ C<=100 ], R{\"queue\"}<=70 [ C<=100 ])"; // achievability (true)
 |  |  |  | 
		
	
		
			
				|  |  |     formulasAsString += "; \n  multi(R{\"power\"}<=121.612 [ C<=100 ], R{\"queue\"}<=70 [ C<=100 ])"; // achievability (false)
 |  |  |  | 
		
	
		
			
				|  |  |      |  |  |      | 
		
	
		
			
				|  |  |     // programm, model,  formula
 |  |  |     // programm, model,  formula
 | 
		
	
		
			
				|  |  |     storm::prism::Program program = storm::parseProgram(programFile); |  |  |     storm::prism::Program program = storm::parseProgram(programFile); | 
		
	
	
		
			
				|  | @ -211,15 +115,6 @@ TEST(SparseMdpPcaaModelCheckerTest, dpm) { | 
		
	
		
			
				|  |  |     std::unique_ptr<storm::modelchecker::CheckResult> result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[0]->asMultiObjectiveFormula()); |  |  |     std::unique_ptr<storm::modelchecker::CheckResult> result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[0]->asMultiObjectiveFormula()); | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQuantitativeCheckResult()); |  |  |     ASSERT_TRUE(result->isExplicitQuantitativeCheckResult()); | 
		
	
		
			
				|  |  |     EXPECT_NEAR(121.61288420945114, result->asExplicitQuantitativeCheckResult<double>()[initState], storm::settings::getModule<storm::settings::modules::GeneralSettings>().getPrecision()); |  |  |     EXPECT_NEAR(121.61288420945114, result->asExplicitQuantitativeCheckResult<double>()[initState], storm::settings::getModule<storm::settings::modules::GeneralSettings>().getPrecision()); | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[1]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_TRUE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  |     result = storm::modelchecker::multiobjective::performPcaa(*mdp, formulas[2]->asMultiObjectiveFormula()); |  |  |  | 
		
	
		
			
				|  |  |     ASSERT_TRUE(result->isExplicitQualitativeCheckResult()); |  |  |  | 
		
	
		
			
				|  |  |     EXPECT_FALSE(result->asExplicitQualitativeCheckResult()[initState]); |  |  |  | 
		
	
		
			
				|  |  |      |  |  |  | 
		
	
		
			
				|  |  | } |  |  | } | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
	
		
			
				|  | 
 |