MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / root

Method root

ir/fast_math.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104public:
105 unsigned root(unsigned n) {
106 return uf.find(n);
107 }
108
109 unsigned get(const expr &e0) {
110 Node n;

Callers 1

float_refinedFunction · 0.45

Calls 1

findMethod · 0.80

Tested by

no test coverage detected