Skip to content

Commit

Permalink
Remove CONVINCE from std out (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Lampacrescia <[email protected]>
  • Loading branch information
MarcoLm993 authored Oct 30, 2024
1 parent bee2be1 commit ed5fc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int main(int argc, char* argv[]) {
const auto model_and_properties = smc_storm::parser::parseModelAndProperties(user_settings);
const auto mc_settings = smc_storm::settings::SmcSettings(user_settings);
// Perform model checking
STORM_PRINT("CONVINCE Statistical Model Checker\n");
STORM_PRINT("Welcome to SMC Storm\n");
STORM_PRINT("Checking model: " << user_settings.model_file << std::endl);
for (const auto& property : model_and_properties.property) {
smc_storm::model_checker::StatisticalModelChecker smc(model_and_properties.model, property, mc_settings);
Expand Down

0 comments on commit ed5fc92

Please sign in to comment.