Skip to content

Commit

Permalink
Sistemato l'ordine delle SCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Merry38 committed Jun 26, 2013
1 parent 604b0d7 commit a17097e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Preferred_sccsseq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void Preferred::TarjanAlg( DFSNode* node, list< SetArguments* >* SCC, stack< DFS
new_SCC -> add_Argument( temp -> argument );
} while( temp -> argument != node -> argument );

SCC -> push_back( new_SCC );
SCC -> push_front( new_SCC );
}

if ( debug )
Expand Down

0 comments on commit a17097e

Please sign in to comment.