8 #ifndef MMPARAMETRIZATION_REPARAMETRIZATIONHELPER_H
9 #define MMPARAMETRIZATION_REPARAMETRIZATIONHELPER_H
12 #include <unordered_set>
20 namespace MMParametrization {
21 struct ParametrizationData;
65 std::unordered_set<int> relevantFragments_;
71 #endif // MMPARAMETRIZATION_REPARAMETRIZATIONHELPER_H
void manipulateTopology()
Removes all of the topological elements from the topology in the ParametrizationData object...
Definition: ReparametrizationHelper.cpp:27
bool isRelevantFragment(int fragmentIndex) const
Returns whether reference data has to be calculated for a fragment with the given fragment index in t...
Definition: ReparametrizationHelper.cpp:94
void parseProvidedParameters(const std::string ¶meterFile)
Parses already provided parameters and stores them into the ParametrizationData object.
Definition: ReparametrizationHelper.cpp:20
This class provides functionalities for the re-parametrization of a system, which has only slightly b...
Definition: ReparametrizationHelper.h:29
ReparametrizationHelper(ParametrizationData &data, Core::Log &log)
Constructor.
Definition: ReparametrizationHelper.cpp:17
This struct holds all objects used inside the MM parametrization algorithm.
Definition: ParametrizationData.h:29