Browse Source

clarify that a formula needs to be added to do anything in storm-pomdp

tempestpy_adaptions
Sebastian Junges 5 years ago
parent
commit
9ad8209a65
  1. 4
      src/storm-pomdp-cli/storm-pomdp.cpp

4
src/storm-pomdp-cli/storm-pomdp.cpp

@ -204,8 +204,12 @@ int main(const int argc, const char** argv) {
STORM_PRINT_AND_LOG(" done." << std::endl);
}
} else {
STORM_LOG_WARN("Nothing to be done. Did you forget to specify a formula?");
}
// All operations have now been performed, so we clean up everything and terminate.
storm::utility::cleanUp();
return 0;

Loading…
Cancel
Save