Modify inserting to Keep GraphID
Compare changes
+ 15
− 12
@@ -660,27 +660,28 @@ class SFG(AbstractOperation):
@@ -725,15 +726,16 @@ class SFG(AbstractOperation):
@@ -776,14 +778,15 @@ class SFG(AbstractOperation):
Closes #97 (closed) Always keeps Graph_IDs when using ( insert_operation(), insert_operation_after(), insert_operation_before() ). Maybe a flag can be used to configure keeping the Graph_ID:s, giving the user flexibility.