Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
RationalFunctionAdapter.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm {
6
7RationalFunctionVariable createRFVariable(std::string const& name);
8
9} // namespace storm
10
11#ifdef STORM_CARL_SUPPORTS_FWD_DECL
12// The version of carl that supported forward declarations
13// includes a bugfix also required for instantiating these templates once
14extern template class carl::MultivariatePolynomial<storm::RationalFunctionCoefficient>;
18#endif
LabParser.cpp.
Definition cli.cpp:18
RationalFunctionVariable createRFVariable(std::string const &name)
carl::Variable RationalFunctionVariable