We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec50de commit c2f3876Copy full SHA for c2f3876
src/mpl/src/SACoreSoftMacro.h
@@ -90,7 +90,7 @@ class SACoreSoftMacro : public SimulatedAnnealingCore<SoftMacro>
90
91
std::vector<std::pair<float, float>> getClustersLocations() const;
92
void setClustersLocations(
93
- std::vector<std::pair<float, float>>& clusters_locations);
+ const std::vector<std::pair<float, float>>& clusters_locations);
94
// Only for Cluster Placement:
95
void attemptCentralization(float pre_cost);
96
void moveFloorplan(const std::pair<float, float>& offset);
0 commit comments