X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2FInterpreter%2Fsmtratinterpreter.cc;h=9742bda9669dfc26a4075c2386ab76def426b5e5;hp=ebe51135e3039f0d8e0fd14a89c03f5177172892;hb=88522b82efee075d4dbaf75e82231a399bcbb41c;hpb=e9ca288c7f0cf0f3bb9508c3cc9b212f557bcc40 diff --git a/src/Interpreter/smtratinterpreter.cc b/src/Interpreter/smtratinterpreter.cc index ebe5113..9742bda 100644 --- a/src/Interpreter/smtratinterpreter.cc +++ b/src/Interpreter/smtratinterpreter.cc @@ -19,7 +19,8 @@ SMTRatInterpreter::SMTRatInterpreter(CSolver *solver): } void SMTRatInterpreter::compileRunCommand(char * command , size_t size){ - snprintf(command, size, "timeout %u ./smtrat %s > %s", getTimeout(), SMTFILENAME, SMTSOLUTIONFILE); + model_print("Calling SMTRat...\n"); + snprintf(command, size, "./run.sh timeout %u smtrat %s > %s", getTimeout(), SMTFILENAME, SMTSOLUTIONFILE); } SMTRatInterpreter::~SMTRatInterpreter(){