File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ public function getEdges()
30
30
// create temporary flow graph with supersource and supersink
31
31
$ graphFlow = $ this ->graph ->createGraphCloneEdgeless ();
32
32
33
- $ superSource = $ graphFlow ->createVertex ()-> setLayoutAttribute ( ' label ' , ' s* ' ) ;
34
- $ superSink = $ graphFlow ->createVertex ()-> setLayoutAttribute ( ' label ' , ' t* ' ) ;
33
+ $ superSource = $ graphFlow ->createVertex ();
34
+ $ superSink = $ graphFlow ->createVertex ();
35
35
36
36
$ groups = $ alg ->getGroups ();
37
37
$ groupA = $ groups [0 ];
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ public function createGraph()
19
19
// create resulting graph with supersource and supersink
20
20
$ resultGraph = $ this ->graph ->createGraphClone ();
21
21
22
- $ superSource = $ resultGraph ->createVertex ()-> setLayoutAttribute ( ' label ' , ' s* ' ) ;
23
- $ superSink = $ resultGraph ->createVertex ()-> setLayoutAttribute ( ' label ' , ' t* ' ) ;
22
+ $ superSource = $ resultGraph ->createVertex ();
23
+ $ superSink = $ resultGraph ->createVertex ();
24
24
25
25
$ sumBalance = 0 ;
26
26
You can’t perform that action at this time.
0 commit comments