|
@ -117,6 +117,7 @@ int main(const int argc, const char** argv) { |
|
|
parametric = generalSettings.isParametricSet(); |
|
|
parametric = generalSettings.isParametricSet(); |
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef STORM_HAVE_Z3
|
|
|
if (dftSettings.solveWithSMT()) { |
|
|
if (dftSettings.solveWithSMT()) { |
|
|
// Solve with SMT
|
|
|
// Solve with SMT
|
|
|
if (parametric) { |
|
|
if (parametric) { |
|
@ -127,6 +128,7 @@ int main(const int argc, const char** argv) { |
|
|
storm::utility::cleanUp(); |
|
|
storm::utility::cleanUp(); |
|
|
return 0; |
|
|
return 0; |
|
|
} |
|
|
} |
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
// Set min or max
|
|
|
// Set min or max
|
|
|
bool minimal = true; |
|
|
bool minimal = true; |
|
|