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

Method Encoder_AZCW

src/Module/Encoder/AZCW/Encoder_AZCW.cpp:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected