| 8 | |
| 9 | template<typename B> |
| 10 | Encoder_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 | |
| 19 | template<typename B> |
| 20 | Encoder_AZCW<B>* |
nothing calls this directly
no outgoing calls
no test coverage detected