MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / Encoder_NO

Method Encoder_NO

src/Module/Encoder/NO/Encoder_NO.cpp:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7template<typename B>
8Encoder_NO<B>::Encoder_NO(const int K)
9 : Encoder<B>(K, K)
10{
11 const std::string name = "Encoder_NO";
12 this->set_name(name);
13 for (auto& t : this->tasks)
14 t->set_replicability(true);
15}
16
17template<typename B>
18Encoder_NO<B>*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected