File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1482,7 +1482,7 @@ void ClusteringEngine::updateSubTree(Cluster* parent)
14821482 }
14831483}
14841484
1485- bool ClusteringEngine::isLargeFlatCluster (Cluster* cluster)
1485+ bool ClusteringEngine::isLargeFlatCluster (const Cluster* cluster) const
14861486{
14871487 return (cluster->getDbModules ().empty ()
14881488 && (cluster->getLeafStdCells ().size () > max_std_cell_
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ class ClusteringEngine
202202 void createCluster (odb::dbModule* module , Cluster* parent);
203203 void createCluster (Cluster* parent);
204204 void updateSubTree (Cluster* parent);
205- bool isLargeFlatCluster (Cluster* cluster);
205+ bool isLargeFlatCluster (const Cluster* cluster) const ;
206206 void breakLargeFlatCluster (Cluster* parent);
207207 bool partitionerSolutionIsFullyUnbalanced (const std::vector<int >& solution,
208208 int num_other_cluster_vertices);
You can’t perform that action at this time.
0 commit comments