@ -5,6 +5,8 @@
#include "storm/utility/macros.h"
#include "storm/exceptions/InvalidArgumentException.h"
#include "storm/storage/jani/TemplateEdge.h"
namespace storm {
namespace jani {
@ -3,14 +3,16 @@
#include <memory>
#include <boost/optional.hpp>
#include <boost/container/flat_set.hpp>
#include "storm/storage/jani/EdgeDestination.h"
#include "storm/storage/jani/OrderedAssignments.h"
class TemplateEdge;
class Edge {
public:
Edge() = default;
@ -2,6 +2,7 @@
#include "storm/storage/jani/VariableSet.h"