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 abe8271 commit 7b61a4dCopy full SHA for 7b61a4d
src/rmp/src/slack_tuning_strategy.cpp
@@ -14,7 +14,6 @@
14
#include <utility>
15
#include <vector>
16
17
-#include "absl/base/optimization.h"
18
#include "absl/random/random.h"
19
#include "cut/abc_library_factory.h"
20
#include "db_sta/dbNetwork.hh"
@@ -95,7 +94,6 @@ SolutionSlack::Type SolutionSlack::RandomNeighbor(
95
94
} break;
96
case Move::COUNT:
97
// TODO replace with std::unreachable() once we reach c++23
98
- ABSL_UNREACHABLE();
99
break;
100
}
101
return sol;
0 commit comments