12 auto const& topologicalSettings = storm::settings::getModule<storm::settings::modules::TopologicalEquationSolverSettings>();
13 underlyingEquationSolverType = topologicalSettings.getUnderlyingEquationSolverType();
14 underlyingEquationSolverTypeSetFromDefault = topologicalSettings.isUnderlyingEquationSolverTypeSetFromDefaultValue();
16 underlyingMinMaxMethod = topologicalSettings.getUnderlyingMinMaxMethod();
17 underlyingMinMaxMethodSetFromDefault = topologicalSettings.isUnderlyingMinMaxMethodSetFromDefaultValue();
18 extendRelevantValues = topologicalSettings.isExtendRelevantValues();