@ -43,9 +43,10 @@ In the following, we describe how to construct GSPNs via the GSPNBuilder.
First, we create an instance of the GSPNBuilder and set the name of the GSPN::
>>> builder = stormpy.gspn.GSPNBuilder()
>>> builder.set_name("gspn")
>>> builder.set_name("my_gspn")
In the next step, we add an immediate transition to the GSPN. Additionally, we define the position of the transition by setting its layout information::
In the next step, we add an immediate transition to the GSPN.
Additionally, we define the position of the transition by setting its layout information::