In [LongRunAverageSolverSettings.cpp](https://github.com/lukovdm/storm/blob/1aec1d3aa208808062f5c31b2274d980404debff/src/storm/settings/modules/LongRunAverageSolverSettings.cpp), it has an option "absolute". However it is retrieved in a functon `isRelativePrecision()` and subesquently used in the environment as [relative = lraSettings.isRelativePrecision();](https://github.com/lukovdm/storm/blob/1aec1d3aa208808062f5c31b2274d980404debff/src/storm/environment/solver/LongRunAverageSolverEnvironment.cpp#L17). I believe this is inconsistent.
In LongRunAverageSolverSettings.cpp, it has an option "absolute". However it is retrieved in a functon
isRelativePrecision()and subesquently used in the environment as relative = lraSettings.isRelativePrecision();. I believe this is inconsistent.