Storm 1.11.1.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
RobustParameterLifter.cpp File Reference
#include "storm-pars/transformer/RobustParameterLifter.h"
#include <carl/core/FactorizedPolynomial.h>
#include <carl/core/MultivariatePolynomial.h>
#include <carl/core/VariablePool.h>
#include <carl/core/rootfinder/IncrementalRootFinder.h>
#include <carl/core/rootfinder/RootFinder.h>
#include <carl/formula/model/ran/RealAlgebraicNumber.h>
#include <carl/thom/ThomRootFinder.h>
#include <algorithm>
#include <cmath>
#include <map>
#include <memory>
#include <optional>
#include <set>
#include <type_traits>
#include <vector>
#include "storm/adapters/RationalFunctionForward.h"
#include "storm/adapters/RationalNumberForward.h"
#include "storm-pars/storage/ParameterRegion.h"
#include "storm-pars/transformer/BigStep.h"
#include "storm-pars/utility/parametric.h"
#include "storm/adapters/RationalFunctionAdapter.h"
#include "storm/environment/Environment.h"
#include "storm/exceptions/NotSupportedException.h"
#include "storm/exceptions/UnexpectedException.h"
#include "storm/modelchecker/results/CheckResult.h"
#include "storm/settings/SettingsManager.h"
#include "storm/settings/modules/GeneralSettings.h"
#include "storm/solver/SmtSolver.h"
#include "storm/solver/SmtlibSmtSolver.h"
#include "storm/solver/Z3SmtSolver.h"
#include "storm/storage/expressions/Expression.h"
#include "storm/storage/expressions/RationalFunctionToExpression.h"
#include "storm/utility/constants.h"
#include "storm/utility/logging.h"
#include "storm/utility/macros.h"
#include "storm/utility/solver.h"
#include "storm/utility/vector.h"
Include dependency graph for RobustParameterLifter.cpp:

Go to the source code of this file.

Namespaces

namespace  storm
 LabParser.cpp.
 
namespace  storm::transformer
 

Typedefs

typedef storm::utility::parametric::CoefficientType< storm::RationalFunction >::type storm::transformer::CoefficientType
 

Functions

Interval storm::transformer::evaluateExtremaAnnotations (std::map< UniPoly, std::set< double > > extremaAnnotations, Interval input)