#include <decomp.h>
Public Member Functions | |
SplittingScheme2 (const DecompGraph &graph) | |
Public Attributes | |
vector< list< pair< int, int > > > | new_pos |
Gives position (or positions, if variable was copied) of an old variable in the new structure. | |
vector< ivector > | newblock |
The new block structure. |
Definition at line 233 of file decomp.h.
SplittingScheme2::SplittingScheme2 | ( | const DecompGraph & | graph | ) |
vector<list<pair<int, int> > > SplittingScheme2::new_pos |
vector<ivector> SplittingScheme2::newblock |