Following this dicsussion on whether to use #include ".." or #include <..>.
If I read the documentation correctly, the quotation marks are only relevant if we want to include header files relative to the current files. This is the case for all stormpy header files. But storm is an external dependency and the files are not relative to the current file. So I would prefer to use angle brackets, but I might be wrong.
Regardless, we should agree on one standard and use it consistently.
Following this dicsussion on whether to use
#include ".."or#include <..>.If I read the documentation correctly, the quotation marks are only relevant if we want to include header files relative to the current files. This is the case for all stormpy header files. But storm is an external dependency and the files are not relative to the current file. So I would prefer to use angle brackets, but I might be wrong.
Regardless, we should agree on one standard and use it consistently.