LOG4CPLUS_ERROR(logger,"Transition reward matrix is not a submatrix of the transition matrix, i.e. there are rewards for transitions that do not exist.");
LOG4CPLUS_ERROR(logger,"Transition reward matrix is not a submatrix of the transition matrix, i.e. there are rewards for transitions that do not exist.");
settings->addOption(storm::settings::OptionBuilder("StoRM Main","logfile","l","If specified, the log output will also be written to this file.").addArgument(storm::settings::ArgumentBuilder::createStringArgument("logFileName","The path and name of the file to write to.").build()).build());
settings->addOption(storm::settings::OptionBuilder("StoRM Main","exportdot","","If specified, the loaded model will be written to the specified file in the dot format.").addArgument(storm::settings::ArgumentBuilder::createStringArgument("dotFileName","The file to export the model to.").build()).build());
settings->addOption(storm::settings::OptionBuilder("StoRM Main","configfile","c","If specified, this file will be read and parsed for additional configuration settings.").addArgument(storm::settings::ArgumentBuilder::createStringArgument("configFileName","The path and name of the file from which to read.").addValidationFunctionString(storm::settings::ArgumentValidators::existingReadableFileValidator()).build()).build());
settings->addOption(storm::settings::OptionBuilder("StoRM Main","explicit","","Explicit parsing from transition- and labeling files.").addArgument(storm::settings::ArgumentBuilder::createStringArgument("transitionFileName","The path and name of the file from which to read the transitions.").addValidationFunctionString(storm::settings::ArgumentValidators::existingReadableFileValidator()).build()).addArgument(storm::settings::ArgumentBuilder::createStringArgument("labelingFileName","The path and name of the file from which to read the labeling.").addValidationFunctionString(storm::settings::ArgumentValidators::existingReadableFileValidator()).build()).build());
xxxxxxxxxx