message(WARNING"Storm - git version information not available, statically assuming version ${STORM_VERSION_MAJOR}.${STORM_VERSION_MINOR}.${STORM_VERSION_PATCH}.")
message(STATUS"storm - version is ${STORM_VERSION_MAJOR}.${STORM_VERSION_MINOR}.${STORM_VERSION_PATCH} (${STORM_VERSION_COMMITS_AHEAD} commits ahead of tag), building from git: ${STORM_VERSION_GIT_HASH} (dirty: ${STORM_VERSION_DIRTY_STR}).")
message(STATUS"Storm - version is ${STORM_VERSION_MAJOR}.${STORM_VERSION_MINOR}.${STORM_VERSION_PATCH} (${STORM_VERSION_COMMITS_AHEAD} commits ahead of tag), building from git: ${STORM_VERSION_GIT_HASH} (dirty: ${STORM_VERSION_DIRTY}).")
STORM_LOG_THROW(!bound.containsVariables(),storm::exceptions::InvalidOperationException,"Cannot evaluate time-bound '"<<bound<<"' as it contains undefined constants.");
STORM_LOG_THROW(!bound.containsVariables(),storm::exceptions::InvalidOperationException,"Cannot evaluate time-bound '"<<bound<<"' as it contains undefined constants.");
STORM_LOG_THROW(!rewardPathFormula.isStepBounded(),storm::exceptions::NotImplementedException,"Currently step-bounded properties on CTMCs are not supported.");
STORM_LOG_THROW(!rewardPathFormula.isStepBounded(),storm::exceptions::NotImplementedException,"Currently step-bounded properties on CTMCs are not supported.");
STORM_LOG_THROW(checkTask.isOptimizationDirectionSet(),storm::exceptions::InvalidPropertyException,"Formula needs to specify whether minimal or maximal values are to be computed on nondeterministic model.");
STORM_LOG_THROW(rewardPathFormula.hasIntegerBound(),storm::exceptions::InvalidPropertyException,"Formula needs to have a discrete time bound.");
STORM_LOG_THROW(checkTask.isOptimizationDirectionSet(),storm::exceptions::InvalidPropertyException,"Formula needs to specify whether minimal or maximal values are to be computed on nondeterministic model.");
STORM_LOG_THROW(rewardPathFormula.hasIntegerBound(),storm::exceptions::InvalidPropertyException,"Formula needs to have a discrete time bound.");
STORM_LOG_THROW(checkTask.isOptimizationDirectionSet(),storm::exceptions::InvalidArgumentException,"Formula needs to specify whether minimal or maximal values are to be computed on nondeterministic model.");
STORM_LOG_THROW(rewardPathFormula.hasIntegerBound(),storm::exceptions::InvalidPropertyException,"Formula needs to have a discrete time bound.");
STORM_LOG_THROW(timeInstant>=0,storm::exceptions::InvalidJaniException,"Only non-negative time-instants are allowed");
if(!accTime&&!accSteps){
@ -284,7 +284,7 @@ namespace storm {
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Instant/Cumul. Reward for reward constraints not supported currently.");
}
//STORM_LOG_THROW(!accTime && !accSteps, storm::exceptions::NotSupportedException, "storm only allows accumulation if a step- or time-bound is given.");
//STORM_LOG_THROW(!accTime && !accSteps, storm::exceptions::NotSupportedException, "Storm only allows accumulation if a step- or time-bound is given.");
STORM_LOG_THROW(pi.hasUpperBound(),storm::exceptions::NotSupportedException,"storm only supports step-bounded until with an upper bound");
STORM_LOG_THROW(pi.hasUpperBound(),storm::exceptions::NotSupportedException,"Storm only supports step-bounded until with an upper bound");
if(pi.hasLowerBound()){
STORM_LOG_THROW(pi.lowerBound.evaluateAsInt()==0,storm::exceptions::NotSupportedException,"storm only supports step-bounded until without a (non-trivial) lower-bound");
STORM_LOG_THROW(pi.lowerBound.evaluateAsInt()==0,storm::exceptions::NotSupportedException,"Storm only supports step-bounded until without a (non-trivial) lower-bound");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"storm is compiled without MathSAT support.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Storm is compiled without MathSAT support.");
#endif
}
@ -162,7 +162,7 @@ namespace storm {
}
returnthis->lastResult;
#else
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"storm is compiled without MathSAT support.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Storm is compiled without MathSAT support.");
#endif
}
@ -190,7 +190,7 @@ namespace storm {
}
returnthis->lastResult;
#else
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"storm is compiled without MathSAT support.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Storm is compiled without MathSAT support.");
#endif
}
@ -219,7 +219,7 @@ namespace storm {
}
returnthis->lastResult;
#else
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"storm is compiled without MathSAT support.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Storm is compiled without MathSAT support.");
#endif
}
#endif
@ -230,7 +230,7 @@ namespace storm {
STORM_LOG_THROW(this->lastResult==SmtSolver::CheckResult::Sat,storm::exceptions::InvalidStateException,"Unable to create model for formula that was not determined to be satisfiable.");
returnthis->convertMathsatModelToValuation();
#else
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"storm is compiled without MathSAT support.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Storm is compiled without MathSAT support.");
#endif
}
@ -239,7 +239,7 @@ namespace storm {
STORM_LOG_THROW(this->lastResult==SmtSolver::CheckResult::Sat,storm::exceptions::InvalidStateException,"Unable to create model for formula that was not determined to be satisfiable.");
throwstorm::exceptions::NotImplementedException()<<"This version of storm was compiled without Z3 or the version of Z3 does not support optimization. Yet, a method was called that requires this support.";
throwstorm::exceptions::NotImplementedException()<<"This version of storm was compiled without Z3 or the version of Z3 does not support optimization. Yet, a method was called that requires this support.";
throwstorm::exceptions::NotImplementedException()<<"This version of storm was compiled without Z3 or the version of Z3 does not support optimization. Yet, a method was called that requires this support.";
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"storm is compiled without Z3 support.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Storm is compiled without Z3 support.");
#endif
}
@ -125,7 +125,7 @@ namespace storm {
}
returnthis->lastResult;
#else
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"storm is compiled without Z3 support.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Storm is compiled without Z3 support.");
#endif
}
@ -152,7 +152,7 @@ namespace storm {
}
returnthis->lastResult;
#else
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"storm is compiled without Z3 support.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Storm is compiled without Z3 support.");
#endif
}
@ -180,7 +180,7 @@ namespace storm {
}
returnthis->lastResult;
#else
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"storm is compiled without Z3 support.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Storm is compiled without Z3 support.");
#endif
}
#endif
@ -190,7 +190,7 @@ namespace storm {
STORM_LOG_THROW(this->lastResult==SmtSolver::CheckResult::Sat,storm::exceptions::InvalidStateException,"Unable to create model for formula that was not determined to be satisfiable.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"storm is compiled without Z3 support.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Storm is compiled without Z3 support.");
#endif
}
@ -199,7 +199,7 @@ namespace storm {
STORM_LOG_THROW(this->lastResult==SmtSolver::CheckResult::Sat,storm::exceptions::InvalidStateException,"Unable to create model for formula that was not determined to be satisfiable.");
STORM_LOG_DEBUG("Invoked generateVerticesFromHalfspaces with "<<hPoly.getMatrix().rows()<<" hyperplanes and "<<resultVertices.size()<<" vertices and "<<relevantMatrix.rows()<<" relevant hyperplanes. Dimension is "<<hPoly.dimension());