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.
2 parents 23fb0e6 + 6c63a13 commit 199d0faCopy full SHA for 199d0fa
src/mpl/src/SimulatedAnnealingCore.cpp
@@ -444,11 +444,6 @@ void SimulatedAnnealingCore<T>::calGuidancePenalty()
444
template <class T>
445
void SimulatedAnnealingCore<T>::packFloorplan()
446
{
447
- for (auto& macro_id : pos_seq_) {
448
- macros_[macro_id].setX(0.0);
449
- macros_[macro_id].setY(0.0);
450
- }
451
-
452
// Each index corresponds to a macro id whose pair is:
453
// <Position in Positive Sequence , Position in Negative Sequence>
454
std::vector<std::pair<int, int>> sequence_pair_pos(pos_seq_.size());
0 commit comments