| 43 | const std::string aff3ct::factory::Decoder_LDPC_prefix = "dec"; |
| 44 | |
| 45 | Decoder_LDPC ::Decoder_LDPC(const std::string& prefix) |
| 46 | : Decoder(Decoder_LDPC_name, prefix) |
| 47 | { |
| 48 | this->type = "BP_FLOODING"; |
| 49 | this->implem = "SPA"; |
| 50 | } |
| 51 | |
| 52 | Decoder_LDPC* |
| 53 | Decoder_LDPC ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected