diff --git a/Code/ldpc/Cargo.lock b/Code/ldpc/Cargo.lock new file mode 100644 index 0000000..6ed6d5e --- /dev/null +++ b/Code/ldpc/Cargo.lock @@ -0,0 +1,411 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "anyhow" +version = "1.0.101" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" + +[[package]] +name = "bitflags" +version = "2.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" + +[[package]] +name = "cfg-if" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" + +[[package]] +name = "chacha20" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" +dependencies = [ + "cfg-if", + "cpufeatures", + "rand_core", +] + +[[package]] +name = "cpufeatures" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" +dependencies = [ + "libc", +] + +[[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + +[[package]] +name = "foldhash" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" + +[[package]] +name = "getrandom" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" +dependencies = [ + "cfg-if", + "libc", + "r-efi", + "rand_core", + "wasip2", + "wasip3", +] + +[[package]] +name = "hashbrown" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" +dependencies = [ + "foldhash", +] + +[[package]] +name = "hashbrown" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" + +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[package]] +name = "id-arena" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" + +[[package]] +name = "indexmap" +version = "2.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" +dependencies = [ + "equivalent", + "hashbrown 0.16.1", + "serde", + "serde_core", +] + +[[package]] +name = "itoa" +version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" + +[[package]] +name = "ldpc" +version = "0.1.0" +dependencies = [ + "rand", +] + +[[package]] +name = "leb128fmt" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" + +[[package]] +name = "libc" +version = "0.2.181" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5" + +[[package]] +name = "log" +version = "0.4.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" + +[[package]] +name = "memchr" +version = "2.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" + +[[package]] +name = "prettyplease" +version = "0.2.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" +dependencies = [ + "proc-macro2", + "syn", +] + +[[package]] +name = "proc-macro2" +version = "1.0.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "quote" +version = "1.0.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + +[[package]] +name = "rand" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +dependencies = [ + "chacha20", + "getrandom", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" + +[[package]] +name = "semver" +version = "1.0.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" + +[[package]] +name = "serde" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" +dependencies = [ + "serde_core", +] + +[[package]] +name = "serde_core" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "serde_json" +version = "1.0.149" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +dependencies = [ + "itoa", + "memchr", + "serde", + "serde_core", + "zmij", +] + +[[package]] +name = "syn" +version = "2.0.114" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "unicode-ident" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e" + +[[package]] +name = "unicode-xid" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" + +[[package]] +name = "wasip2" +version = "1.0.2+wasi-0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasip3" +version = "0.4.0+wasi-0.3.0-rc-2026-01-06" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasm-encoder" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" +dependencies = [ + "leb128fmt", + "wasmparser", +] + +[[package]] +name = "wasm-metadata" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" +dependencies = [ + "anyhow", + "indexmap", + "wasm-encoder", + "wasmparser", +] + +[[package]] +name = "wasmparser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" +dependencies = [ + "bitflags", + "hashbrown 0.15.5", + "indexmap", + "semver", +] + +[[package]] +name = "wit-bindgen" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" +dependencies = [ + "wit-bindgen-rust-macro", +] + +[[package]] +name = "wit-bindgen-core" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" +dependencies = [ + "anyhow", + "heck", + "wit-parser", +] + +[[package]] +name = "wit-bindgen-rust" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" +dependencies = [ + "anyhow", + "heck", + "indexmap", + "prettyplease", + "syn", + "wasm-metadata", + "wit-bindgen-core", + "wit-component", +] + +[[package]] +name = "wit-bindgen-rust-macro" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" +dependencies = [ + "anyhow", + "prettyplease", + "proc-macro2", + "quote", + "syn", + "wit-bindgen-core", + "wit-bindgen-rust", +] + +[[package]] +name = "wit-component" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" +dependencies = [ + "anyhow", + "bitflags", + "indexmap", + "log", + "serde", + "serde_derive", + "serde_json", + "wasm-encoder", + "wasm-metadata", + "wasmparser", + "wit-parser", +] + +[[package]] +name = "wit-parser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" +dependencies = [ + "anyhow", + "id-arena", + "indexmap", + "log", + "semver", + "serde", + "serde_derive", + "serde_json", + "unicode-xid", + "wasmparser", +] + +[[package]] +name = "zmij" +version = "1.0.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7" diff --git a/Code/ldpc/Cargo.toml b/Code/ldpc/Cargo.toml new file mode 100644 index 0000000..3ce01d8 --- /dev/null +++ b/Code/ldpc/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "ldpc" +version = "0.1.0" +edition = "2024" + +[dependencies] +rand = "0.10.0" diff --git a/Code/ldpc/src/analysis.rs b/Code/ldpc/src/analysis.rs new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/src/code.rs b/Code/ldpc/src/code.rs new file mode 100644 index 0000000..0d14c02 --- /dev/null +++ b/Code/ldpc/src/code.rs @@ -0,0 +1,23 @@ +use crate::matrix::MatrixGF2; +use crate::tanner::TannerGraph; + +pub struct LdpcCode { + pub n: usize, // Nombre de colonnes + pub k: usize, // Longueur du message + pub h_matrix: MatrixGF2, + pub tanner_graph: TannerGraph, +} + +impl LdpcCode { + pub fn new(h_matrix: MatrixGF2) -> Self { + let n = h_matrix.cols; + let k = n - h_matrix.rows; + let tanner_graph = TannerGraph::from_matrix(&h_matrix); + Self { + n, + k, + h_matrix, + tanner_graph, + } + } +} diff --git a/Code/ldpc/src/construction.rs b/Code/ldpc/src/construction.rs new file mode 100644 index 0000000..7bcbfe0 --- /dev/null +++ b/Code/ldpc/src/construction.rs @@ -0,0 +1 @@ +pub mod random; diff --git a/Code/ldpc/src/construction/random.rs b/Code/ldpc/src/construction/random.rs new file mode 100644 index 0000000..c9d2947 --- /dev/null +++ b/Code/ldpc/src/construction/random.rs @@ -0,0 +1,34 @@ +use crate::matrix::MatrixGF2; +use rand::RngExt; + +pub fn generate_random_h(rows: usize, cols: usize, wc: usize, wr: usize) -> MatrixGF2 { + assert_eq!(rows * wr, cols * wc, "Erreur"); + loop { + let mut data = vec![0; rows * cols]; + let mut row_w = vec![0; rows]; + let mut rng = rand::rng(); + let mut success = true; + + for c in 0..cols { + let mut ones_placed = 0; + let mut avail_rows: Vec = (0..rows).filter(|&r| row_w[r] < wr).collect(); + + if avail_rows.len() < wc { + // Les problèmes... + success = false; + break; + } + + while ones_placed < wc { + let id = rng.random_range(0..avail_rows.len()); + let r = avail_rows.remove(id); + data[r * cols + c] = 1; + row_w[r] += 1; + ones_placed += 1; + } + } + if success { + return MatrixGF2::new(rows, cols, data); + } + } +} diff --git a/Code/ldpc/src/decoder.rs b/Code/ldpc/src/decoder.rs new file mode 100644 index 0000000..fbf9d73 --- /dev/null +++ b/Code/ldpc/src/decoder.rs @@ -0,0 +1 @@ +pub mod bit_flip; diff --git a/Code/ldpc/src/decoder/bit_flip.rs b/Code/ldpc/src/decoder/bit_flip.rs new file mode 100644 index 0000000..5c612a8 --- /dev/null +++ b/Code/ldpc/src/decoder/bit_flip.rs @@ -0,0 +1,16 @@ +use crate::code::LdpcCode; + +pub struct BitFlipDecoder<'a> { + code: &'a LdpcCode, +} + +impl<'a> BitFlipDecoder<'a> { + pub fn new(code: &'a LdpcCode) -> Self { + Self { code } + } + + pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> { + let graph = &self.code.tanner_graph; + unimplemented!("Algo de bit-flipp"); + } +} diff --git a/Code/ldpc/src/encoder.rs b/Code/ldpc/src/encoder.rs new file mode 100644 index 0000000..2a85602 --- /dev/null +++ b/Code/ldpc/src/encoder.rs @@ -0,0 +1 @@ +pub mod dense; diff --git a/Code/ldpc/src/encoder/dense.rs b/Code/ldpc/src/encoder/dense.rs new file mode 100644 index 0000000..8f9c24d --- /dev/null +++ b/Code/ldpc/src/encoder/dense.rs @@ -0,0 +1,59 @@ +use crate::code::{self, LdpcCode}; +use crate::matrix::MatrixGF2; + +pub struct DenseEncoder { + pub g_matrix: MatrixGF2, + pub h_reduced: MatrixGF2, // A enlever c'est juste pour l'affichage... + pub k: usize, + pub n: usize, + pub col_swaps: Vec<(usize, usize)>, +} + +impl DenseEncoder { + pub fn new(code: &LdpcCode) -> Self { + let mut h_reduced = code.h_matrix.clone(); + let (rank, col_swaps) = h_reduced.gauss_jordan_swap_cols(); + + let n = h_reduced.cols; + let k = n - rank; + + let mut g_data = vec![0; k * n]; + + for r in 0..k { + for c in 0..rank { + g_data[r * n + c] = h_reduced.get(c, rank + r); + } + } + for i in 0..k { + g_data[i * n + (rank + i)] = 1; + } + Self { + g_matrix: MatrixGF2::new(k, n, g_data), + h_reduced, + k, + n, + col_swaps, + } + } + + pub fn encode(&self, message: &[u8]) -> Vec { + assert_eq!(message.len(), self.k, "Taille du message non valide"); + let mut codeword = vec![0; self.n]; + + // s = u * G + for c in 0..self.n { + let mut sum = 0; + for r in 0..self.k { + sum ^= message[r] & self.g_matrix.get(r, c); + } + codeword[c] = sum; + } + + // Reverse les changement de colonnes + for &(c1, c2) in self.col_swaps.iter().rev() { + codeword.swap(c1, c2); + } + + codeword + } +} diff --git a/Code/ldpc/src/main.rs b/Code/ldpc/src/main.rs new file mode 100644 index 0000000..26ccee8 --- /dev/null +++ b/Code/ldpc/src/main.rs @@ -0,0 +1,66 @@ +mod analysis; +mod code; +mod construction; +mod decoder; +mod encoder; +mod matrix; +mod tanner; + +use code::LdpcCode; +use construction::random::generate_random_h; +use encoder::dense::DenseEncoder; + +fn main() { + // TODO : Changer la logique pour trouver k => calculer n selon la longueur du message k (en + // rapport des poids) n = (k * w_r) / (w_r - w_c) + println!("LDPC\n"); + + let n = 12; + let m = 6; + let wc = 2; + let wr = 4; + + let mut h_matrix = generate_random_h(m, n, wc, wr); + println!("H aléatoire {m}x{n} :"); + h_matrix.print(); + + let ldpc = LdpcCode::new(h_matrix.clone()); + println!("\nLDPC instancié"); + + println!("Extraction de G"); + let encoder = DenseEncoder::new(&ldpc); + + println!("\n -> Matrcie H après Gauss-Jordan avec inversion de colonne de la forme [I | A]"); + encoder.h_reduced.print(); + + println!("G {}x{}", encoder.k, encoder.n); + encoder.g_matrix.print(); + + let message = vec![1; encoder.k]; + let codeword = encoder.encode(&message); + + println!("\nMessage u : {:?}", message); + println!("\n Codeword s : {:?}", codeword); + + let mut is_valid = true; + for r in 0..m { + let mut sum = 0; + for c in 0..n { + sum ^= codeword[c] & h_matrix.get(r, c); + } + if sum != 0 { + is_valid = false; + break; + } + } + + if is_valid { + println!("\nVrai"); + } else { + println!("\nFaux"); + } + + // println!("\nGauss-Jordan sur H :"); + // h_matrix.gauss_jordan(); + // h_matrix.print(); +} diff --git a/Code/ldpc/src/matrix.rs b/Code/ldpc/src/matrix.rs new file mode 100644 index 0000000..ea9605b --- /dev/null +++ b/Code/ldpc/src/matrix.rs @@ -0,0 +1,133 @@ +#[derive(Clone, Debug)] +pub struct MatrixGF2 { + pub rows: usize, + pub cols: usize, + pub data: Vec, +} + +impl MatrixGF2 { + pub fn new(rows: usize, cols: usize, data: Vec) -> Self { + assert_eq!(data.len(), rows * cols, "Taille incorrecte."); + Self { rows, cols, data } + } + + pub fn get(&self, i: usize, j: usize) -> u8 { + self.data[i * self.cols + j] + } + + pub fn set(&mut self, i: usize, j: usize, val: u8) { + self.data[i * self.cols + j] = val; + } + + pub fn print(&self) { + for i in 0..self.rows { + let start = i * self.cols; + let end = start + self.cols; + println!("{:?}", &self.data[start..end]); + } + } + + pub fn swap_rows(&mut self, r1: usize, r2: usize) { + if r1 == r2 { + return; + } + for c in 0..self.cols { + let v1 = self.get(r1, c); + let v2 = self.get(r2, c); + self.set(r1, c, v2); + self.set(r2, c, v1); + } + } + + pub fn swap_cols(&mut self, c1: usize, c2: usize) { + if c1 == c2 { + return; + } + for r in 0..self.rows { + let v1 = self.get(r, c1); + let v2 = self.get(r, c2); + self.set(r, c1, v2); + self.set(r, c2, v1); + } + } + + pub fn xor_rows(&mut self, src: usize, dest: usize) { + for c in 0..self.cols { + let v_src = self.get(src, c); + let v_dest = self.get(dest, c); + self.set(dest, c, v_src ^ v_dest); + } + } + + pub fn gauss_jordan(&mut self) { + let mut l = 0; + for r in 0..self.rows { + if l >= self.cols { + return; + } + let mut i = r; + while self.get(i, l) == 0 { + i += 1; + if i == self.rows { + i = r; + l += 1; + if l == self.cols { + return; + } + } + } + self.swap_rows(i, r); + for i in 0..self.rows { + if i != r && self.get(i, l) == 1 { + self.xor_rows(r, i); + } + } + l += 1; + } + } + + pub fn gauss_jordan_swap_cols(&mut self) -> (usize, Vec<(usize, usize)>) { + let mut rank = 0; + let mut col_swaps = Vec::new(); + let rows = self.rows; + let cols = self.cols; + + for c in 0..cols { + if rank >= rows { + break; + } + let mut pivot_r = rank; + while pivot_r < rows && self.get(pivot_r, c) == 0 { + pivot_r += 1; + } + if pivot_r == rows { + let mut found_swap = false; + for c2 in (c + 1)..cols { + let mut pr2 = rank; + while pr2 < rows && self.get(pr2, c2) == 0 { + pr2 += 1; + } + if pr2 < rows { + self.swap_cols(c, c2); + col_swaps.push((c, c2)); + pivot_r = pr2; + found_swap = true; + break; + } + } + if !found_swap { + break; + } + } + self.swap_rows(rank, pivot_r); + + for i in 0..rows { + if i != rank && self.get(i, c) == 1 { + self.xor_rows(rank, i); + } + } + rank += 1; + } + (rank, col_swaps) + } +} diff --git a/Code/ldpc/src/tanner.rs b/Code/ldpc/src/tanner.rs new file mode 100644 index 0000000..9b2f5bb --- /dev/null +++ b/Code/ldpc/src/tanner.rs @@ -0,0 +1,24 @@ +use crate::matrix::MatrixGF2; + +#[derive(Debug, Clone)] +pub struct TannerGraph { + pub check: Vec>, + pub bits: Vec>, +} + +impl TannerGraph { + pub fn from_matrix(matrix: &MatrixGF2) -> Self { + let mut check = vec![vec![]; matrix.rows]; + let mut bits = vec![vec![]; matrix.cols]; + + for i in 0..matrix.rows { + for j in 0..matrix.cols { + if matrix.get(i, j) == 0 { + check[i].push(j); + bits[j].push(i); + } + } + } + Self { check, bits } + } +} diff --git a/Code/ldpc/src/target/.rustc_info.json b/Code/ldpc/src/target/.rustc_info.json new file mode 100644 index 0000000..7f69090 --- /dev/null +++ b/Code/ldpc/src/target/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":6955059790845437392,"outputs":{"12016735552878863467":{"success":true,"status":"","code":0,"stdout":"rustc 1.87.0 (17067e9ac 2025-05-09)\nbinary: rustc\ncommit-hash: 17067e9ac6d7ecb70e50f92c1944e545188d2359\ncommit-date: 2025-05-09\nhost: x86_64-unknown-linux-gnu\nrelease: 1.87.0\nLLVM version: 20.1.1\n","stderr":""},"13822592305234237280":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/zefad/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/Code/ldpc/src/target/CACHEDIR.TAG b/Code/ldpc/src/target/CACHEDIR.TAG new file mode 100644 index 0000000..20d7c31 --- /dev/null +++ b/Code/ldpc/src/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by cargo. +# For information about cache directory tags see https://bford.info/cachedir/ diff --git a/Code/ldpc/src/target/debug/.cargo-lock b/Code/ldpc/src/target/debug/.cargo-lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/dep-lib-cfg_if b/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/dep-lib-cfg_if new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/dep-lib-cfg_if differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if b/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if new file mode 100644 index 0000000..aba215c --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if @@ -0,0 +1 @@ +449395b8315c57b8 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if.json b/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if.json new file mode 100644 index 0000000..0a19ae1 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[\"core\", \"rustc-dep-of-std\"]","target":13840298032947503755,"profile":2241668132362809309,"path":4035053026656971091,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/dep-lib-cfg_if","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/dep-lib-chacha20 b/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/dep-lib-chacha20 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/dep-lib-chacha20 differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20 b/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20 new file mode 100644 index 0000000..f00c9be --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20 @@ -0,0 +1 @@ +5b53b67a13196311 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20.json b/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20.json new file mode 100644 index 0000000..2fdc8f8 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[\"rng\"]","declared_features":"[\"cipher\", \"default\", \"legacy\", \"rng\", \"xchacha\", \"zeroize\"]","target":5186012452570817782,"profile":9318172923473070351,"path":8216691501699566625,"deps":[[7667230146095136825,"cfg_if",false,13283186994572530500],[15529777797982113006,"rand_core",false,6997758203512154364],[16378603989457970572,"cpufeatures",false,13097977866850786625]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/chacha20-ba73b3355741f3b7/dep-lib-chacha20","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/dep-lib-cpufeatures b/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/dep-lib-cpufeatures new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/dep-lib-cpufeatures differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures b/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures new file mode 100644 index 0000000..59e6ac6 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures @@ -0,0 +1 @@ +41dd914d795dc5b5 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures.json b/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures.json new file mode 100644 index 0000000..236243b --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":7407970971831147067,"profile":13295673445137985655,"path":9454082240038408872,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cpufeatures-9ffb3887bc26449f/dep-lib-cpufeatures","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build b/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build new file mode 100644 index 0000000..6192539 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build @@ -0,0 +1 @@ +c5c51713e8c3f49b \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build.json b/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build.json new file mode 100644 index 0000000..a0cc177 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[\"std\", \"sys_rng\"]","declared_features":"[\"std\", \"sys_rng\", \"wasm_js\"]","target":2835126046236718539,"profile":14646319430865968450,"path":3382059170738956057,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/dep-build-script-build-script-build b/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/dep-build-script-build-script-build differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build b/Code/ldpc/src/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build new file mode 100644 index 0000000..01257cc --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build @@ -0,0 +1 @@ +c2b1e091b8c07c26 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build.json b/Code/ldpc/src/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build.json new file mode 100644 index 0000000..c196265 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[2764386384280758697,"build_script_build",false,11237822371716384197]],"local":[{"RerunIfChanged":{"output":"debug/build/getrandom-276accaa19be069e/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/dep-lib-getrandom b/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/dep-lib-getrandom new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/dep-lib-getrandom differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom b/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom new file mode 100644 index 0000000..28d3034 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom @@ -0,0 +1 @@ +403347cf2a1a118b \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom.json b/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom.json new file mode 100644 index 0000000..5f2901a --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[\"std\", \"sys_rng\"]","declared_features":"[\"std\", \"sys_rng\", \"wasm_js\"]","target":5479159445871601843,"profile":1675109806303236742,"path":17489016984022900907,"deps":[[2764386384280758697,"build_script_build",false,2773303369507320258],[7667230146095136825,"cfg_if",false,13283186994572530500],[10635491994102256863,"libc",false,14746483844694500236],[15529777797982113006,"rand_core",false,6997758203512154364]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-94f3139d7013326a/dep-lib-getrandom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc new file mode 100644 index 0000000..3c441e2 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc @@ -0,0 +1 @@ +8909df34efa7ca80 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc.json b/Code/ldpc/src/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc.json new file mode 100644 index 0000000..dc7d4b0 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":3316208278650011218,"path":4942398508502643691,"deps":[[12595129211985828508,"rand",false,10775189634579942843]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-00cd1695bdd5ac16/dep-test-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc new file mode 100644 index 0000000..e4bf029 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc @@ -0,0 +1 @@ +dcc11b19b5a67c82 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc.json b/Code/ldpc/src/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc.json new file mode 100644 index 0000000..6aa4268 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":17672942494452627365,"path":4942398508502643691,"deps":[[12595129211985828508,"rand",false,10775189634579942843]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-15ac6faf1f2e9880/dep-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc new file mode 100644 index 0000000..a71195e --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc @@ -0,0 +1 @@ +c1f106d49bfbb924 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc.json b/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc.json new file mode 100644 index 0000000..cda88b1 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":17672942494452627365,"path":4942398508502643691,"deps":[[12595129211985828508,"rand",false,10775189634579942843]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-200ae86d4d1b6d87/dep-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/dep-bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/dep-bin-ldpc new file mode 100644 index 0000000..202f0a2 Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/dep-bin-ldpc differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/dep-test-bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/dep-test-bin-ldpc new file mode 100644 index 0000000..1fa8b89 Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/dep-test-bin-ldpc differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc new file mode 100644 index 0000000..aa16886 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc @@ -0,0 +1 @@ +30fe5706c139df18 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc.json b/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc.json new file mode 100644 index 0000000..ed05061 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":3316208278650011218,"path":4942398508502643691,"deps":[[12595129211985828508,"rand",false,10775189634579942843]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-4e3139e1c1d60be0/dep-test-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/bin-ldpc new file mode 100644 index 0000000..83c182a --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/bin-ldpc @@ -0,0 +1 @@ +337f14642e0151b8 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/bin-ldpc.json b/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/bin-ldpc.json new file mode 100644 index 0000000..e8baabe --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":17672942494452627365,"path":4942398508502643691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-6dc3ef13289416fe/dep-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/dep-bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/dep-bin-ldpc new file mode 100644 index 0000000..1fa8b89 Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/dep-bin-ldpc differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-6dc3ef13289416fe/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-752405653894e9ea/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/ldpc-752405653894e9ea/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-752405653894e9ea/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-752405653894e9ea/test-bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-752405653894e9ea/test-bin-ldpc new file mode 100644 index 0000000..fced2c4 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-752405653894e9ea/test-bin-ldpc @@ -0,0 +1 @@ +87df21f80941c364 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-752405653894e9ea/test-bin-ldpc.json b/Code/ldpc/src/target/debug/.fingerprint/ldpc-752405653894e9ea/test-bin-ldpc.json new file mode 100644 index 0000000..0fcd812 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-752405653894e9ea/test-bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":3316208278650011218,"path":4942398508502643691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-752405653894e9ea/dep-test-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/dep-test-bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/dep-test-bin-ldpc new file mode 100644 index 0000000..202f0a2 Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/dep-test-bin-ldpc differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/test-bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/test-bin-ldpc new file mode 100644 index 0000000..0aeb166 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/test-bin-ldpc @@ -0,0 +1 @@ +8e09316eebeb4b4c \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/test-bin-ldpc.json b/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/test-bin-ldpc.json new file mode 100644 index 0000000..7d825ac --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-ac207a955fd4200d/test-bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":3316208278650011218,"path":4942398508502643691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-ac207a955fd4200d/dep-test-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-e65964cdd5b34979/bin-ldpc b/Code/ldpc/src/target/debug/.fingerprint/ldpc-e65964cdd5b34979/bin-ldpc new file mode 100644 index 0000000..d486ded --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-e65964cdd5b34979/bin-ldpc @@ -0,0 +1 @@ +bd87e6b109dd312d \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-e65964cdd5b34979/bin-ldpc.json b/Code/ldpc/src/target/debug/.fingerprint/ldpc-e65964cdd5b34979/bin-ldpc.json new file mode 100644 index 0000000..d886e90 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-e65964cdd5b34979/bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":17672942494452627365,"path":4942398508502643691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-e65964cdd5b34979/dep-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/ldpc-e65964cdd5b34979/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/ldpc-e65964cdd5b34979/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/ldpc-e65964cdd5b34979/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build b/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build new file mode 100644 index 0000000..47bfefe --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build @@ -0,0 +1 @@ +fb4895f5469c978b \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build.json b/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build.json new file mode 100644 index 0000000..31de690 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":5408242616063297496,"profile":1565149285177326037,"path":15202769474511483467,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-2e2dcdcfa7ee7c23/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/dep-build-script-build-script-build b/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/dep-build-script-build-script-build differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/dep-lib-libc b/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/dep-lib-libc new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/dep-lib-libc differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc b/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc new file mode 100644 index 0000000..4d116cb --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc @@ -0,0 +1 @@ +8c630d31ed08a6cc \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc.json b/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc.json new file mode 100644 index 0000000..b80ff44 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":17682796336736096309,"profile":15222631470922254920,"path":5840482219443486265,"deps":[[10635491994102256863,"build_script_build",false,9216864148508321614]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-3e3aceecd979b208/dep-lib-libc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build b/Code/ldpc/src/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build new file mode 100644 index 0000000..67168b7 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build @@ -0,0 +1 @@ +4e27df2a1ce1e87f \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build.json b/Code/ldpc/src/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build.json new file mode 100644 index 0000000..f133d98 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[10635491994102256863,"build_script_build",false,10058680121337137403]],"local":[{"RerunIfChanged":{"output":"debug/build/libc-edda3631204ef4cc/output","paths":["build.rs"]}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_FREEBSD_VERSION","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_MUSL_V1_2_3","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_GNU_TIME_BITS","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/dep-lib-rand b/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/dep-lib-rand new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/dep-lib-rand differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand b/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand new file mode 100644 index 0000000..2b8e675 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand @@ -0,0 +1 @@ +bbcd9b1ce2298995 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand.json b/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand.json new file mode 100644 index 0000000..356fb37 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[\"alloc\", \"default\", \"std\", \"std_rng\", \"sys_rng\", \"thread_rng\"]","declared_features":"[\"alloc\", \"chacha\", \"default\", \"log\", \"serde\", \"simd_support\", \"std\", \"std_rng\", \"sys_rng\", \"thread_rng\", \"unbiased\"]","target":17444007749879458630,"profile":2241668132362809309,"path":12655442880386247481,"deps":[[2764386384280758697,"getrandom",false,10020819417044562752],[3484220520784136136,"chacha20",false,1252872692792972123],[15529777797982113006,"rand_core",false,6997758203512154364]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand-de3b3f4ac7c2b2e8/dep-lib-rand","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/dep-lib-rand_core b/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/dep-lib-rand_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/dep-lib-rand_core differ diff --git a/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/invoked.timestamp b/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core b/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core new file mode 100644 index 0000000..645fe99 --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core @@ -0,0 +1 @@ +fce86aa802081d61 \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core.json b/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core.json new file mode 100644 index 0000000..f5a570f --- /dev/null +++ b/Code/ldpc/src/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":8662763397516463860,"profile":1239367160364851460,"path":16830337747561814775,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_core-674d544887edc4de/dep-lib-rand_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/build/getrandom-1a272dcfc1ad1bc8/build-script-build b/Code/ldpc/src/target/debug/build/getrandom-1a272dcfc1ad1bc8/build-script-build new file mode 100755 index 0000000..b209fb6 Binary files /dev/null and b/Code/ldpc/src/target/debug/build/getrandom-1a272dcfc1ad1bc8/build-script-build differ diff --git a/Code/ldpc/src/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8 b/Code/ldpc/src/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8 new file mode 100755 index 0000000..b209fb6 Binary files /dev/null and b/Code/ldpc/src/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8 differ diff --git a/Code/ldpc/src/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8.d b/Code/ldpc/src/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8.d new file mode 100644 index 0000000..3b84cdb --- /dev/null +++ b/Code/ldpc/src/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8.d @@ -0,0 +1,5 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs: diff --git a/Code/ldpc/src/target/debug/build/getrandom-276accaa19be069e/invoked.timestamp b/Code/ldpc/src/target/debug/build/getrandom-276accaa19be069e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/build/getrandom-276accaa19be069e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/build/getrandom-276accaa19be069e/output b/Code/ldpc/src/target/debug/build/getrandom-276accaa19be069e/output new file mode 100644 index 0000000..d15ba9a --- /dev/null +++ b/Code/ldpc/src/target/debug/build/getrandom-276accaa19be069e/output @@ -0,0 +1 @@ +cargo:rerun-if-changed=build.rs diff --git a/Code/ldpc/src/target/debug/build/getrandom-276accaa19be069e/root-output b/Code/ldpc/src/target/debug/build/getrandom-276accaa19be069e/root-output new file mode 100644 index 0000000..a93afda --- /dev/null +++ b/Code/ldpc/src/target/debug/build/getrandom-276accaa19be069e/root-output @@ -0,0 +1 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/out \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/build/getrandom-276accaa19be069e/stderr b/Code/ldpc/src/target/debug/build/getrandom-276accaa19be069e/stderr new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/src/target/debug/build/libc-2e2dcdcfa7ee7c23/build-script-build b/Code/ldpc/src/target/debug/build/libc-2e2dcdcfa7ee7c23/build-script-build new file mode 100755 index 0000000..a7c91e7 Binary files /dev/null and b/Code/ldpc/src/target/debug/build/libc-2e2dcdcfa7ee7c23/build-script-build differ diff --git a/Code/ldpc/src/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23 b/Code/ldpc/src/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23 new file mode 100755 index 0000000..a7c91e7 Binary files /dev/null and b/Code/ldpc/src/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23 differ diff --git a/Code/ldpc/src/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23.d b/Code/ldpc/src/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23.d new file mode 100644 index 0000000..5f03b74 --- /dev/null +++ b/Code/ldpc/src/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23.d @@ -0,0 +1,5 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/build.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/build.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/build.rs: diff --git a/Code/ldpc/src/target/debug/build/libc-edda3631204ef4cc/invoked.timestamp b/Code/ldpc/src/target/debug/build/libc-edda3631204ef4cc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/src/target/debug/build/libc-edda3631204ef4cc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/build/libc-edda3631204ef4cc/output b/Code/ldpc/src/target/debug/build/libc-edda3631204ef4cc/output new file mode 100644 index 0000000..89a43b5 --- /dev/null +++ b/Code/ldpc/src/target/debug/build/libc-edda3631204ef4cc/output @@ -0,0 +1,25 @@ +cargo:rerun-if-changed=build.rs +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION +cargo:rustc-cfg=freebsd12 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_MUSL_V1_2_3 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_TIME_BITS +cargo:rustc-check-cfg=cfg(emscripten_old_stat_abi) +cargo:rustc-check-cfg=cfg(espidf_time32) +cargo:rustc-check-cfg=cfg(freebsd10) +cargo:rustc-check-cfg=cfg(freebsd11) +cargo:rustc-check-cfg=cfg(freebsd12) +cargo:rustc-check-cfg=cfg(freebsd13) +cargo:rustc-check-cfg=cfg(freebsd14) +cargo:rustc-check-cfg=cfg(freebsd15) +cargo:rustc-check-cfg=cfg(gnu_file_offset_bits64) +cargo:rustc-check-cfg=cfg(gnu_time_bits64) +cargo:rustc-check-cfg=cfg(libc_deny_warnings) +cargo:rustc-check-cfg=cfg(linux_time_bits64) +cargo:rustc-check-cfg=cfg(musl_v1_2_3) +cargo:rustc-check-cfg=cfg(musl32_time64) +cargo:rustc-check-cfg=cfg(vxworks_lt_25_09) +cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt")) +cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80")) +cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) diff --git a/Code/ldpc/src/target/debug/build/libc-edda3631204ef4cc/root-output b/Code/ldpc/src/target/debug/build/libc-edda3631204ef4cc/root-output new file mode 100644 index 0000000..744b6fe --- /dev/null +++ b/Code/ldpc/src/target/debug/build/libc-edda3631204ef4cc/root-output @@ -0,0 +1 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/out \ No newline at end of file diff --git a/Code/ldpc/src/target/debug/build/libc-edda3631204ef4cc/stderr b/Code/ldpc/src/target/debug/build/libc-edda3631204ef4cc/stderr new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/src/target/debug/deps/cfg_if-ca1925c66a6c3d3e.d b/Code/ldpc/src/target/debug/deps/cfg_if-ca1925c66a6c3d3e.d new file mode 100644 index 0000000..fa64f1e --- /dev/null +++ b/Code/ldpc/src/target/debug/deps/cfg_if-ca1925c66a6c3d3e.d @@ -0,0 +1,5 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libcfg_if-ca1925c66a6c3d3e.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/cfg_if-ca1925c66a6c3d3e.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs: diff --git a/Code/ldpc/src/target/debug/deps/chacha20-ba73b3355741f3b7.d b/Code/ldpc/src/target/debug/deps/chacha20-ba73b3355741f3b7.d new file mode 100644 index 0000000..541a287 --- /dev/null +++ b/Code/ldpc/src/target/debug/deps/chacha20-ba73b3355741f3b7.d @@ -0,0 +1,12 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libchacha20-ba73b3355741f3b7.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/variants.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/soft.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/avx2.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/sse2.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/chacha20-ba73b3355741f3b7.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/variants.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/soft.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/avx2.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/sse2.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/variants.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/../README.md: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/soft.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/avx2.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/sse2.rs: diff --git a/Code/ldpc/src/target/debug/deps/cpufeatures-9ffb3887bc26449f.d b/Code/ldpc/src/target/debug/deps/cpufeatures-9ffb3887bc26449f.d new file mode 100644 index 0000000..a2a3e3c --- /dev/null +++ b/Code/ldpc/src/target/debug/deps/cpufeatures-9ffb3887bc26449f.d @@ -0,0 +1,7 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libcpufeatures-9ffb3887bc26449f.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/x86.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/../README.md + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/cpufeatures-9ffb3887bc26449f.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/x86.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/../README.md + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/x86.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/../README.md: diff --git a/Code/ldpc/src/target/debug/deps/getrandom-94f3139d7013326a.d b/Code/ldpc/src/target/debug/deps/getrandom-94f3139d7013326a.d new file mode 100644 index 0000000..7771d7e --- /dev/null +++ b/Code/ldpc/src/target/debug/deps/getrandom-94f3139d7013326a.d @@ -0,0 +1,16 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libgetrandom-94f3139d7013326a.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/util.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error_std_impls.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/sys_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/use_file.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sys_fill_exact.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/get_errno.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sanitizer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/linux_android_with_fallback.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/getrandom-94f3139d7013326a.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/util.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error_std_impls.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/sys_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/use_file.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sys_fill_exact.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/get_errno.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sanitizer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/linux_android_with_fallback.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/util.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error_std_impls.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/sys_rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/../README.md: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/use_file.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sys_fill_exact.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/get_errno.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sanitizer.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/linux_android_with_fallback.rs: diff --git a/Code/ldpc/src/target/debug/deps/ldpc-200ae86d4d1b6d87.d b/Code/ldpc/src/target/debug/deps/ldpc-200ae86d4d1b6d87.d new file mode 100644 index 0000000..624c1c6 --- /dev/null +++ b/Code/ldpc/src/target/debug/deps/ldpc-200ae86d4d1b6d87.d @@ -0,0 +1,9 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libldpc-200ae86d4d1b6d87.rmeta: src/main.rs Cargo.toml + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/ldpc-200ae86d4d1b6d87.d: src/main.rs Cargo.toml + +src/main.rs: +Cargo.toml: + +# env-dep:CLIPPY_ARGS=--no-deps__CLIPPY_HACKERY__ +# env-dep:CLIPPY_CONF_DIR diff --git a/Code/ldpc/src/target/debug/deps/ldpc-4e3139e1c1d60be0.d b/Code/ldpc/src/target/debug/deps/ldpc-4e3139e1c1d60be0.d new file mode 100644 index 0000000..0eb84d8 --- /dev/null +++ b/Code/ldpc/src/target/debug/deps/ldpc-4e3139e1c1d60be0.d @@ -0,0 +1,9 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libldpc-4e3139e1c1d60be0.rmeta: src/main.rs Cargo.toml + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/ldpc-4e3139e1c1d60be0.d: src/main.rs Cargo.toml + +src/main.rs: +Cargo.toml: + +# env-dep:CLIPPY_ARGS=--no-deps__CLIPPY_HACKERY__ +# env-dep:CLIPPY_CONF_DIR diff --git a/Code/ldpc/src/target/debug/deps/ldpc-6dc3ef13289416fe.d b/Code/ldpc/src/target/debug/deps/ldpc-6dc3ef13289416fe.d new file mode 100644 index 0000000..6e3baa6 --- /dev/null +++ b/Code/ldpc/src/target/debug/deps/ldpc-6dc3ef13289416fe.d @@ -0,0 +1,9 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libldpc-6dc3ef13289416fe.rmeta: src/main.rs Cargo.toml + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/ldpc-6dc3ef13289416fe.d: src/main.rs Cargo.toml + +src/main.rs: +Cargo.toml: + +# env-dep:CLIPPY_ARGS=--no-deps__CLIPPY_HACKERY__ +# env-dep:CLIPPY_CONF_DIR diff --git a/Code/ldpc/src/target/debug/deps/ldpc-ac207a955fd4200d.d b/Code/ldpc/src/target/debug/deps/ldpc-ac207a955fd4200d.d new file mode 100644 index 0000000..dbd31b7 --- /dev/null +++ b/Code/ldpc/src/target/debug/deps/ldpc-ac207a955fd4200d.d @@ -0,0 +1,9 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libldpc-ac207a955fd4200d.rmeta: src/main.rs Cargo.toml + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/ldpc-ac207a955fd4200d.d: src/main.rs Cargo.toml + +src/main.rs: +Cargo.toml: + +# env-dep:CLIPPY_ARGS=--no-deps__CLIPPY_HACKERY__ +# env-dep:CLIPPY_CONF_DIR diff --git a/Code/ldpc/src/target/debug/deps/libc-3e3aceecd979b208.d b/Code/ldpc/src/target/debug/deps/libc-3e3aceecd979b208.d new file mode 100644 index 0000000..34f7ed0 --- /dev/null +++ b/Code/ldpc/src/target/debug/deps/libc-3e3aceecd979b208.d @@ -0,0 +1,42 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/liblibc-3e3aceecd979b208.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/bcm.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/j1939.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/raw.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/keyctl.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/membarrier.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/netlink.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/primitives.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux_l4re_shared.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/generic/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/types.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libc-3e3aceecd979b208.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/bcm.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/j1939.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/raw.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/keyctl.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/membarrier.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/netlink.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/primitives.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux_l4re_shared.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/generic/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/types.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/macros.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/pthread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/pthread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/unistd.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/bcm.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/error.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/j1939.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/raw.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/keyctl.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/membarrier.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/netlink.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/posix/unistd.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/pthread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/net/route.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/primitives.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux_l4re_shared.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/generic/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/types.rs: diff --git a/Code/ldpc/src/target/debug/deps/libcfg_if-ca1925c66a6c3d3e.rmeta b/Code/ldpc/src/target/debug/deps/libcfg_if-ca1925c66a6c3d3e.rmeta new file mode 100644 index 0000000..ce4b648 Binary files /dev/null and b/Code/ldpc/src/target/debug/deps/libcfg_if-ca1925c66a6c3d3e.rmeta differ diff --git a/Code/ldpc/src/target/debug/deps/libchacha20-ba73b3355741f3b7.rmeta b/Code/ldpc/src/target/debug/deps/libchacha20-ba73b3355741f3b7.rmeta new file mode 100644 index 0000000..883b797 Binary files /dev/null and b/Code/ldpc/src/target/debug/deps/libchacha20-ba73b3355741f3b7.rmeta differ diff --git a/Code/ldpc/src/target/debug/deps/libcpufeatures-9ffb3887bc26449f.rmeta b/Code/ldpc/src/target/debug/deps/libcpufeatures-9ffb3887bc26449f.rmeta new file mode 100644 index 0000000..4286ff4 Binary files /dev/null and b/Code/ldpc/src/target/debug/deps/libcpufeatures-9ffb3887bc26449f.rmeta differ diff --git a/Code/ldpc/src/target/debug/deps/libgetrandom-94f3139d7013326a.rmeta b/Code/ldpc/src/target/debug/deps/libgetrandom-94f3139d7013326a.rmeta new file mode 100644 index 0000000..6f11bab Binary files /dev/null and b/Code/ldpc/src/target/debug/deps/libgetrandom-94f3139d7013326a.rmeta differ diff --git a/Code/ldpc/src/target/debug/deps/libldpc-200ae86d4d1b6d87.rmeta b/Code/ldpc/src/target/debug/deps/libldpc-200ae86d4d1b6d87.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/src/target/debug/deps/libldpc-4e3139e1c1d60be0.rmeta b/Code/ldpc/src/target/debug/deps/libldpc-4e3139e1c1d60be0.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/src/target/debug/deps/libldpc-6dc3ef13289416fe.rmeta b/Code/ldpc/src/target/debug/deps/libldpc-6dc3ef13289416fe.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/src/target/debug/deps/libldpc-ac207a955fd4200d.rmeta b/Code/ldpc/src/target/debug/deps/libldpc-ac207a955fd4200d.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/src/target/debug/deps/liblibc-3e3aceecd979b208.rmeta b/Code/ldpc/src/target/debug/deps/liblibc-3e3aceecd979b208.rmeta new file mode 100644 index 0000000..74fce64 Binary files /dev/null and b/Code/ldpc/src/target/debug/deps/liblibc-3e3aceecd979b208.rmeta differ diff --git a/Code/ldpc/src/target/debug/deps/librand-de3b3f4ac7c2b2e8.rmeta b/Code/ldpc/src/target/debug/deps/librand-de3b3f4ac7c2b2e8.rmeta new file mode 100644 index 0000000..ceae10d Binary files /dev/null and b/Code/ldpc/src/target/debug/deps/librand-de3b3f4ac7c2b2e8.rmeta differ diff --git a/Code/ldpc/src/target/debug/deps/librand_core-674d544887edc4de.rmeta b/Code/ldpc/src/target/debug/deps/librand_core-674d544887edc4de.rmeta new file mode 100644 index 0000000..c546cb9 Binary files /dev/null and b/Code/ldpc/src/target/debug/deps/librand_core-674d544887edc4de.rmeta differ diff --git a/Code/ldpc/src/target/debug/deps/rand-de3b3f4ac7c2b2e8.d b/Code/ldpc/src/target/debug/deps/rand-de3b3f4ac7c2b2e8.d new file mode 100644 index 0000000..0235fc7 --- /dev/null +++ b/Code/ldpc/src/target/debug/deps/rand-de3b3f4ac7c2b2e8.d @@ -0,0 +1,34 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/librand-de3b3f4ac7c2b2e8.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/log_macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/bernoulli.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/distribution.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/integer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_int.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/weighted_index.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/prelude.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/small.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro128plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro256plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/std.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/thread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/coin_flipper.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/increasing_uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/iterator.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/index.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/rand-de3b3f4ac7c2b2e8.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/log_macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/bernoulli.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/distribution.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/integer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_int.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/weighted_index.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/prelude.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/small.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro128plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro256plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/std.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/thread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/coin_flipper.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/increasing_uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/iterator.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/index.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/log_macros.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/bernoulli.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/distribution.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/float.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/integer.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/other.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/utils.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/slice.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_float.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_int.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_other.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/weighted_index.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/prelude.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/small.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro128plusplus.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro256plusplus.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/std.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/thread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/coin_flipper.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/increasing_uniform.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/iterator.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/slice.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/index.rs: diff --git a/Code/ldpc/src/target/debug/deps/rand_core-674d544887edc4de.d b/Code/ldpc/src/target/debug/deps/rand_core-674d544887edc4de.d new file mode 100644 index 0000000..fa908d9 --- /dev/null +++ b/Code/ldpc/src/target/debug/deps/rand_core-674d544887edc4de.d @@ -0,0 +1,11 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/librand_core-674d544887edc4de.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/block.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/seedable_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/unwrap_err.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/word.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/../README.md + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/rand_core-674d544887edc4de.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/block.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/seedable_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/unwrap_err.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/word.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/../README.md + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/block.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/utils.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/seedable_rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/unwrap_err.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/word.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/../README.md: diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpfcvhtl9-1nog12v-1u17u4z81yyhvjk4llhpi1pxw/dep-graph.bin b/Code/ldpc/src/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpfcvhtl9-1nog12v-1u17u4z81yyhvjk4llhpi1pxw/dep-graph.bin new file mode 100644 index 0000000..d1cd535 Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpfcvhtl9-1nog12v-1u17u4z81yyhvjk4llhpi1pxw/dep-graph.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpfcvhtl9-1nog12v-1u17u4z81yyhvjk4llhpi1pxw/query-cache.bin b/Code/ldpc/src/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpfcvhtl9-1nog12v-1u17u4z81yyhvjk4llhpi1pxw/query-cache.bin new file mode 100644 index 0000000..3215469 Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpfcvhtl9-1nog12v-1u17u4z81yyhvjk4llhpi1pxw/query-cache.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpfcvhtl9-1nog12v-1u17u4z81yyhvjk4llhpi1pxw/work-products.bin b/Code/ldpc/src/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpfcvhtl9-1nog12v-1u17u4z81yyhvjk4llhpi1pxw/work-products.bin new file mode 100644 index 0000000..ac2b114 Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpfcvhtl9-1nog12v-1u17u4z81yyhvjk4llhpi1pxw/work-products.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpfcvhtl9-1nog12v.lock b/Code/ldpc/src/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpfcvhtl9-1nog12v.lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpfcvhtlb-01cf3sm-12brmtj3zwb911s5c2wuvb6ii/dep-graph.bin b/Code/ldpc/src/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpfcvhtlb-01cf3sm-12brmtj3zwb911s5c2wuvb6ii/dep-graph.bin new file mode 100644 index 0000000..8d05620 Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpfcvhtlb-01cf3sm-12brmtj3zwb911s5c2wuvb6ii/dep-graph.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpfcvhtlb-01cf3sm-12brmtj3zwb911s5c2wuvb6ii/query-cache.bin b/Code/ldpc/src/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpfcvhtlb-01cf3sm-12brmtj3zwb911s5c2wuvb6ii/query-cache.bin new file mode 100644 index 0000000..adfc4d6 Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpfcvhtlb-01cf3sm-12brmtj3zwb911s5c2wuvb6ii/query-cache.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpfcvhtlb-01cf3sm-12brmtj3zwb911s5c2wuvb6ii/work-products.bin b/Code/ldpc/src/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpfcvhtlb-01cf3sm-12brmtj3zwb911s5c2wuvb6ii/work-products.bin new file mode 100644 index 0000000..ac2b114 Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpfcvhtlb-01cf3sm-12brmtj3zwb911s5c2wuvb6ii/work-products.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpfcvhtlb-01cf3sm.lock b/Code/ldpc/src/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpfcvhtlb-01cf3sm.lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-2d41gvkdiwhia/s-hfpf3imh0u-0n3mp4l-73g9q0r36g7zj0v8q0dd4g2jl/dep-graph.bin b/Code/ldpc/src/target/debug/incremental/ldpc-2d41gvkdiwhia/s-hfpf3imh0u-0n3mp4l-73g9q0r36g7zj0v8q0dd4g2jl/dep-graph.bin new file mode 100644 index 0000000..1fb4d01 Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-2d41gvkdiwhia/s-hfpf3imh0u-0n3mp4l-73g9q0r36g7zj0v8q0dd4g2jl/dep-graph.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-2d41gvkdiwhia/s-hfpf3imh0u-0n3mp4l-73g9q0r36g7zj0v8q0dd4g2jl/query-cache.bin b/Code/ldpc/src/target/debug/incremental/ldpc-2d41gvkdiwhia/s-hfpf3imh0u-0n3mp4l-73g9q0r36g7zj0v8q0dd4g2jl/query-cache.bin new file mode 100644 index 0000000..f8bc1d4 Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-2d41gvkdiwhia/s-hfpf3imh0u-0n3mp4l-73g9q0r36g7zj0v8q0dd4g2jl/query-cache.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-2d41gvkdiwhia/s-hfpf3imh0u-0n3mp4l-73g9q0r36g7zj0v8q0dd4g2jl/work-products.bin b/Code/ldpc/src/target/debug/incremental/ldpc-2d41gvkdiwhia/s-hfpf3imh0u-0n3mp4l-73g9q0r36g7zj0v8q0dd4g2jl/work-products.bin new file mode 100644 index 0000000..ac2b114 Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-2d41gvkdiwhia/s-hfpf3imh0u-0n3mp4l-73g9q0r36g7zj0v8q0dd4g2jl/work-products.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-2d41gvkdiwhia/s-hfpf3imh0u-0n3mp4l.lock b/Code/ldpc/src/target/debug/incremental/ldpc-2d41gvkdiwhia/s-hfpf3imh0u-0n3mp4l.lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-3of3q2i214drf/s-hfpf3imh1c-1muklt3-19xatyf9tn78ov7yp0k2csx13/dep-graph.bin b/Code/ldpc/src/target/debug/incremental/ldpc-3of3q2i214drf/s-hfpf3imh1c-1muklt3-19xatyf9tn78ov7yp0k2csx13/dep-graph.bin new file mode 100644 index 0000000..5c10556 Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-3of3q2i214drf/s-hfpf3imh1c-1muklt3-19xatyf9tn78ov7yp0k2csx13/dep-graph.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-3of3q2i214drf/s-hfpf3imh1c-1muklt3-19xatyf9tn78ov7yp0k2csx13/query-cache.bin b/Code/ldpc/src/target/debug/incremental/ldpc-3of3q2i214drf/s-hfpf3imh1c-1muklt3-19xatyf9tn78ov7yp0k2csx13/query-cache.bin new file mode 100644 index 0000000..a3c11df Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-3of3q2i214drf/s-hfpf3imh1c-1muklt3-19xatyf9tn78ov7yp0k2csx13/query-cache.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-3of3q2i214drf/s-hfpf3imh1c-1muklt3-19xatyf9tn78ov7yp0k2csx13/work-products.bin b/Code/ldpc/src/target/debug/incremental/ldpc-3of3q2i214drf/s-hfpf3imh1c-1muklt3-19xatyf9tn78ov7yp0k2csx13/work-products.bin new file mode 100644 index 0000000..ac2b114 Binary files /dev/null and b/Code/ldpc/src/target/debug/incremental/ldpc-3of3q2i214drf/s-hfpf3imh1c-1muklt3-19xatyf9tn78ov7yp0k2csx13/work-products.bin differ diff --git a/Code/ldpc/src/target/debug/incremental/ldpc-3of3q2i214drf/s-hfpf3imh1c-1muklt3.lock b/Code/ldpc/src/target/debug/incremental/ldpc-3of3q2i214drf/s-hfpf3imh1c-1muklt3.lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/.rustc_info.json b/Code/ldpc/target/.rustc_info.json new file mode 100644 index 0000000..0b0d87f --- /dev/null +++ b/Code/ldpc/target/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":6955059790845437392,"outputs":{"13822592305234237280":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/zefad/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"12016735552878863467":{"success":true,"status":"","code":0,"stdout":"rustc 1.87.0 (17067e9ac 2025-05-09)\nbinary: rustc\ncommit-hash: 17067e9ac6d7ecb70e50f92c1944e545188d2359\ncommit-date: 2025-05-09\nhost: x86_64-unknown-linux-gnu\nrelease: 1.87.0\nLLVM version: 20.1.1\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/Code/ldpc/target/CACHEDIR.TAG b/Code/ldpc/target/CACHEDIR.TAG new file mode 100644 index 0000000..20d7c31 --- /dev/null +++ b/Code/ldpc/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by cargo. +# For information about cache directory tags see https://bford.info/cachedir/ diff --git a/Code/ldpc/target/debug/.cargo-lock b/Code/ldpc/target/debug/.cargo-lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/dep-lib-cfg_if b/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/dep-lib-cfg_if new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/dep-lib-cfg_if differ diff --git a/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/lib-cfg_if b/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/lib-cfg_if new file mode 100644 index 0000000..d3847ec --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/lib-cfg_if @@ -0,0 +1 @@ +41e60f50cd3f7d23 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/lib-cfg_if.json b/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/lib-cfg_if.json new file mode 100644 index 0000000..db5ffe4 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cfg-if-94696fbcf4a2b312/lib-cfg_if.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[\"core\", \"rustc-dep-of-std\"]","target":13840298032947503755,"profile":15657897354478470176,"path":4035053026656971091,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-94696fbcf4a2b312/dep-lib-cfg_if","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/dep-lib-cfg_if b/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/dep-lib-cfg_if new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/dep-lib-cfg_if differ diff --git a/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if b/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if new file mode 100644 index 0000000..aba215c --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if @@ -0,0 +1 @@ +449395b8315c57b8 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if.json b/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if.json new file mode 100644 index 0000000..0a19ae1 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/lib-cfg_if.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[\"core\", \"rustc-dep-of-std\"]","target":13840298032947503755,"profile":2241668132362809309,"path":4035053026656971091,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-ca1925c66a6c3d3e/dep-lib-cfg_if","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/dep-lib-chacha20 b/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/dep-lib-chacha20 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/dep-lib-chacha20 differ diff --git a/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20 b/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20 new file mode 100644 index 0000000..f00c9be --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20 @@ -0,0 +1 @@ +5b53b67a13196311 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20.json b/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20.json new file mode 100644 index 0000000..2fdc8f8 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/chacha20-ba73b3355741f3b7/lib-chacha20.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[\"rng\"]","declared_features":"[\"cipher\", \"default\", \"legacy\", \"rng\", \"xchacha\", \"zeroize\"]","target":5186012452570817782,"profile":9318172923473070351,"path":8216691501699566625,"deps":[[7667230146095136825,"cfg_if",false,13283186994572530500],[15529777797982113006,"rand_core",false,6997758203512154364],[16378603989457970572,"cpufeatures",false,13097977866850786625]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/chacha20-ba73b3355741f3b7/dep-lib-chacha20","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/dep-lib-chacha20 b/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/dep-lib-chacha20 new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/dep-lib-chacha20 differ diff --git a/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/lib-chacha20 b/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/lib-chacha20 new file mode 100644 index 0000000..14df96e --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/lib-chacha20 @@ -0,0 +1 @@ +56d50af666592dd1 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/lib-chacha20.json b/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/lib-chacha20.json new file mode 100644 index 0000000..6abae6b --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/chacha20-d25d49dc414ff466/lib-chacha20.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[\"rng\"]","declared_features":"[\"cipher\", \"default\", \"legacy\", \"rng\", \"xchacha\", \"zeroize\"]","target":5186012452570817782,"profile":18165931974331441150,"path":8216691501699566625,"deps":[[7667230146095136825,"cfg_if",false,2557270314460374593],[15529777797982113006,"rand_core",false,12187001960205539394],[16378603989457970572,"cpufeatures",false,14394133914267826630]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/chacha20-d25d49dc414ff466/dep-lib-chacha20","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/dep-lib-cpufeatures b/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/dep-lib-cpufeatures new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/dep-lib-cpufeatures differ diff --git a/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures b/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures new file mode 100644 index 0000000..59e6ac6 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures @@ -0,0 +1 @@ +41dd914d795dc5b5 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures.json b/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures.json new file mode 100644 index 0000000..236243b --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cpufeatures-9ffb3887bc26449f/lib-cpufeatures.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":7407970971831147067,"profile":13295673445137985655,"path":9454082240038408872,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cpufeatures-9ffb3887bc26449f/dep-lib-cpufeatures","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/dep-lib-cpufeatures b/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/dep-lib-cpufeatures new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/dep-lib-cpufeatures differ diff --git a/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/lib-cpufeatures b/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/lib-cpufeatures new file mode 100644 index 0000000..8c6d02f --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/lib-cpufeatures @@ -0,0 +1 @@ +c6395619883cc2c7 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/lib-cpufeatures.json b/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/lib-cpufeatures.json new file mode 100644 index 0000000..960507c --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/cpufeatures-dc545ff3953835e5/lib-cpufeatures.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":7407970971831147067,"profile":1099748448522963375,"path":9454082240038408872,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cpufeatures-dc545ff3953835e5/dep-lib-cpufeatures","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build b/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build new file mode 100644 index 0000000..6192539 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build @@ -0,0 +1 @@ +c5c51713e8c3f49b \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build.json b/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build.json new file mode 100644 index 0000000..a0cc177 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[\"std\", \"sys_rng\"]","declared_features":"[\"std\", \"sys_rng\", \"wasm_js\"]","target":2835126046236718539,"profile":14646319430865968450,"path":3382059170738956057,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/dep-build-script-build-script-build b/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/dep-build-script-build-script-build differ diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/getrandom-1a272dcfc1ad1bc8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build b/Code/ldpc/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build new file mode 100644 index 0000000..01257cc --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build @@ -0,0 +1 @@ +c2b1e091b8c07c26 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build.json b/Code/ldpc/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build.json new file mode 100644 index 0000000..c196265 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/getrandom-276accaa19be069e/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[2764386384280758697,"build_script_build",false,11237822371716384197]],"local":[{"RerunIfChanged":{"output":"debug/build/getrandom-276accaa19be069e/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/dep-lib-getrandom b/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/dep-lib-getrandom new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/dep-lib-getrandom differ diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/lib-getrandom b/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/lib-getrandom new file mode 100644 index 0000000..9ebb3f2 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/lib-getrandom @@ -0,0 +1 @@ +6dde569d5d6b5987 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/lib-getrandom.json b/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/lib-getrandom.json new file mode 100644 index 0000000..c430cd4 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/getrandom-8c98e0d313c17241/lib-getrandom.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[\"std\", \"sys_rng\"]","declared_features":"[\"std\", \"sys_rng\", \"wasm_js\"]","target":5479159445871601843,"profile":17631463891104895512,"path":17489016984022900907,"deps":[[2764386384280758697,"build_script_build",false,2773303369507320258],[7667230146095136825,"cfg_if",false,2557270314460374593],[10635491994102256863,"libc",false,1202173549788332862],[15529777797982113006,"rand_core",false,12187001960205539394]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-8c98e0d313c17241/dep-lib-getrandom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/dep-lib-getrandom b/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/dep-lib-getrandom new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/dep-lib-getrandom differ diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom b/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom new file mode 100644 index 0000000..28d3034 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom @@ -0,0 +1 @@ +403347cf2a1a118b \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom.json b/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom.json new file mode 100644 index 0000000..5f2901a --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/getrandom-94f3139d7013326a/lib-getrandom.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[\"std\", \"sys_rng\"]","declared_features":"[\"std\", \"sys_rng\", \"wasm_js\"]","target":5479159445871601843,"profile":1675109806303236742,"path":17489016984022900907,"deps":[[2764386384280758697,"build_script_build",false,2773303369507320258],[7667230146095136825,"cfg_if",false,13283186994572530500],[10635491994102256863,"libc",false,14746483844694500236],[15529777797982113006,"rand_core",false,6997758203512154364]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-94f3139d7013326a/dep-lib-getrandom","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/dep-test-bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/dep-test-bin-ldpc new file mode 100644 index 0000000..5c54f74 Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/dep-test-bin-ldpc differ diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc new file mode 100644 index 0000000..3c441e2 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc @@ -0,0 +1 @@ +8909df34efa7ca80 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc.json b/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc.json new file mode 100644 index 0000000..dc7d4b0 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-00cd1695bdd5ac16/test-bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":3316208278650011218,"path":4942398508502643691,"deps":[[12595129211985828508,"rand",false,10775189634579942843]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-00cd1695bdd5ac16/dep-test-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc new file mode 100644 index 0000000..e4bf029 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc @@ -0,0 +1 @@ +dcc11b19b5a67c82 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc.json b/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc.json new file mode 100644 index 0000000..6aa4268 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":17672942494452627365,"path":4942398508502643691,"deps":[[12595129211985828508,"rand",false,10775189634579942843]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-15ac6faf1f2e9880/dep-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/dep-bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/dep-bin-ldpc new file mode 100644 index 0000000..5c54f74 Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/dep-bin-ldpc differ diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-15ac6faf1f2e9880/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc new file mode 100644 index 0000000..a71195e --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc @@ -0,0 +1 @@ +c1f106d49bfbb924 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc.json b/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc.json new file mode 100644 index 0000000..cda88b1 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":17672942494452627365,"path":4942398508502643691,"deps":[[12595129211985828508,"rand",false,10775189634579942843]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-200ae86d4d1b6d87/dep-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/dep-bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/dep-bin-ldpc new file mode 100644 index 0000000..cb0b1d2 Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/dep-bin-ldpc differ diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/output-bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/output-bin-ldpc new file mode 100644 index 0000000..9f70cdc --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-200ae86d4d1b6d87/output-bin-ldpc @@ -0,0 +1,16 @@ +{"$message_type":"diagnostic","message":"unused import: `self`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/encoder/dense.rs","byte_start":18,"byte_end":22,"line_start":1,"line_end":1,"column_start":19,"column_end":23,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":19,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"src/encoder/dense.rs","byte_start":18,"byte_end":24,"line_start":1,"line_end":1,"column_start":19,"column_end":25,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":19,"highlight_end":25}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/encoder/dense.rs","byte_start":17,"byte_end":18,"line_start":1,"line_end":1,"column_start":18,"column_end":19,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":18,"highlight_end":19}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/encoder/dense.rs","byte_start":32,"byte_end":33,"line_start":1,"line_end":1,"column_start":33,"column_end":34,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":33,"highlight_end":34}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `self`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/encoder/dense.rs:1:19\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m1\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse crate::code::{self, LdpcCode};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `graph`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":283,"byte_end":288,"line_start":13,"line_end":13,"column_start":13,"column_end":18,"is_primary":true,"text":[{"text":" let graph = &self.code.tanner_graph;","highlight_start":13,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":283,"byte_end":288,"line_start":13,"line_end":13,"column_start":13,"column_end":18,"is_primary":true,"text":[{"text":" let graph = &self.code.tanner_graph;","highlight_start":13,"highlight_end":18}],"label":null,"suggested_replacement":"_graph","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `graph`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:13:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m13\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let graph = &self.code.tanner_graph;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_graph`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `received`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":216,"byte_end":224,"line_start":12,"line_end":12,"column_start":26,"column_end":34,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":26,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":216,"byte_end":224,"line_start":12,"line_end":12,"column_start":26,"column_end":34,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":26,"highlight_end":34}],"label":null,"suggested_replacement":"_received","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `received`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:12:26\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m12\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_received`\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `max_iter`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":233,"byte_end":241,"line_start":12,"line_end":12,"column_start":43,"column_end":51,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":43,"highlight_end":51}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":233,"byte_end":241,"line_start":12,"line_end":12,"column_start":43,"column_end":51,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":43,"highlight_end":51}],"label":null,"suggested_replacement":"_max_iter","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `max_iter`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:12:43\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m12\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_max_iter`\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":453,"byte_end":465,"line_start":23,"line_end":23,"column_start":9,"column_end":21,"is_primary":true,"text":[{"text":" let mut h_matrix = generate_random_h(m, n, wc, wr);","highlight_start":9,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_mut)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"src/main.rs","byte_start":453,"byte_end":457,"line_start":23,"line_end":23,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" let mut h_matrix = generate_random_h(m, n, wc, wr);","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/main.rs:23:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m23\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut h_matrix = generate_random_h(m, n, wc, wr);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_mut)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"fields `n`, `k`, and `tanner_graph` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/code.rs","byte_start":74,"byte_end":82,"line_start":4,"line_end":4,"column_start":12,"column_end":20,"is_primary":false,"text":[{"text":"pub struct LdpcCode {","highlight_start":12,"highlight_end":20}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/code.rs","byte_start":93,"byte_end":94,"line_start":5,"line_end":5,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" pub n: usize, // Nombre de colonnes","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/code.rs","byte_start":133,"byte_end":134,"line_start":6,"line_end":6,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" pub k: usize, // Longueur du message","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/code.rs","byte_start":203,"byte_end":215,"line_start":8,"line_end":8,"column_start":9,"column_end":21,"is_primary":true,"text":[{"text":" pub tanner_graph: TannerGraph,","highlight_start":9,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: fields `n`, `k`, and `tanner_graph` are never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/code.rs:5:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m4\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mpub struct LdpcCode {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mfields in this struct\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m5\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub n: usize, // Nombre de colonnes\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m6\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub k: usize, // Longueur du message\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub h_matrix: MatrixGF2,\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m8\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub tanner_graph: TannerGraph,\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(dead_code)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"struct `BitFlipDecoder` is never constructed","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":39,"byte_end":53,"line_start":3,"line_end":3,"column_start":12,"column_end":26,"is_primary":true,"text":[{"text":"pub struct BitFlipDecoder<'a> {","highlight_start":12,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: struct `BitFlipDecoder` is never constructed\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:3:12\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m3\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mpub struct BitFlipDecoder<'a> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"associated items `new` and `decode` are never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":87,"byte_end":114,"line_start":7,"line_end":7,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"impl<'a> BitFlipDecoder<'a> {","highlight_start":1,"highlight_end":28}],"label":"associated items in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/decoder/bit_flip.rs","byte_start":128,"byte_end":131,"line_start":8,"line_end":8,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(code: &'a LdpcCode) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/decoder/bit_flip.rs","byte_start":202,"byte_end":208,"line_start":12,"line_end":12,"column_start":12,"column_end":18,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":12,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: associated items `new` and `decode` are never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:8:12\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mimpl<'a> BitFlipDecoder<'a> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m---------------------------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12massociated items in this implementation\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m8\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn new(code: &'a LdpcCode) -> Self {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m12\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"method `gauss_jordan` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/matrix.rs","byte_start":115,"byte_end":129,"line_start":8,"line_end":8,"column_start":1,"column_end":15,"is_primary":false,"text":[{"text":"impl MatrixGF2 {","highlight_start":1,"highlight_end":15}],"label":"method in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/matrix.rs","byte_start":1566,"byte_end":1578,"line_start":62,"line_end":62,"column_start":12,"column_end":24,"is_primary":true,"text":[{"text":" pub fn gauss_jordan(&mut self) {","highlight_start":12,"highlight_end":24}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: method `gauss_jordan` is never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/matrix.rs:62:12\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m8\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mimpl MatrixGF2 {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--------------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mmethod in this implementation\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m62\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn gauss_jordan(&mut self) {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"fields `check` and `bits` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/tanner.rs","byte_start":66,"byte_end":77,"line_start":4,"line_end":4,"column_start":12,"column_end":23,"is_primary":false,"text":[{"text":"pub struct TannerGraph {","highlight_start":12,"highlight_end":23}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/tanner.rs","byte_start":88,"byte_end":93,"line_start":5,"line_end":5,"column_start":9,"column_end":14,"is_primary":true,"text":[{"text":" pub check: Vec>,","highlight_start":9,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/tanner.rs","byte_start":120,"byte_end":124,"line_start":6,"line_end":6,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" pub bits: Vec>,","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`TannerGraph` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: fields `check` and `bits` are never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/tanner.rs:5:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m4\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mpub struct TannerGraph {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m-----------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mfields in this struct\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m5\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub check: Vec>,\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m6\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub bits: Vec>,\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `TannerGraph` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"the loop variable `c` is used to index `codeword`","code":{"code":"clippy::needless_range_loop","explanation":null},"level":"warning","spans":[{"file_name":"src/encoder/dense.rs","byte_start":1151,"byte_end":1160,"line_start":44,"line_end":44,"column_start":18,"column_end":27,"is_primary":true,"text":[{"text":" for c in 0..self.n {","highlight_start":18,"highlight_end":27}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(clippy::needless_range_loop)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using an iterator and enumerate()","code":null,"level":"help","spans":[{"file_name":"src/encoder/dense.rs","byte_start":1146,"byte_end":1147,"line_start":44,"line_end":44,"column_start":13,"column_end":14,"is_primary":true,"text":[{"text":" for c in 0..self.n {","highlight_start":13,"highlight_end":14}],"label":null,"suggested_replacement":"(c, )","suggestion_applicability":"HasPlaceholders","expansion":null},{"file_name":"src/encoder/dense.rs","byte_start":1151,"byte_end":1160,"line_start":44,"line_end":44,"column_start":18,"column_end":27,"is_primary":true,"text":[{"text":" for c in 0..self.n {","highlight_start":18,"highlight_end":27}],"label":null,"suggested_replacement":"codeword.iter_mut().enumerate().take(self.n)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: the loop variable `c` is used to index `codeword`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/encoder/dense.rs:44:18\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m44\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m for c in 0..self.n {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(clippy::needless_range_loop)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: consider using an iterator and enumerate()\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m44\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;9mc\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;9m0..self.n\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m44\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;10m(c, )\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;10mcodeword.iter_mut().enumerate().take(self.n)\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"the loop variable `r` is used to index `message`","code":{"code":"clippy::needless_range_loop","explanation":null},"level":"warning","spans":[{"file_name":"src/encoder/dense.rs","byte_start":1213,"byte_end":1222,"line_start":46,"line_end":46,"column_start":22,"column_end":31,"is_primary":true,"text":[{"text":" for r in 0..self.k {","highlight_start":22,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider using an iterator and enumerate()","code":null,"level":"help","spans":[{"file_name":"src/encoder/dense.rs","byte_start":1208,"byte_end":1209,"line_start":46,"line_end":46,"column_start":17,"column_end":18,"is_primary":true,"text":[{"text":" for r in 0..self.k {","highlight_start":17,"highlight_end":18}],"label":null,"suggested_replacement":"(r, )","suggestion_applicability":"HasPlaceholders","expansion":null},{"file_name":"src/encoder/dense.rs","byte_start":1213,"byte_end":1222,"line_start":46,"line_end":46,"column_start":22,"column_end":31,"is_primary":true,"text":[{"text":" for r in 0..self.k {","highlight_start":22,"highlight_end":31}],"label":null,"suggested_replacement":"message.iter().enumerate().take(self.k)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: the loop variable `r` is used to index `message`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/encoder/dense.rs:46:22\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m46\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m for r in 0..self.k {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: consider using an iterator and enumerate()\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m46\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;9mr\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;9m0..self.k\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m46\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;10m(r, )\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;10mmessage.iter().enumerate().take(self.k)\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"the loop variable `i` is used to index `check`","code":{"code":"clippy::needless_range_loop","explanation":null},"level":"warning","spans":[{"file_name":"src/tanner.rs","byte_start":337,"byte_end":351,"line_start":14,"line_end":14,"column_start":18,"column_end":32,"is_primary":true,"text":[{"text":" for i in 0..matrix.rows {","highlight_start":18,"highlight_end":32}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider using an iterator and enumerate()","code":null,"level":"help","spans":[{"file_name":"src/tanner.rs","byte_start":332,"byte_end":333,"line_start":14,"line_end":14,"column_start":13,"column_end":14,"is_primary":true,"text":[{"text":" for i in 0..matrix.rows {","highlight_start":13,"highlight_end":14}],"label":null,"suggested_replacement":"(i, )","suggestion_applicability":"HasPlaceholders","expansion":null},{"file_name":"src/tanner.rs","byte_start":337,"byte_end":351,"line_start":14,"line_end":14,"column_start":18,"column_end":32,"is_primary":true,"text":[{"text":" for i in 0..matrix.rows {","highlight_start":18,"highlight_end":32}],"label":null,"suggested_replacement":"check.iter_mut().enumerate().take(matrix.rows)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: the loop variable `i` is used to index `check`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/tanner.rs:14:18\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m14\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m for i in 0..matrix.rows {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: consider using an iterator and enumerate()\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m14\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;9mi\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;9m0..matrix.rows\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m14\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;10m(i, )\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;10mcheck.iter_mut().enumerate().take(matrix.rows)\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"the loop variable `j` is used to index `bits`","code":{"code":"clippy::needless_range_loop","explanation":null},"level":"warning","spans":[{"file_name":"src/tanner.rs","byte_start":375,"byte_end":389,"line_start":15,"line_end":15,"column_start":22,"column_end":36,"is_primary":true,"text":[{"text":" for j in 0..matrix.cols {","highlight_start":22,"highlight_end":36}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider using an iterator and enumerate()","code":null,"level":"help","spans":[{"file_name":"src/tanner.rs","byte_start":370,"byte_end":371,"line_start":15,"line_end":15,"column_start":17,"column_end":18,"is_primary":true,"text":[{"text":" for j in 0..matrix.cols {","highlight_start":17,"highlight_end":18}],"label":null,"suggested_replacement":"(j, )","suggestion_applicability":"HasPlaceholders","expansion":null},{"file_name":"src/tanner.rs","byte_start":375,"byte_end":389,"line_start":15,"line_end":15,"column_start":22,"column_end":36,"is_primary":true,"text":[{"text":" for j in 0..matrix.cols {","highlight_start":22,"highlight_end":36}],"label":null,"suggested_replacement":"bits.iter_mut().enumerate().take(matrix.cols)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: the loop variable `j` is used to index `bits`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/tanner.rs:15:22\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m15\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m for j in 0..matrix.cols {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: consider using an iterator and enumerate()\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m15\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;9mj\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;9m0..matrix.cols\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m15\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;10m(j, )\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;10mbits.iter_mut().enumerate().take(matrix.cols)\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"the loop variable `c` is used to index `codeword`","code":{"code":"clippy::needless_range_loop","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":1207,"byte_end":1211,"line_start":48,"line_end":48,"column_start":18,"column_end":22,"is_primary":true,"text":[{"text":" for c in 0..n {","highlight_start":18,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider using an iterator and enumerate()","code":null,"level":"help","spans":[{"file_name":"src/main.rs","byte_start":1202,"byte_end":1203,"line_start":48,"line_end":48,"column_start":13,"column_end":14,"is_primary":true,"text":[{"text":" for c in 0..n {","highlight_start":13,"highlight_end":14}],"label":null,"suggested_replacement":"(c, )","suggestion_applicability":"HasPlaceholders","expansion":null},{"file_name":"src/main.rs","byte_start":1207,"byte_end":1211,"line_start":48,"line_end":48,"column_start":18,"column_end":22,"is_primary":true,"text":[{"text":" for c in 0..n {","highlight_start":18,"highlight_end":22}],"label":null,"suggested_replacement":"codeword.iter().enumerate().take(n)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: the loop variable `c` is used to index `codeword`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/main.rs:48:18\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m48\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m for c in 0..n {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: consider using an iterator and enumerate()\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m48\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;9mc\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;9m0..n\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m48\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;10m(c, )\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;10mcodeword.iter().enumerate().take(n)\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"15 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 15 warnings emitted\u001b[0m\n\n"} diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/bin-ldpc new file mode 100644 index 0000000..32b0d8d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/bin-ldpc @@ -0,0 +1 @@ +afd05022bd57c9ea \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/bin-ldpc.json b/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/bin-ldpc.json new file mode 100644 index 0000000..f0243aa --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":8731458305071235362,"path":4942398508502643691,"deps":[[12595129211985828508,"rand",false,17845255034770124673]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-223a845a86c740d3/dep-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/dep-bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/dep-bin-ldpc new file mode 100644 index 0000000..92ebce9 Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/dep-bin-ldpc differ diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/output-bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/output-bin-ldpc new file mode 100644 index 0000000..289214d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-223a845a86c740d3/output-bin-ldpc @@ -0,0 +1,11 @@ +{"$message_type":"diagnostic","message":"unused import: `self`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/encoder/dense.rs","byte_start":18,"byte_end":22,"line_start":1,"line_end":1,"column_start":19,"column_end":23,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":19,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"src/encoder/dense.rs","byte_start":18,"byte_end":24,"line_start":1,"line_end":1,"column_start":19,"column_end":25,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":19,"highlight_end":25}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/encoder/dense.rs","byte_start":17,"byte_end":18,"line_start":1,"line_end":1,"column_start":18,"column_end":19,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":18,"highlight_end":19}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/encoder/dense.rs","byte_start":32,"byte_end":33,"line_start":1,"line_end":1,"column_start":33,"column_end":34,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":33,"highlight_end":34}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `self`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/encoder/dense.rs:1:19\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m1\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse crate::code::{self, LdpcCode};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `graph`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":283,"byte_end":288,"line_start":13,"line_end":13,"column_start":13,"column_end":18,"is_primary":true,"text":[{"text":" let graph = &self.code.tanner_graph;","highlight_start":13,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":283,"byte_end":288,"line_start":13,"line_end":13,"column_start":13,"column_end":18,"is_primary":true,"text":[{"text":" let graph = &self.code.tanner_graph;","highlight_start":13,"highlight_end":18}],"label":null,"suggested_replacement":"_graph","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `graph`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:13:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m13\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let graph = &self.code.tanner_graph;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_graph`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `received`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":216,"byte_end":224,"line_start":12,"line_end":12,"column_start":26,"column_end":34,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":26,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":216,"byte_end":224,"line_start":12,"line_end":12,"column_start":26,"column_end":34,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":26,"highlight_end":34}],"label":null,"suggested_replacement":"_received","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `received`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:12:26\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m12\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_received`\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `max_iter`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":233,"byte_end":241,"line_start":12,"line_end":12,"column_start":43,"column_end":51,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":43,"highlight_end":51}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":233,"byte_end":241,"line_start":12,"line_end":12,"column_start":43,"column_end":51,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":43,"highlight_end":51}],"label":null,"suggested_replacement":"_max_iter","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `max_iter`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:12:43\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m12\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_max_iter`\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":302,"byte_end":314,"line_start":21,"line_end":21,"column_start":9,"column_end":21,"is_primary":true,"text":[{"text":" let mut h_matrix = generate_random_h(m, n, wc, wr);","highlight_start":9,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_mut)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"src/main.rs","byte_start":302,"byte_end":306,"line_start":21,"line_end":21,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" let mut h_matrix = generate_random_h(m, n, wc, wr);","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/main.rs:21:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m21\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut h_matrix = generate_random_h(m, n, wc, wr);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_mut)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"fields `n`, `k`, and `tanner_graph` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/code.rs","byte_start":74,"byte_end":82,"line_start":4,"line_end":4,"column_start":12,"column_end":20,"is_primary":false,"text":[{"text":"pub struct LdpcCode {","highlight_start":12,"highlight_end":20}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/code.rs","byte_start":93,"byte_end":94,"line_start":5,"line_end":5,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" pub n: usize, // Nombre de colonnes","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/code.rs","byte_start":133,"byte_end":134,"line_start":6,"line_end":6,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" pub k: usize, // Longueur du message","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/code.rs","byte_start":203,"byte_end":215,"line_start":8,"line_end":8,"column_start":9,"column_end":21,"is_primary":true,"text":[{"text":" pub tanner_graph: TannerGraph,","highlight_start":9,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: fields `n`, `k`, and `tanner_graph` are never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/code.rs:5:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m4\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mpub struct LdpcCode {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mfields in this struct\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m5\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub n: usize, // Nombre de colonnes\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m6\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub k: usize, // Longueur du message\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub h_matrix: MatrixGF2,\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m8\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub tanner_graph: TannerGraph,\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(dead_code)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"struct `BitFlipDecoder` is never constructed","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":39,"byte_end":53,"line_start":3,"line_end":3,"column_start":12,"column_end":26,"is_primary":true,"text":[{"text":"pub struct BitFlipDecoder<'a> {","highlight_start":12,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: struct `BitFlipDecoder` is never constructed\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:3:12\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m3\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mpub struct BitFlipDecoder<'a> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"associated items `new` and `decode` are never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":87,"byte_end":114,"line_start":7,"line_end":7,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"impl<'a> BitFlipDecoder<'a> {","highlight_start":1,"highlight_end":28}],"label":"associated items in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/decoder/bit_flip.rs","byte_start":128,"byte_end":131,"line_start":8,"line_end":8,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(code: &'a LdpcCode) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/decoder/bit_flip.rs","byte_start":202,"byte_end":208,"line_start":12,"line_end":12,"column_start":12,"column_end":18,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":12,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: associated items `new` and `decode` are never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:8:12\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mimpl<'a> BitFlipDecoder<'a> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m---------------------------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12massociated items in this implementation\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m8\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn new(code: &'a LdpcCode) -> Self {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m12\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"method `gauss_jordan` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/matrix.rs","byte_start":115,"byte_end":129,"line_start":8,"line_end":8,"column_start":1,"column_end":15,"is_primary":false,"text":[{"text":"impl MatrixGF2 {","highlight_start":1,"highlight_end":15}],"label":"method in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/matrix.rs","byte_start":1566,"byte_end":1578,"line_start":62,"line_end":62,"column_start":12,"column_end":24,"is_primary":true,"text":[{"text":" pub fn gauss_jordan(&mut self) {","highlight_start":12,"highlight_end":24}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: method `gauss_jordan` is never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/matrix.rs:62:12\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m8\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mimpl MatrixGF2 {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--------------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mmethod in this implementation\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m62\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn gauss_jordan(&mut self) {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"fields `check` and `bits` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/tanner.rs","byte_start":66,"byte_end":77,"line_start":4,"line_end":4,"column_start":12,"column_end":23,"is_primary":false,"text":[{"text":"pub struct TannerGraph {","highlight_start":12,"highlight_end":23}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/tanner.rs","byte_start":88,"byte_end":93,"line_start":5,"line_end":5,"column_start":9,"column_end":14,"is_primary":true,"text":[{"text":" pub check: Vec>,","highlight_start":9,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/tanner.rs","byte_start":120,"byte_end":124,"line_start":6,"line_end":6,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" pub bits: Vec>,","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`TannerGraph` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: fields `check` and `bits` are never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/tanner.rs:5:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m4\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mpub struct TannerGraph {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m-----------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mfields in this struct\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m5\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub check: Vec>,\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m6\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub bits: Vec>,\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `TannerGraph` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"10 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 10 warnings emitted\u001b[0m\n\n"} diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/dep-test-bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/dep-test-bin-ldpc new file mode 100644 index 0000000..371ebb1 Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/dep-test-bin-ldpc differ diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/output-test-bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/output-test-bin-ldpc new file mode 100644 index 0000000..9f70cdc --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/output-test-bin-ldpc @@ -0,0 +1,16 @@ +{"$message_type":"diagnostic","message":"unused import: `self`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/encoder/dense.rs","byte_start":18,"byte_end":22,"line_start":1,"line_end":1,"column_start":19,"column_end":23,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":19,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"src/encoder/dense.rs","byte_start":18,"byte_end":24,"line_start":1,"line_end":1,"column_start":19,"column_end":25,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":19,"highlight_end":25}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/encoder/dense.rs","byte_start":17,"byte_end":18,"line_start":1,"line_end":1,"column_start":18,"column_end":19,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":18,"highlight_end":19}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/encoder/dense.rs","byte_start":32,"byte_end":33,"line_start":1,"line_end":1,"column_start":33,"column_end":34,"is_primary":true,"text":[{"text":"use crate::code::{self, LdpcCode};","highlight_start":33,"highlight_end":34}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `self`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/encoder/dense.rs:1:19\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m1\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse crate::code::{self, LdpcCode};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `graph`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":283,"byte_end":288,"line_start":13,"line_end":13,"column_start":13,"column_end":18,"is_primary":true,"text":[{"text":" let graph = &self.code.tanner_graph;","highlight_start":13,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":283,"byte_end":288,"line_start":13,"line_end":13,"column_start":13,"column_end":18,"is_primary":true,"text":[{"text":" let graph = &self.code.tanner_graph;","highlight_start":13,"highlight_end":18}],"label":null,"suggested_replacement":"_graph","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `graph`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:13:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m13\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let graph = &self.code.tanner_graph;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_graph`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `received`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":216,"byte_end":224,"line_start":12,"line_end":12,"column_start":26,"column_end":34,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":26,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":216,"byte_end":224,"line_start":12,"line_end":12,"column_start":26,"column_end":34,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":26,"highlight_end":34}],"label":null,"suggested_replacement":"_received","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `received`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:12:26\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m12\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_received`\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `max_iter`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":233,"byte_end":241,"line_start":12,"line_end":12,"column_start":43,"column_end":51,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":43,"highlight_end":51}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":233,"byte_end":241,"line_start":12,"line_end":12,"column_start":43,"column_end":51,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":43,"highlight_end":51}],"label":null,"suggested_replacement":"_max_iter","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `max_iter`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:12:43\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m12\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_max_iter`\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":453,"byte_end":465,"line_start":23,"line_end":23,"column_start":9,"column_end":21,"is_primary":true,"text":[{"text":" let mut h_matrix = generate_random_h(m, n, wc, wr);","highlight_start":9,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_mut)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"src/main.rs","byte_start":453,"byte_end":457,"line_start":23,"line_end":23,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" let mut h_matrix = generate_random_h(m, n, wc, wr);","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/main.rs:23:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m23\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut h_matrix = generate_random_h(m, n, wc, wr);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_mut)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"fields `n`, `k`, and `tanner_graph` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/code.rs","byte_start":74,"byte_end":82,"line_start":4,"line_end":4,"column_start":12,"column_end":20,"is_primary":false,"text":[{"text":"pub struct LdpcCode {","highlight_start":12,"highlight_end":20}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/code.rs","byte_start":93,"byte_end":94,"line_start":5,"line_end":5,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" pub n: usize, // Nombre de colonnes","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/code.rs","byte_start":133,"byte_end":134,"line_start":6,"line_end":6,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" pub k: usize, // Longueur du message","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/code.rs","byte_start":203,"byte_end":215,"line_start":8,"line_end":8,"column_start":9,"column_end":21,"is_primary":true,"text":[{"text":" pub tanner_graph: TannerGraph,","highlight_start":9,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: fields `n`, `k`, and `tanner_graph` are never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/code.rs:5:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m4\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mpub struct LdpcCode {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mfields in this struct\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m5\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub n: usize, // Nombre de colonnes\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m6\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub k: usize, // Longueur du message\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub h_matrix: MatrixGF2,\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m8\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub tanner_graph: TannerGraph,\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(dead_code)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"struct `BitFlipDecoder` is never constructed","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":39,"byte_end":53,"line_start":3,"line_end":3,"column_start":12,"column_end":26,"is_primary":true,"text":[{"text":"pub struct BitFlipDecoder<'a> {","highlight_start":12,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: struct `BitFlipDecoder` is never constructed\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:3:12\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m3\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mpub struct BitFlipDecoder<'a> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"associated items `new` and `decode` are never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/decoder/bit_flip.rs","byte_start":87,"byte_end":114,"line_start":7,"line_end":7,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"impl<'a> BitFlipDecoder<'a> {","highlight_start":1,"highlight_end":28}],"label":"associated items in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/decoder/bit_flip.rs","byte_start":128,"byte_end":131,"line_start":8,"line_end":8,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(code: &'a LdpcCode) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/decoder/bit_flip.rs","byte_start":202,"byte_end":208,"line_start":12,"line_end":12,"column_start":12,"column_end":18,"is_primary":true,"text":[{"text":" pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {","highlight_start":12,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: associated items `new` and `decode` are never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/decoder/bit_flip.rs:8:12\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mimpl<'a> BitFlipDecoder<'a> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m---------------------------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12massociated items in this implementation\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m8\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn new(code: &'a LdpcCode) -> Self {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m12\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn decode(&self, received: &[u8], max_iter: usize) -> Option> {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"method `gauss_jordan` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/matrix.rs","byte_start":115,"byte_end":129,"line_start":8,"line_end":8,"column_start":1,"column_end":15,"is_primary":false,"text":[{"text":"impl MatrixGF2 {","highlight_start":1,"highlight_end":15}],"label":"method in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/matrix.rs","byte_start":1566,"byte_end":1578,"line_start":62,"line_end":62,"column_start":12,"column_end":24,"is_primary":true,"text":[{"text":" pub fn gauss_jordan(&mut self) {","highlight_start":12,"highlight_end":24}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: method `gauss_jordan` is never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/matrix.rs:62:12\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m8\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mimpl MatrixGF2 {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--------------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mmethod in this implementation\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m62\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub fn gauss_jordan(&mut self) {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"fields `check` and `bits` are never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/tanner.rs","byte_start":66,"byte_end":77,"line_start":4,"line_end":4,"column_start":12,"column_end":23,"is_primary":false,"text":[{"text":"pub struct TannerGraph {","highlight_start":12,"highlight_end":23}],"label":"fields in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/tanner.rs","byte_start":88,"byte_end":93,"line_start":5,"line_end":5,"column_start":9,"column_end":14,"is_primary":true,"text":[{"text":" pub check: Vec>,","highlight_start":9,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/tanner.rs","byte_start":120,"byte_end":124,"line_start":6,"line_end":6,"column_start":9,"column_end":13,"is_primary":true,"text":[{"text":" pub bits: Vec>,","highlight_start":9,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`TannerGraph` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: fields `check` and `bits` are never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/tanner.rs:5:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m4\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mpub struct TannerGraph {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m-----------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mfields in this struct\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m5\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub check: Vec>,\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m6\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m pub bits: Vec>,\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `TannerGraph` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"the loop variable `c` is used to index `codeword`","code":{"code":"clippy::needless_range_loop","explanation":null},"level":"warning","spans":[{"file_name":"src/encoder/dense.rs","byte_start":1151,"byte_end":1160,"line_start":44,"line_end":44,"column_start":18,"column_end":27,"is_primary":true,"text":[{"text":" for c in 0..self.n {","highlight_start":18,"highlight_end":27}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(clippy::needless_range_loop)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using an iterator and enumerate()","code":null,"level":"help","spans":[{"file_name":"src/encoder/dense.rs","byte_start":1146,"byte_end":1147,"line_start":44,"line_end":44,"column_start":13,"column_end":14,"is_primary":true,"text":[{"text":" for c in 0..self.n {","highlight_start":13,"highlight_end":14}],"label":null,"suggested_replacement":"(c, )","suggestion_applicability":"HasPlaceholders","expansion":null},{"file_name":"src/encoder/dense.rs","byte_start":1151,"byte_end":1160,"line_start":44,"line_end":44,"column_start":18,"column_end":27,"is_primary":true,"text":[{"text":" for c in 0..self.n {","highlight_start":18,"highlight_end":27}],"label":null,"suggested_replacement":"codeword.iter_mut().enumerate().take(self.n)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: the loop variable `c` is used to index `codeword`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/encoder/dense.rs:44:18\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m44\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m for c in 0..self.n {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(clippy::needless_range_loop)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: consider using an iterator and enumerate()\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m44\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;9mc\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;9m0..self.n\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m44\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;10m(c, )\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;10mcodeword.iter_mut().enumerate().take(self.n)\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"the loop variable `r` is used to index `message`","code":{"code":"clippy::needless_range_loop","explanation":null},"level":"warning","spans":[{"file_name":"src/encoder/dense.rs","byte_start":1213,"byte_end":1222,"line_start":46,"line_end":46,"column_start":22,"column_end":31,"is_primary":true,"text":[{"text":" for r in 0..self.k {","highlight_start":22,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider using an iterator and enumerate()","code":null,"level":"help","spans":[{"file_name":"src/encoder/dense.rs","byte_start":1208,"byte_end":1209,"line_start":46,"line_end":46,"column_start":17,"column_end":18,"is_primary":true,"text":[{"text":" for r in 0..self.k {","highlight_start":17,"highlight_end":18}],"label":null,"suggested_replacement":"(r, )","suggestion_applicability":"HasPlaceholders","expansion":null},{"file_name":"src/encoder/dense.rs","byte_start":1213,"byte_end":1222,"line_start":46,"line_end":46,"column_start":22,"column_end":31,"is_primary":true,"text":[{"text":" for r in 0..self.k {","highlight_start":22,"highlight_end":31}],"label":null,"suggested_replacement":"message.iter().enumerate().take(self.k)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: the loop variable `r` is used to index `message`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/encoder/dense.rs:46:22\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m46\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m for r in 0..self.k {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: consider using an iterator and enumerate()\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m46\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;9mr\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;9m0..self.k\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m46\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;10m(r, )\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;10mmessage.iter().enumerate().take(self.k)\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"the loop variable `i` is used to index `check`","code":{"code":"clippy::needless_range_loop","explanation":null},"level":"warning","spans":[{"file_name":"src/tanner.rs","byte_start":337,"byte_end":351,"line_start":14,"line_end":14,"column_start":18,"column_end":32,"is_primary":true,"text":[{"text":" for i in 0..matrix.rows {","highlight_start":18,"highlight_end":32}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider using an iterator and enumerate()","code":null,"level":"help","spans":[{"file_name":"src/tanner.rs","byte_start":332,"byte_end":333,"line_start":14,"line_end":14,"column_start":13,"column_end":14,"is_primary":true,"text":[{"text":" for i in 0..matrix.rows {","highlight_start":13,"highlight_end":14}],"label":null,"suggested_replacement":"(i, )","suggestion_applicability":"HasPlaceholders","expansion":null},{"file_name":"src/tanner.rs","byte_start":337,"byte_end":351,"line_start":14,"line_end":14,"column_start":18,"column_end":32,"is_primary":true,"text":[{"text":" for i in 0..matrix.rows {","highlight_start":18,"highlight_end":32}],"label":null,"suggested_replacement":"check.iter_mut().enumerate().take(matrix.rows)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: the loop variable `i` is used to index `check`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/tanner.rs:14:18\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m14\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m for i in 0..matrix.rows {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: consider using an iterator and enumerate()\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m14\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;9mi\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;9m0..matrix.rows\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m14\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;10m(i, )\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;10mcheck.iter_mut().enumerate().take(matrix.rows)\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"the loop variable `j` is used to index `bits`","code":{"code":"clippy::needless_range_loop","explanation":null},"level":"warning","spans":[{"file_name":"src/tanner.rs","byte_start":375,"byte_end":389,"line_start":15,"line_end":15,"column_start":22,"column_end":36,"is_primary":true,"text":[{"text":" for j in 0..matrix.cols {","highlight_start":22,"highlight_end":36}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider using an iterator and enumerate()","code":null,"level":"help","spans":[{"file_name":"src/tanner.rs","byte_start":370,"byte_end":371,"line_start":15,"line_end":15,"column_start":17,"column_end":18,"is_primary":true,"text":[{"text":" for j in 0..matrix.cols {","highlight_start":17,"highlight_end":18}],"label":null,"suggested_replacement":"(j, )","suggestion_applicability":"HasPlaceholders","expansion":null},{"file_name":"src/tanner.rs","byte_start":375,"byte_end":389,"line_start":15,"line_end":15,"column_start":22,"column_end":36,"is_primary":true,"text":[{"text":" for j in 0..matrix.cols {","highlight_start":22,"highlight_end":36}],"label":null,"suggested_replacement":"bits.iter_mut().enumerate().take(matrix.cols)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: the loop variable `j` is used to index `bits`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/tanner.rs:15:22\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m15\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m for j in 0..matrix.cols {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: consider using an iterator and enumerate()\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m15\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;9mj\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;9m0..matrix.cols\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m15\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;10m(j, )\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;10mbits.iter_mut().enumerate().take(matrix.cols)\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"the loop variable `c` is used to index `codeword`","code":{"code":"clippy::needless_range_loop","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":1207,"byte_end":1211,"line_start":48,"line_end":48,"column_start":18,"column_end":22,"is_primary":true,"text":[{"text":" for c in 0..n {","highlight_start":18,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider using an iterator and enumerate()","code":null,"level":"help","spans":[{"file_name":"src/main.rs","byte_start":1202,"byte_end":1203,"line_start":48,"line_end":48,"column_start":13,"column_end":14,"is_primary":true,"text":[{"text":" for c in 0..n {","highlight_start":13,"highlight_end":14}],"label":null,"suggested_replacement":"(c, )","suggestion_applicability":"HasPlaceholders","expansion":null},{"file_name":"src/main.rs","byte_start":1207,"byte_end":1211,"line_start":48,"line_end":48,"column_start":18,"column_end":22,"is_primary":true,"text":[{"text":" for c in 0..n {","highlight_start":18,"highlight_end":22}],"label":null,"suggested_replacement":"codeword.iter().enumerate().take(n)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: the loop variable `c` is used to index `codeword`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/main.rs:48:18\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m48\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m for c in 0..n {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: consider using an iterator and enumerate()\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m48\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;9mc\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;9m0..n\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m48\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m for \u001b[0m\u001b[0m\u001b[38;5;10m(c, )\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;10mcodeword.iter().enumerate().take(n)\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"15 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 15 warnings emitted\u001b[0m\n\n"} diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc b/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc new file mode 100644 index 0000000..aa16886 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc @@ -0,0 +1 @@ +30fe5706c139df18 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc.json b/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc.json new file mode 100644 index 0000000..ed05061 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/ldpc-4e3139e1c1d60be0/test-bin-ldpc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":2879268224904887264,"profile":3316208278650011218,"path":4942398508502643691,"deps":[[12595129211985828508,"rand",false,10775189634579942843]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ldpc-4e3139e1c1d60be0/dep-test-bin-ldpc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build b/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build new file mode 100644 index 0000000..47bfefe --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build @@ -0,0 +1 @@ +fb4895f5469c978b \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build.json b/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build.json new file mode 100644 index 0000000..31de690 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":5408242616063297496,"profile":1565149285177326037,"path":15202769474511483467,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-2e2dcdcfa7ee7c23/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/dep-build-script-build-script-build b/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/dep-build-script-build-script-build new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/dep-build-script-build-script-build differ diff --git a/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/libc-2e2dcdcfa7ee7c23/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/dep-lib-libc b/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/dep-lib-libc new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/dep-lib-libc differ diff --git a/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc b/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc new file mode 100644 index 0000000..4d116cb --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc @@ -0,0 +1 @@ +8c630d31ed08a6cc \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc.json b/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc.json new file mode 100644 index 0000000..b80ff44 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/libc-3e3aceecd979b208/lib-libc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":17682796336736096309,"profile":15222631470922254920,"path":5840482219443486265,"deps":[[10635491994102256863,"build_script_build",false,9216864148508321614]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-3e3aceecd979b208/dep-lib-libc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/dep-lib-libc b/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/dep-lib-libc new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/dep-lib-libc differ diff --git a/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/lib-libc b/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/lib-libc new file mode 100644 index 0000000..289451f --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/lib-libc @@ -0,0 +1 @@ +3e03816179faae10 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/lib-libc.json b/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/lib-libc.json new file mode 100644 index 0000000..a37f09d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/libc-7437c084cabfdce3/lib-libc.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[\"align\", \"const-extern-fn\", \"default\", \"extra_traits\", \"rustc-dep-of-std\", \"rustc-std-workspace-core\", \"std\", \"use_std\"]","target":17682796336736096309,"profile":6200076328592068522,"path":5840482219443486265,"deps":[[10635491994102256863,"build_script_build",false,9216864148508321614]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-7437c084cabfdce3/dep-lib-libc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build b/Code/ldpc/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build new file mode 100644 index 0000000..67168b7 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build @@ -0,0 +1 @@ +4e27df2a1ce1e87f \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build.json b/Code/ldpc/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build.json new file mode 100644 index 0000000..f133d98 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/libc-edda3631204ef4cc/run-build-script-build-script-build.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[10635491994102256863,"build_script_build",false,10058680121337137403]],"local":[{"RerunIfChanged":{"output":"debug/build/libc-edda3631204ef4cc/output","paths":["build.rs"]}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_FREEBSD_VERSION","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_MUSL_V1_2_3","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS","val":null}},{"RerunIfEnvChanged":{"var":"RUST_LIBC_UNSTABLE_GNU_TIME_BITS","val":null}}],"rustflags":[],"config":0,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/dep-lib-rand b/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/dep-lib-rand new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/dep-lib-rand differ diff --git a/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/lib-rand b/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/lib-rand new file mode 100644 index 0000000..337f1e3 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/lib-rand @@ -0,0 +1 @@ +816fb9e9e714a7f7 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/lib-rand.json b/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/lib-rand.json new file mode 100644 index 0000000..8ba4e22 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand-1c868e24b7326b91/lib-rand.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[\"alloc\", \"default\", \"std\", \"std_rng\", \"sys_rng\", \"thread_rng\"]","declared_features":"[\"alloc\", \"chacha\", \"default\", \"log\", \"serde\", \"simd_support\", \"std\", \"std_rng\", \"sys_rng\", \"thread_rng\", \"unbiased\"]","target":17444007749879458630,"profile":15657897354478470176,"path":12655442880386247481,"deps":[[2764386384280758697,"getrandom",false,9752944517863366253],[3484220520784136136,"chacha20",false,15072801826628359510],[15529777797982113006,"rand_core",false,12187001960205539394]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand-1c868e24b7326b91/dep-lib-rand","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/dep-lib-rand b/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/dep-lib-rand new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/dep-lib-rand differ diff --git a/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand b/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand new file mode 100644 index 0000000..2b8e675 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand @@ -0,0 +1 @@ +bbcd9b1ce2298995 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand.json b/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand.json new file mode 100644 index 0000000..356fb37 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand-de3b3f4ac7c2b2e8/lib-rand.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[\"alloc\", \"default\", \"std\", \"std_rng\", \"sys_rng\", \"thread_rng\"]","declared_features":"[\"alloc\", \"chacha\", \"default\", \"log\", \"serde\", \"simd_support\", \"std\", \"std_rng\", \"sys_rng\", \"thread_rng\", \"unbiased\"]","target":17444007749879458630,"profile":2241668132362809309,"path":12655442880386247481,"deps":[[2764386384280758697,"getrandom",false,10020819417044562752],[3484220520784136136,"chacha20",false,1252872692792972123],[15529777797982113006,"rand_core",false,6997758203512154364]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand-de3b3f4ac7c2b2e8/dep-lib-rand","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/dep-lib-rand_core b/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/dep-lib-rand_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/dep-lib-rand_core differ diff --git a/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core b/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core new file mode 100644 index 0000000..645fe99 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core @@ -0,0 +1 @@ +fce86aa802081d61 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core.json b/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core.json new file mode 100644 index 0000000..f5a570f --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand_core-674d544887edc4de/lib-rand_core.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":8662763397516463860,"profile":1239367160364851460,"path":16830337747561814775,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_core-674d544887edc4de/dep-lib-rand_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/dep-lib-rand_core b/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/dep-lib-rand_core new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/dep-lib-rand_core differ diff --git a/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/invoked.timestamp b/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/lib-rand_core b/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/lib-rand_core new file mode 100644 index 0000000..9cf1efb --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/lib-rand_core @@ -0,0 +1 @@ +42580a9bb6ed20a9 \ No newline at end of file diff --git a/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/lib-rand_core.json b/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/lib-rand_core.json new file mode 100644 index 0000000..21523b2 --- /dev/null +++ b/Code/ldpc/target/debug/.fingerprint/rand_core-c51213009696bf37/lib-rand_core.json @@ -0,0 +1 @@ +{"rustc":15597765236515928571,"features":"[]","declared_features":"[]","target":8662763397516463860,"profile":6603964670281763986,"path":16830337747561814775,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_core-c51213009696bf37/dep-lib-rand_core","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0} \ No newline at end of file diff --git a/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build-script-build b/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build-script-build new file mode 100755 index 0000000..b209fb6 Binary files /dev/null and b/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build-script-build differ diff --git a/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8 b/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8 new file mode 100755 index 0000000..b209fb6 Binary files /dev/null and b/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8 differ diff --git a/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8.d b/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8.d new file mode 100644 index 0000000..3b84cdb --- /dev/null +++ b/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8.d @@ -0,0 +1,5 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/getrandom-1a272dcfc1ad1bc8/build_script_build-1a272dcfc1ad1bc8.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs: diff --git a/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/invoked.timestamp b/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/output b/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/output new file mode 100644 index 0000000..d15ba9a --- /dev/null +++ b/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/output @@ -0,0 +1 @@ +cargo:rerun-if-changed=build.rs diff --git a/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/root-output b/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/root-output new file mode 100644 index 0000000..a93afda --- /dev/null +++ b/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/root-output @@ -0,0 +1 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/out \ No newline at end of file diff --git a/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/stderr b/Code/ldpc/target/debug/build/getrandom-276accaa19be069e/stderr new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build-script-build b/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build-script-build new file mode 100755 index 0000000..a7c91e7 Binary files /dev/null and b/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build-script-build differ diff --git a/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23 b/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23 new file mode 100755 index 0000000..a7c91e7 Binary files /dev/null and b/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23 differ diff --git a/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23.d b/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23.d new file mode 100644 index 0000000..5f03b74 --- /dev/null +++ b/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23.d @@ -0,0 +1,5 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/build.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/libc-2e2dcdcfa7ee7c23/build_script_build-2e2dcdcfa7ee7c23.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/build.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/build.rs: diff --git a/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/invoked.timestamp b/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/output b/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/output new file mode 100644 index 0000000..89a43b5 --- /dev/null +++ b/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/output @@ -0,0 +1,25 @@ +cargo:rerun-if-changed=build.rs +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION +cargo:rustc-cfg=freebsd12 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_MUSL_V1_2_3 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64 +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS +cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_TIME_BITS +cargo:rustc-check-cfg=cfg(emscripten_old_stat_abi) +cargo:rustc-check-cfg=cfg(espidf_time32) +cargo:rustc-check-cfg=cfg(freebsd10) +cargo:rustc-check-cfg=cfg(freebsd11) +cargo:rustc-check-cfg=cfg(freebsd12) +cargo:rustc-check-cfg=cfg(freebsd13) +cargo:rustc-check-cfg=cfg(freebsd14) +cargo:rustc-check-cfg=cfg(freebsd15) +cargo:rustc-check-cfg=cfg(gnu_file_offset_bits64) +cargo:rustc-check-cfg=cfg(gnu_time_bits64) +cargo:rustc-check-cfg=cfg(libc_deny_warnings) +cargo:rustc-check-cfg=cfg(linux_time_bits64) +cargo:rustc-check-cfg=cfg(musl_v1_2_3) +cargo:rustc-check-cfg=cfg(musl32_time64) +cargo:rustc-check-cfg=cfg(vxworks_lt_25_09) +cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt")) +cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80")) +cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) diff --git a/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/root-output b/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/root-output new file mode 100644 index 0000000..744b6fe --- /dev/null +++ b/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/root-output @@ -0,0 +1 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/out \ No newline at end of file diff --git a/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/stderr b/Code/ldpc/target/debug/build/libc-edda3631204ef4cc/stderr new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/deps/cfg_if-94696fbcf4a2b312.d b/Code/ldpc/target/debug/deps/cfg_if-94696fbcf4a2b312.d new file mode 100644 index 0000000..496993f --- /dev/null +++ b/Code/ldpc/target/debug/deps/cfg_if-94696fbcf4a2b312.d @@ -0,0 +1,7 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libcfg_if-94696fbcf4a2b312.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libcfg_if-94696fbcf4a2b312.rlib: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/cfg_if-94696fbcf4a2b312.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs: diff --git a/Code/ldpc/target/debug/deps/cfg_if-ca1925c66a6c3d3e.d b/Code/ldpc/target/debug/deps/cfg_if-ca1925c66a6c3d3e.d new file mode 100644 index 0000000..fa64f1e --- /dev/null +++ b/Code/ldpc/target/debug/deps/cfg_if-ca1925c66a6c3d3e.d @@ -0,0 +1,5 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libcfg_if-ca1925c66a6c3d3e.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/cfg_if-ca1925c66a6c3d3e.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs: diff --git a/Code/ldpc/target/debug/deps/chacha20-ba73b3355741f3b7.d b/Code/ldpc/target/debug/deps/chacha20-ba73b3355741f3b7.d new file mode 100644 index 0000000..541a287 --- /dev/null +++ b/Code/ldpc/target/debug/deps/chacha20-ba73b3355741f3b7.d @@ -0,0 +1,12 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libchacha20-ba73b3355741f3b7.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/variants.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/soft.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/avx2.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/sse2.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/chacha20-ba73b3355741f3b7.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/variants.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/soft.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/avx2.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/sse2.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/variants.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/../README.md: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/soft.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/avx2.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/sse2.rs: diff --git a/Code/ldpc/target/debug/deps/chacha20-d25d49dc414ff466.d b/Code/ldpc/target/debug/deps/chacha20-d25d49dc414ff466.d new file mode 100644 index 0000000..a3e0662 --- /dev/null +++ b/Code/ldpc/target/debug/deps/chacha20-d25d49dc414ff466.d @@ -0,0 +1,14 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libchacha20-d25d49dc414ff466.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/variants.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/soft.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/avx2.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/sse2.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libchacha20-d25d49dc414ff466.rlib: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/variants.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/soft.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/avx2.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/sse2.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/chacha20-d25d49dc414ff466.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/variants.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/soft.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/avx2.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/sse2.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/variants.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/../README.md: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/soft.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/avx2.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/backends/sse2.rs: diff --git a/Code/ldpc/target/debug/deps/cpufeatures-9ffb3887bc26449f.d b/Code/ldpc/target/debug/deps/cpufeatures-9ffb3887bc26449f.d new file mode 100644 index 0000000..a2a3e3c --- /dev/null +++ b/Code/ldpc/target/debug/deps/cpufeatures-9ffb3887bc26449f.d @@ -0,0 +1,7 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libcpufeatures-9ffb3887bc26449f.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/x86.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/../README.md + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/cpufeatures-9ffb3887bc26449f.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/x86.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/../README.md + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/x86.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/../README.md: diff --git a/Code/ldpc/target/debug/deps/cpufeatures-dc545ff3953835e5.d b/Code/ldpc/target/debug/deps/cpufeatures-dc545ff3953835e5.d new file mode 100644 index 0000000..88f9bdc --- /dev/null +++ b/Code/ldpc/target/debug/deps/cpufeatures-dc545ff3953835e5.d @@ -0,0 +1,9 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libcpufeatures-dc545ff3953835e5.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/x86.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/../README.md + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libcpufeatures-dc545ff3953835e5.rlib: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/x86.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/../README.md + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/cpufeatures-dc545ff3953835e5.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/x86.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/../README.md + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/x86.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/../README.md: diff --git a/Code/ldpc/target/debug/deps/getrandom-8c98e0d313c17241.d b/Code/ldpc/target/debug/deps/getrandom-8c98e0d313c17241.d new file mode 100644 index 0000000..2684c23 --- /dev/null +++ b/Code/ldpc/target/debug/deps/getrandom-8c98e0d313c17241.d @@ -0,0 +1,18 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libgetrandom-8c98e0d313c17241.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/util.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error_std_impls.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/sys_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/use_file.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sys_fill_exact.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/get_errno.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sanitizer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/linux_android_with_fallback.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libgetrandom-8c98e0d313c17241.rlib: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/util.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error_std_impls.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/sys_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/use_file.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sys_fill_exact.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/get_errno.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sanitizer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/linux_android_with_fallback.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/getrandom-8c98e0d313c17241.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/util.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error_std_impls.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/sys_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/use_file.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sys_fill_exact.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/get_errno.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sanitizer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/linux_android_with_fallback.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/util.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error_std_impls.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/sys_rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/../README.md: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/use_file.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sys_fill_exact.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/get_errno.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sanitizer.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/linux_android_with_fallback.rs: diff --git a/Code/ldpc/target/debug/deps/getrandom-94f3139d7013326a.d b/Code/ldpc/target/debug/deps/getrandom-94f3139d7013326a.d new file mode 100644 index 0000000..7771d7e --- /dev/null +++ b/Code/ldpc/target/debug/deps/getrandom-94f3139d7013326a.d @@ -0,0 +1,16 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libgetrandom-94f3139d7013326a.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/util.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error_std_impls.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/sys_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/use_file.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sys_fill_exact.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/get_errno.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sanitizer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/linux_android_with_fallback.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/getrandom-94f3139d7013326a.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/util.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error_std_impls.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/sys_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/../README.md /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/use_file.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sys_fill_exact.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/get_errno.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sanitizer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/linux_android_with_fallback.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/util.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/error_std_impls.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/sys_rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/../README.md: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/use_file.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sys_fill_exact.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/get_errno.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/../utils/sanitizer.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/backends/linux_android_with_fallback.rs: diff --git a/Code/ldpc/target/debug/deps/ldpc-00cd1695bdd5ac16.d b/Code/ldpc/target/debug/deps/ldpc-00cd1695bdd5ac16.d new file mode 100644 index 0000000..222fe70 --- /dev/null +++ b/Code/ldpc/target/debug/deps/ldpc-00cd1695bdd5ac16.d @@ -0,0 +1,5 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libldpc-00cd1695bdd5ac16.rmeta: src/main.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/ldpc-00cd1695bdd5ac16.d: src/main.rs + +src/main.rs: diff --git a/Code/ldpc/target/debug/deps/ldpc-15ac6faf1f2e9880.d b/Code/ldpc/target/debug/deps/ldpc-15ac6faf1f2e9880.d new file mode 100644 index 0000000..a8e3bac --- /dev/null +++ b/Code/ldpc/target/debug/deps/ldpc-15ac6faf1f2e9880.d @@ -0,0 +1,5 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libldpc-15ac6faf1f2e9880.rmeta: src/main.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/ldpc-15ac6faf1f2e9880.d: src/main.rs + +src/main.rs: diff --git a/Code/ldpc/target/debug/deps/ldpc-200ae86d4d1b6d87.d b/Code/ldpc/target/debug/deps/ldpc-200ae86d4d1b6d87.d new file mode 100644 index 0000000..6c1e9fd --- /dev/null +++ b/Code/ldpc/target/debug/deps/ldpc-200ae86d4d1b6d87.d @@ -0,0 +1,19 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libldpc-200ae86d4d1b6d87.rmeta: src/main.rs src/analysis.rs src/code.rs src/construction.rs src/construction/random.rs src/decoder.rs src/decoder/bit_flip.rs src/encoder.rs src/encoder/dense.rs src/matrix.rs src/tanner.rs Cargo.toml + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/ldpc-200ae86d4d1b6d87.d: src/main.rs src/analysis.rs src/code.rs src/construction.rs src/construction/random.rs src/decoder.rs src/decoder/bit_flip.rs src/encoder.rs src/encoder/dense.rs src/matrix.rs src/tanner.rs Cargo.toml + +src/main.rs: +src/analysis.rs: +src/code.rs: +src/construction.rs: +src/construction/random.rs: +src/decoder.rs: +src/decoder/bit_flip.rs: +src/encoder.rs: +src/encoder/dense.rs: +src/matrix.rs: +src/tanner.rs: +Cargo.toml: + +# env-dep:CLIPPY_ARGS= +# env-dep:CLIPPY_CONF_DIR diff --git a/Code/ldpc/target/debug/deps/ldpc-223a845a86c740d3 b/Code/ldpc/target/debug/deps/ldpc-223a845a86c740d3 new file mode 100755 index 0000000..5c519ac Binary files /dev/null and b/Code/ldpc/target/debug/deps/ldpc-223a845a86c740d3 differ diff --git a/Code/ldpc/target/debug/deps/ldpc-223a845a86c740d3.d b/Code/ldpc/target/debug/deps/ldpc-223a845a86c740d3.d new file mode 100644 index 0000000..8beb5e0 --- /dev/null +++ b/Code/ldpc/target/debug/deps/ldpc-223a845a86c740d3.d @@ -0,0 +1,15 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/ldpc-223a845a86c740d3: src/main.rs src/analysis.rs src/code.rs src/construction.rs src/construction/random.rs src/decoder.rs src/decoder/bit_flip.rs src/encoder.rs src/encoder/dense.rs src/matrix.rs src/tanner.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/ldpc-223a845a86c740d3.d: src/main.rs src/analysis.rs src/code.rs src/construction.rs src/construction/random.rs src/decoder.rs src/decoder/bit_flip.rs src/encoder.rs src/encoder/dense.rs src/matrix.rs src/tanner.rs + +src/main.rs: +src/analysis.rs: +src/code.rs: +src/construction.rs: +src/construction/random.rs: +src/decoder.rs: +src/decoder/bit_flip.rs: +src/encoder.rs: +src/encoder/dense.rs: +src/matrix.rs: +src/tanner.rs: diff --git a/Code/ldpc/target/debug/deps/ldpc-4e3139e1c1d60be0.d b/Code/ldpc/target/debug/deps/ldpc-4e3139e1c1d60be0.d new file mode 100644 index 0000000..8e1e08c --- /dev/null +++ b/Code/ldpc/target/debug/deps/ldpc-4e3139e1c1d60be0.d @@ -0,0 +1,19 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libldpc-4e3139e1c1d60be0.rmeta: src/main.rs src/analysis.rs src/code.rs src/construction.rs src/construction/random.rs src/decoder.rs src/decoder/bit_flip.rs src/encoder.rs src/encoder/dense.rs src/matrix.rs src/tanner.rs Cargo.toml + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/ldpc-4e3139e1c1d60be0.d: src/main.rs src/analysis.rs src/code.rs src/construction.rs src/construction/random.rs src/decoder.rs src/decoder/bit_flip.rs src/encoder.rs src/encoder/dense.rs src/matrix.rs src/tanner.rs Cargo.toml + +src/main.rs: +src/analysis.rs: +src/code.rs: +src/construction.rs: +src/construction/random.rs: +src/decoder.rs: +src/decoder/bit_flip.rs: +src/encoder.rs: +src/encoder/dense.rs: +src/matrix.rs: +src/tanner.rs: +Cargo.toml: + +# env-dep:CLIPPY_ARGS= +# env-dep:CLIPPY_CONF_DIR diff --git a/Code/ldpc/target/debug/deps/libc-3e3aceecd979b208.d b/Code/ldpc/target/debug/deps/libc-3e3aceecd979b208.d new file mode 100644 index 0000000..34f7ed0 --- /dev/null +++ b/Code/ldpc/target/debug/deps/libc-3e3aceecd979b208.d @@ -0,0 +1,42 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/liblibc-3e3aceecd979b208.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/bcm.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/j1939.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/raw.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/keyctl.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/membarrier.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/netlink.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/primitives.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux_l4re_shared.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/generic/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/types.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libc-3e3aceecd979b208.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/bcm.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/j1939.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/raw.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/keyctl.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/membarrier.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/netlink.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/primitives.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux_l4re_shared.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/generic/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/types.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/macros.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/pthread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/pthread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/unistd.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/bcm.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/error.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/j1939.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/raw.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/keyctl.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/membarrier.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/netlink.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/posix/unistd.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/pthread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/net/route.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/primitives.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux_l4re_shared.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/generic/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/types.rs: diff --git a/Code/ldpc/target/debug/deps/libc-7437c084cabfdce3.d b/Code/ldpc/target/debug/deps/libc-7437c084cabfdce3.d new file mode 100644 index 0000000..9dc1309 --- /dev/null +++ b/Code/ldpc/target/debug/deps/libc-7437c084cabfdce3.d @@ -0,0 +1,44 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/liblibc-7437c084cabfdce3.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/bcm.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/j1939.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/raw.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/keyctl.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/membarrier.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/netlink.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/primitives.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux_l4re_shared.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/generic/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/types.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/liblibc-7437c084cabfdce3.rlib: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/bcm.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/j1939.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/raw.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/keyctl.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/membarrier.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/netlink.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/primitives.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux_l4re_shared.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/generic/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/types.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/libc-7437c084cabfdce3.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/bcm.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/error.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/j1939.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/raw.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/keyctl.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/membarrier.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/netlink.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/posix/unistd.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/pthread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/net/route.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/primitives.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux_l4re_shared.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/generic/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/types.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/macros.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/linux_like/pthread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/pthread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/common/posix/unistd.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/bcm.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/error.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/j1939.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/can/raw.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/keyctl.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/membarrier.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/linux_uapi/linux/netlink.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/posix/unistd.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/nptl/pthread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/new/glibc/sysdeps/unix/linux/net/route.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/primitives.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux_l4re_shared.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/unix/linux_like/linux/arch/generic/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.181/src/types.rs: diff --git a/Code/ldpc/target/debug/deps/libcfg_if-94696fbcf4a2b312.rlib b/Code/ldpc/target/debug/deps/libcfg_if-94696fbcf4a2b312.rlib new file mode 100644 index 0000000..23fdbad Binary files /dev/null and b/Code/ldpc/target/debug/deps/libcfg_if-94696fbcf4a2b312.rlib differ diff --git a/Code/ldpc/target/debug/deps/libcfg_if-94696fbcf4a2b312.rmeta b/Code/ldpc/target/debug/deps/libcfg_if-94696fbcf4a2b312.rmeta new file mode 100644 index 0000000..4f63a8a Binary files /dev/null and b/Code/ldpc/target/debug/deps/libcfg_if-94696fbcf4a2b312.rmeta differ diff --git a/Code/ldpc/target/debug/deps/libcfg_if-ca1925c66a6c3d3e.rmeta b/Code/ldpc/target/debug/deps/libcfg_if-ca1925c66a6c3d3e.rmeta new file mode 100644 index 0000000..ce4b648 Binary files /dev/null and b/Code/ldpc/target/debug/deps/libcfg_if-ca1925c66a6c3d3e.rmeta differ diff --git a/Code/ldpc/target/debug/deps/libchacha20-ba73b3355741f3b7.rmeta b/Code/ldpc/target/debug/deps/libchacha20-ba73b3355741f3b7.rmeta new file mode 100644 index 0000000..883b797 Binary files /dev/null and b/Code/ldpc/target/debug/deps/libchacha20-ba73b3355741f3b7.rmeta differ diff --git a/Code/ldpc/target/debug/deps/libchacha20-d25d49dc414ff466.rlib b/Code/ldpc/target/debug/deps/libchacha20-d25d49dc414ff466.rlib new file mode 100644 index 0000000..88d5e32 Binary files /dev/null and b/Code/ldpc/target/debug/deps/libchacha20-d25d49dc414ff466.rlib differ diff --git a/Code/ldpc/target/debug/deps/libchacha20-d25d49dc414ff466.rmeta b/Code/ldpc/target/debug/deps/libchacha20-d25d49dc414ff466.rmeta new file mode 100644 index 0000000..6bce1a5 Binary files /dev/null and b/Code/ldpc/target/debug/deps/libchacha20-d25d49dc414ff466.rmeta differ diff --git a/Code/ldpc/target/debug/deps/libcpufeatures-9ffb3887bc26449f.rmeta b/Code/ldpc/target/debug/deps/libcpufeatures-9ffb3887bc26449f.rmeta new file mode 100644 index 0000000..4286ff4 Binary files /dev/null and b/Code/ldpc/target/debug/deps/libcpufeatures-9ffb3887bc26449f.rmeta differ diff --git a/Code/ldpc/target/debug/deps/libcpufeatures-dc545ff3953835e5.rlib b/Code/ldpc/target/debug/deps/libcpufeatures-dc545ff3953835e5.rlib new file mode 100644 index 0000000..0299020 Binary files /dev/null and b/Code/ldpc/target/debug/deps/libcpufeatures-dc545ff3953835e5.rlib differ diff --git a/Code/ldpc/target/debug/deps/libcpufeatures-dc545ff3953835e5.rmeta b/Code/ldpc/target/debug/deps/libcpufeatures-dc545ff3953835e5.rmeta new file mode 100644 index 0000000..d5ba607 Binary files /dev/null and b/Code/ldpc/target/debug/deps/libcpufeatures-dc545ff3953835e5.rmeta differ diff --git a/Code/ldpc/target/debug/deps/libgetrandom-8c98e0d313c17241.rlib b/Code/ldpc/target/debug/deps/libgetrandom-8c98e0d313c17241.rlib new file mode 100644 index 0000000..b696496 Binary files /dev/null and b/Code/ldpc/target/debug/deps/libgetrandom-8c98e0d313c17241.rlib differ diff --git a/Code/ldpc/target/debug/deps/libgetrandom-8c98e0d313c17241.rmeta b/Code/ldpc/target/debug/deps/libgetrandom-8c98e0d313c17241.rmeta new file mode 100644 index 0000000..a27b7d5 Binary files /dev/null and b/Code/ldpc/target/debug/deps/libgetrandom-8c98e0d313c17241.rmeta differ diff --git a/Code/ldpc/target/debug/deps/libgetrandom-94f3139d7013326a.rmeta b/Code/ldpc/target/debug/deps/libgetrandom-94f3139d7013326a.rmeta new file mode 100644 index 0000000..6f11bab Binary files /dev/null and b/Code/ldpc/target/debug/deps/libgetrandom-94f3139d7013326a.rmeta differ diff --git a/Code/ldpc/target/debug/deps/libldpc-00cd1695bdd5ac16.rmeta b/Code/ldpc/target/debug/deps/libldpc-00cd1695bdd5ac16.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/deps/libldpc-15ac6faf1f2e9880.rmeta b/Code/ldpc/target/debug/deps/libldpc-15ac6faf1f2e9880.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/deps/libldpc-200ae86d4d1b6d87.rmeta b/Code/ldpc/target/debug/deps/libldpc-200ae86d4d1b6d87.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/deps/libldpc-4e3139e1c1d60be0.rmeta b/Code/ldpc/target/debug/deps/libldpc-4e3139e1c1d60be0.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/deps/liblibc-3e3aceecd979b208.rmeta b/Code/ldpc/target/debug/deps/liblibc-3e3aceecd979b208.rmeta new file mode 100644 index 0000000..74fce64 Binary files /dev/null and b/Code/ldpc/target/debug/deps/liblibc-3e3aceecd979b208.rmeta differ diff --git a/Code/ldpc/target/debug/deps/liblibc-7437c084cabfdce3.rlib b/Code/ldpc/target/debug/deps/liblibc-7437c084cabfdce3.rlib new file mode 100644 index 0000000..2b0963d Binary files /dev/null and b/Code/ldpc/target/debug/deps/liblibc-7437c084cabfdce3.rlib differ diff --git a/Code/ldpc/target/debug/deps/liblibc-7437c084cabfdce3.rmeta b/Code/ldpc/target/debug/deps/liblibc-7437c084cabfdce3.rmeta new file mode 100644 index 0000000..04368f8 Binary files /dev/null and b/Code/ldpc/target/debug/deps/liblibc-7437c084cabfdce3.rmeta differ diff --git a/Code/ldpc/target/debug/deps/librand-1c868e24b7326b91.rlib b/Code/ldpc/target/debug/deps/librand-1c868e24b7326b91.rlib new file mode 100644 index 0000000..5103b85 Binary files /dev/null and b/Code/ldpc/target/debug/deps/librand-1c868e24b7326b91.rlib differ diff --git a/Code/ldpc/target/debug/deps/librand-1c868e24b7326b91.rmeta b/Code/ldpc/target/debug/deps/librand-1c868e24b7326b91.rmeta new file mode 100644 index 0000000..9ed6f40 Binary files /dev/null and b/Code/ldpc/target/debug/deps/librand-1c868e24b7326b91.rmeta differ diff --git a/Code/ldpc/target/debug/deps/librand-de3b3f4ac7c2b2e8.rmeta b/Code/ldpc/target/debug/deps/librand-de3b3f4ac7c2b2e8.rmeta new file mode 100644 index 0000000..ceae10d Binary files /dev/null and b/Code/ldpc/target/debug/deps/librand-de3b3f4ac7c2b2e8.rmeta differ diff --git a/Code/ldpc/target/debug/deps/librand_core-674d544887edc4de.rmeta b/Code/ldpc/target/debug/deps/librand_core-674d544887edc4de.rmeta new file mode 100644 index 0000000..c546cb9 Binary files /dev/null and b/Code/ldpc/target/debug/deps/librand_core-674d544887edc4de.rmeta differ diff --git a/Code/ldpc/target/debug/deps/librand_core-c51213009696bf37.rlib b/Code/ldpc/target/debug/deps/librand_core-c51213009696bf37.rlib new file mode 100644 index 0000000..2f6e003 Binary files /dev/null and b/Code/ldpc/target/debug/deps/librand_core-c51213009696bf37.rlib differ diff --git a/Code/ldpc/target/debug/deps/librand_core-c51213009696bf37.rmeta b/Code/ldpc/target/debug/deps/librand_core-c51213009696bf37.rmeta new file mode 100644 index 0000000..0e9e4d0 Binary files /dev/null and b/Code/ldpc/target/debug/deps/librand_core-c51213009696bf37.rmeta differ diff --git a/Code/ldpc/target/debug/deps/rand-1c868e24b7326b91.d b/Code/ldpc/target/debug/deps/rand-1c868e24b7326b91.d new file mode 100644 index 0000000..0d1df2f --- /dev/null +++ b/Code/ldpc/target/debug/deps/rand-1c868e24b7326b91.d @@ -0,0 +1,36 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/librand-1c868e24b7326b91.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/log_macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/bernoulli.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/distribution.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/integer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_int.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/weighted_index.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/prelude.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/small.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro128plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro256plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/std.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/thread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/coin_flipper.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/increasing_uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/iterator.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/index.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/librand-1c868e24b7326b91.rlib: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/log_macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/bernoulli.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/distribution.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/integer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_int.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/weighted_index.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/prelude.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/small.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro128plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro256plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/std.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/thread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/coin_flipper.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/increasing_uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/iterator.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/index.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/rand-1c868e24b7326b91.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/log_macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/bernoulli.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/distribution.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/integer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_int.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/weighted_index.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/prelude.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/small.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro128plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro256plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/std.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/thread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/coin_flipper.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/increasing_uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/iterator.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/index.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/log_macros.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/bernoulli.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/distribution.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/float.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/integer.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/other.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/utils.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/slice.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_float.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_int.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_other.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/weighted_index.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/prelude.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/small.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro128plusplus.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro256plusplus.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/std.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/thread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/coin_flipper.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/increasing_uniform.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/iterator.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/slice.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/index.rs: diff --git a/Code/ldpc/target/debug/deps/rand-de3b3f4ac7c2b2e8.d b/Code/ldpc/target/debug/deps/rand-de3b3f4ac7c2b2e8.d new file mode 100644 index 0000000..0235fc7 --- /dev/null +++ b/Code/ldpc/target/debug/deps/rand-de3b3f4ac7c2b2e8.d @@ -0,0 +1,34 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/librand-de3b3f4ac7c2b2e8.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/log_macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/bernoulli.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/distribution.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/integer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_int.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/weighted_index.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/prelude.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/small.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro128plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro256plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/std.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/thread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/coin_flipper.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/increasing_uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/iterator.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/index.rs + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/rand-de3b3f4ac7c2b2e8.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/log_macros.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/bernoulli.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/distribution.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/integer.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_float.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_int.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_other.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/weighted_index.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/prelude.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/small.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro128plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro256plusplus.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/std.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/thread.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/mod.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/coin_flipper.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/increasing_uniform.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/iterator.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/slice.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/index.rs + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/log_macros.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/bernoulli.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/distribution.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/float.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/integer.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/other.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/utils.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/slice.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_float.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_int.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/uniform_other.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/distr/weighted/weighted_index.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/prelude.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/small.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro128plusplus.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/xoshiro256plusplus.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/std.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/rngs/thread.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/mod.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/coin_flipper.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/increasing_uniform.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/iterator.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/slice.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.0/src/seq/index.rs: diff --git a/Code/ldpc/target/debug/deps/rand_core-674d544887edc4de.d b/Code/ldpc/target/debug/deps/rand_core-674d544887edc4de.d new file mode 100644 index 0000000..fa908d9 --- /dev/null +++ b/Code/ldpc/target/debug/deps/rand_core-674d544887edc4de.d @@ -0,0 +1,11 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/librand_core-674d544887edc4de.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/block.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/seedable_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/unwrap_err.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/word.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/../README.md + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/rand_core-674d544887edc4de.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/block.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/seedable_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/unwrap_err.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/word.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/../README.md + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/block.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/utils.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/seedable_rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/unwrap_err.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/word.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/../README.md: diff --git a/Code/ldpc/target/debug/deps/rand_core-c51213009696bf37.d b/Code/ldpc/target/debug/deps/rand_core-c51213009696bf37.d new file mode 100644 index 0000000..b942cc2 --- /dev/null +++ b/Code/ldpc/target/debug/deps/rand_core-c51213009696bf37.d @@ -0,0 +1,13 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/librand_core-c51213009696bf37.rmeta: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/block.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/seedable_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/unwrap_err.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/word.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/../README.md + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/librand_core-c51213009696bf37.rlib: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/block.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/seedable_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/unwrap_err.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/word.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/../README.md + +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/deps/rand_core-c51213009696bf37.d: /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/block.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/utils.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/seedable_rng.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/unwrap_err.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/word.rs /home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/../README.md + +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/block.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/utils.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/seedable_rng.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/unwrap_err.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/word.rs: +/home/zefad/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/../README.md: diff --git a/Code/ldpc/target/debug/incremental/ldpc-03nofxl98drrs/s-hfpfi8mo4a-0qahar7-auuldrb45isqutkchhycd6tej/dep-graph.bin b/Code/ldpc/target/debug/incremental/ldpc-03nofxl98drrs/s-hfpfi8mo4a-0qahar7-auuldrb45isqutkchhycd6tej/dep-graph.bin new file mode 100644 index 0000000..06c27cc Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-03nofxl98drrs/s-hfpfi8mo4a-0qahar7-auuldrb45isqutkchhycd6tej/dep-graph.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-03nofxl98drrs/s-hfpfi8mo4a-0qahar7-auuldrb45isqutkchhycd6tej/query-cache.bin b/Code/ldpc/target/debug/incremental/ldpc-03nofxl98drrs/s-hfpfi8mo4a-0qahar7-auuldrb45isqutkchhycd6tej/query-cache.bin new file mode 100644 index 0000000..e89684b Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-03nofxl98drrs/s-hfpfi8mo4a-0qahar7-auuldrb45isqutkchhycd6tej/query-cache.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-03nofxl98drrs/s-hfpfi8mo4a-0qahar7-auuldrb45isqutkchhycd6tej/work-products.bin b/Code/ldpc/target/debug/incremental/ldpc-03nofxl98drrs/s-hfpfi8mo4a-0qahar7-auuldrb45isqutkchhycd6tej/work-products.bin new file mode 100644 index 0000000..ac2b114 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-03nofxl98drrs/s-hfpfi8mo4a-0qahar7-auuldrb45isqutkchhycd6tej/work-products.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-03nofxl98drrs/s-hfpfi8mo4a-0qahar7.lock b/Code/ldpc/target/debug/incremental/ldpc-03nofxl98drrs/s-hfpfi8mo4a-0qahar7.lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/0c3lkxab8ggxqfrydzzdh1o0q.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/0c3lkxab8ggxqfrydzzdh1o0q.o new file mode 100644 index 0000000..ac5d53e Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/0c3lkxab8ggxqfrydzzdh1o0q.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/0psvyqvy2f4lo55eqwkrqkgtc.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/0psvyqvy2f4lo55eqwkrqkgtc.o new file mode 100644 index 0000000..ae6ec42 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/0psvyqvy2f4lo55eqwkrqkgtc.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/0ybyaxnbpt0kavzopm3u76g8e.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/0ybyaxnbpt0kavzopm3u76g8e.o new file mode 100644 index 0000000..98d9561 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/0ybyaxnbpt0kavzopm3u76g8e.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/1ryp8x6pgvfl7k0exqrrlfdcb.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/1ryp8x6pgvfl7k0exqrrlfdcb.o new file mode 100644 index 0000000..c57dd0d Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/1ryp8x6pgvfl7k0exqrrlfdcb.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/1xrpnklvm1od15mclkq9wxhw4.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/1xrpnklvm1od15mclkq9wxhw4.o new file mode 100644 index 0000000..5f7bca1 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/1xrpnklvm1od15mclkq9wxhw4.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/21sza7a1o2vcpo6al9uyxjr5i.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/21sza7a1o2vcpo6al9uyxjr5i.o new file mode 100644 index 0000000..c07c60a Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/21sza7a1o2vcpo6al9uyxjr5i.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/22fhnnl4nl4aisueuafd0wr9r.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/22fhnnl4nl4aisueuafd0wr9r.o new file mode 100644 index 0000000..01d4155 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/22fhnnl4nl4aisueuafd0wr9r.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/2i4na4w05xikoo3ympf4pvyci.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/2i4na4w05xikoo3ympf4pvyci.o new file mode 100644 index 0000000..1689645 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/2i4na4w05xikoo3ympf4pvyci.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/2llcaagqsjvgeysd9y9ahrsxs.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/2llcaagqsjvgeysd9y9ahrsxs.o new file mode 100644 index 0000000..b14461c Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/2llcaagqsjvgeysd9y9ahrsxs.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/3ko7ka73zupti844g6zpdfnme.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/3ko7ka73zupti844g6zpdfnme.o new file mode 100644 index 0000000..a120e69 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/3ko7ka73zupti844g6zpdfnme.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/42g6lqa022ouczcccr62622tk.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/42g6lqa022ouczcccr62622tk.o new file mode 100644 index 0000000..55cc26f Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/42g6lqa022ouczcccr62622tk.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4ce2m5frv6wfkoh9xedczgqav.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4ce2m5frv6wfkoh9xedczgqav.o new file mode 100644 index 0000000..122bd8d Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4ce2m5frv6wfkoh9xedczgqav.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4ms0orvqav70aqnxcnj00hs1r.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4ms0orvqav70aqnxcnj00hs1r.o new file mode 100644 index 0000000..e99dc1b Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4ms0orvqav70aqnxcnj00hs1r.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4uk7v0csss38o9svwp11s2ctl.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4uk7v0csss38o9svwp11s2ctl.o new file mode 100644 index 0000000..3a1641e Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4uk7v0csss38o9svwp11s2ctl.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4vpgklcngak8r859cg8x9oecd.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4vpgklcngak8r859cg8x9oecd.o new file mode 100644 index 0000000..309f9d4 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/4vpgklcngak8r859cg8x9oecd.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/5cg8k00s7zbgvye4nu38c3k8n.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/5cg8k00s7zbgvye4nu38c3k8n.o new file mode 100644 index 0000000..8bf63d4 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/5cg8k00s7zbgvye4nu38c3k8n.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/5x1xaupyyl61gk7nvp84y7b94.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/5x1xaupyyl61gk7nvp84y7b94.o new file mode 100644 index 0000000..fd65980 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/5x1xaupyyl61gk7nvp84y7b94.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/6auy5idp3g88obrc8h8movm44.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/6auy5idp3g88obrc8h8movm44.o new file mode 100644 index 0000000..6f18a1b Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/6auy5idp3g88obrc8h8movm44.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/6ca8jt7n8hijm9cx5cq3tg6jn.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/6ca8jt7n8hijm9cx5cq3tg6jn.o new file mode 100644 index 0000000..864e590 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/6ca8jt7n8hijm9cx5cq3tg6jn.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/6ffesw30pe31opucvbgx2o8uw.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/6ffesw30pe31opucvbgx2o8uw.o new file mode 100644 index 0000000..25fbd60 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/6ffesw30pe31opucvbgx2o8uw.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/70qz2bjd2b2nmay8yezgzumzk.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/70qz2bjd2b2nmay8yezgzumzk.o new file mode 100644 index 0000000..18a5907 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/70qz2bjd2b2nmay8yezgzumzk.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/7307blnyybfdxk26pe2hb4syp.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/7307blnyybfdxk26pe2hb4syp.o new file mode 100644 index 0000000..9b83871 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/7307blnyybfdxk26pe2hb4syp.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/7tprhoysiqoqaewx38o8acrm3.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/7tprhoysiqoqaewx38o8acrm3.o new file mode 100644 index 0000000..484bd61 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/7tprhoysiqoqaewx38o8acrm3.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/7wzznpo4ri062fyqsq4nc63er.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/7wzznpo4ri062fyqsq4nc63er.o new file mode 100644 index 0000000..36cc944 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/7wzznpo4ri062fyqsq4nc63er.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/80qmit91by4j7fqcvyvicrfzb.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/80qmit91by4j7fqcvyvicrfzb.o new file mode 100644 index 0000000..54be0f6 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/80qmit91by4j7fqcvyvicrfzb.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/8lr6l0mtf6wt4mlhivwcun1qq.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/8lr6l0mtf6wt4mlhivwcun1qq.o new file mode 100644 index 0000000..2b58b14 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/8lr6l0mtf6wt4mlhivwcun1qq.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/96tt5qzjfvvneb81wuf1dkus8.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/96tt5qzjfvvneb81wuf1dkus8.o new file mode 100644 index 0000000..c9f559a Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/96tt5qzjfvvneb81wuf1dkus8.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/99ctxdbedbumfklwlz6gndzzw.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/99ctxdbedbumfklwlz6gndzzw.o new file mode 100644 index 0000000..cf5b44c Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/99ctxdbedbumfklwlz6gndzzw.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/9d0x9hq1vuphnts5v9e0nycic.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/9d0x9hq1vuphnts5v9e0nycic.o new file mode 100644 index 0000000..d3aaa0a Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/9d0x9hq1vuphnts5v9e0nycic.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/9m5eewkv034dzv8o4wkxvpl3o.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/9m5eewkv034dzv8o4wkxvpl3o.o new file mode 100644 index 0000000..ca2fb8d Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/9m5eewkv034dzv8o4wkxvpl3o.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/9wrfomd1e94vj4chd6zu60gfc.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/9wrfomd1e94vj4chd6zu60gfc.o new file mode 100644 index 0000000..7b8b800 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/9wrfomd1e94vj4chd6zu60gfc.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/a7vtzmyr5vyyp0gxv3300lrgz.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/a7vtzmyr5vyyp0gxv3300lrgz.o new file mode 100644 index 0000000..f4381e2 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/a7vtzmyr5vyyp0gxv3300lrgz.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bcewn0wy0k2njzu18aci2qcxx.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bcewn0wy0k2njzu18aci2qcxx.o new file mode 100644 index 0000000..af128dc Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bcewn0wy0k2njzu18aci2qcxx.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bkp1plil4prvnk0d69msduecm.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bkp1plil4prvnk0d69msduecm.o new file mode 100644 index 0000000..72853bf Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bkp1plil4prvnk0d69msduecm.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bpyt5u3v3ck3w03528u33mtyt.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bpyt5u3v3ck3w03528u33mtyt.o new file mode 100644 index 0000000..4986b84 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bpyt5u3v3ck3w03528u33mtyt.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bwvpf6je3gd4pwcj4t75m39an.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bwvpf6je3gd4pwcj4t75m39an.o new file mode 100644 index 0000000..dd65ea1 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/bwvpf6je3gd4pwcj4t75m39an.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/c5el14nno0z6u5xy08btjpdwz.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/c5el14nno0z6u5xy08btjpdwz.o new file mode 100644 index 0000000..869e8dc Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/c5el14nno0z6u5xy08btjpdwz.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/coebkhgedhpjmk5s5tj7e1x8z.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/coebkhgedhpjmk5s5tj7e1x8z.o new file mode 100644 index 0000000..8b4614f Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/coebkhgedhpjmk5s5tj7e1x8z.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/cu5xn176t0y80fk5e3gkvyauy.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/cu5xn176t0y80fk5e3gkvyauy.o new file mode 100644 index 0000000..fcbe1a8 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/cu5xn176t0y80fk5e3gkvyauy.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/cw1bse0bdaoj4hmg96x7ftht3.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/cw1bse0bdaoj4hmg96x7ftht3.o new file mode 100644 index 0000000..c16e381 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/cw1bse0bdaoj4hmg96x7ftht3.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/d0y3qrexnzcxs6dvafiv4uefs.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/d0y3qrexnzcxs6dvafiv4uefs.o new file mode 100644 index 0000000..3a355d5 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/d0y3qrexnzcxs6dvafiv4uefs.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/dep-graph.bin b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/dep-graph.bin new file mode 100644 index 0000000..6ee3250 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/dep-graph.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/dq4w6m2ttjqtdj2o0ca5nrntp.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/dq4w6m2ttjqtdj2o0ca5nrntp.o new file mode 100644 index 0000000..91691b2 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/dq4w6m2ttjqtdj2o0ca5nrntp.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/dr00yakkpazomtra4wxb6iaky.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/dr00yakkpazomtra4wxb6iaky.o new file mode 100644 index 0000000..b130d9e Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/dr00yakkpazomtra4wxb6iaky.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/e3hjjg3u6msqg3x1r2c7p4etd.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/e3hjjg3u6msqg3x1r2c7p4etd.o new file mode 100644 index 0000000..206aef6 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/e3hjjg3u6msqg3x1r2c7p4etd.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/es4bplvps8mex82otb2irhou2.o b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/es4bplvps8mex82otb2irhou2.o new file mode 100644 index 0000000..70740d8 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/es4bplvps8mex82otb2irhou2.o differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/query-cache.bin b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/query-cache.bin new file mode 100644 index 0000000..a160094 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/query-cache.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/work-products.bin b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/work-products.bin new file mode 100644 index 0000000..051c713 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj-acwvuemwuddz3lp7b1o9i01q6/work-products.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj.lock b/Code/ldpc/target/debug/incremental/ldpc-0c73sqm976waw/s-hfpiqyxi18-1nq8fvj.lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/incremental/ldpc-12be2w9yd1xqm/s-hfpfi8mo18-06mhqbg-d5b7flvorlcq1h70d0eo425th/dep-graph.bin b/Code/ldpc/target/debug/incremental/ldpc-12be2w9yd1xqm/s-hfpfi8mo18-06mhqbg-d5b7flvorlcq1h70d0eo425th/dep-graph.bin new file mode 100644 index 0000000..33b9b96 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-12be2w9yd1xqm/s-hfpfi8mo18-06mhqbg-d5b7flvorlcq1h70d0eo425th/dep-graph.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-12be2w9yd1xqm/s-hfpfi8mo18-06mhqbg-d5b7flvorlcq1h70d0eo425th/query-cache.bin b/Code/ldpc/target/debug/incremental/ldpc-12be2w9yd1xqm/s-hfpfi8mo18-06mhqbg-d5b7flvorlcq1h70d0eo425th/query-cache.bin new file mode 100644 index 0000000..a3d0a33 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-12be2w9yd1xqm/s-hfpfi8mo18-06mhqbg-d5b7flvorlcq1h70d0eo425th/query-cache.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-12be2w9yd1xqm/s-hfpfi8mo18-06mhqbg-d5b7flvorlcq1h70d0eo425th/work-products.bin b/Code/ldpc/target/debug/incremental/ldpc-12be2w9yd1xqm/s-hfpfi8mo18-06mhqbg-d5b7flvorlcq1h70d0eo425th/work-products.bin new file mode 100644 index 0000000..ac2b114 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-12be2w9yd1xqm/s-hfpfi8mo18-06mhqbg-d5b7flvorlcq1h70d0eo425th/work-products.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-12be2w9yd1xqm/s-hfpfi8mo18-06mhqbg.lock b/Code/ldpc/target/debug/incremental/ldpc-12be2w9yd1xqm/s-hfpfi8mo18-06mhqbg.lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpiyx9n7j-0es7nqu-0srvwxx4jpiegv6cmr1nyxr0o/dep-graph.bin b/Code/ldpc/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpiyx9n7j-0es7nqu-0srvwxx4jpiegv6cmr1nyxr0o/dep-graph.bin new file mode 100644 index 0000000..aa7b9e0 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpiyx9n7j-0es7nqu-0srvwxx4jpiegv6cmr1nyxr0o/dep-graph.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpiyx9n7j-0es7nqu-0srvwxx4jpiegv6cmr1nyxr0o/query-cache.bin b/Code/ldpc/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpiyx9n7j-0es7nqu-0srvwxx4jpiegv6cmr1nyxr0o/query-cache.bin new file mode 100644 index 0000000..f73e2e6 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpiyx9n7j-0es7nqu-0srvwxx4jpiegv6cmr1nyxr0o/query-cache.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpiyx9n7j-0es7nqu-0srvwxx4jpiegv6cmr1nyxr0o/work-products.bin b/Code/ldpc/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpiyx9n7j-0es7nqu-0srvwxx4jpiegv6cmr1nyxr0o/work-products.bin new file mode 100644 index 0000000..ac2b114 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpiyx9n7j-0es7nqu-0srvwxx4jpiegv6cmr1nyxr0o/work-products.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpiyx9n7j-0es7nqu.lock b/Code/ldpc/target/debug/incremental/ldpc-20qvw75tejwzk/s-hfpiyx9n7j-0es7nqu.lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpiyx9p66-0zs8wvs-bm3m8dzrxwnhwoyrq316pg3rz/dep-graph.bin b/Code/ldpc/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpiyx9p66-0zs8wvs-bm3m8dzrxwnhwoyrq316pg3rz/dep-graph.bin new file mode 100644 index 0000000..a5dfe14 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpiyx9p66-0zs8wvs-bm3m8dzrxwnhwoyrq316pg3rz/dep-graph.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpiyx9p66-0zs8wvs-bm3m8dzrxwnhwoyrq316pg3rz/query-cache.bin b/Code/ldpc/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpiyx9p66-0zs8wvs-bm3m8dzrxwnhwoyrq316pg3rz/query-cache.bin new file mode 100644 index 0000000..7958b3a Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpiyx9p66-0zs8wvs-bm3m8dzrxwnhwoyrq316pg3rz/query-cache.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpiyx9p66-0zs8wvs-bm3m8dzrxwnhwoyrq316pg3rz/work-products.bin b/Code/ldpc/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpiyx9p66-0zs8wvs-bm3m8dzrxwnhwoyrq316pg3rz/work-products.bin new file mode 100644 index 0000000..ac2b114 Binary files /dev/null and b/Code/ldpc/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpiyx9p66-0zs8wvs-bm3m8dzrxwnhwoyrq316pg3rz/work-products.bin differ diff --git a/Code/ldpc/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpiyx9p66-0zs8wvs.lock b/Code/ldpc/target/debug/incremental/ldpc-21si3lsby7drd/s-hfpiyx9p66-0zs8wvs.lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/ldpc/target/debug/ldpc b/Code/ldpc/target/debug/ldpc new file mode 100755 index 0000000..5c519ac Binary files /dev/null and b/Code/ldpc/target/debug/ldpc differ diff --git a/Code/ldpc/target/debug/ldpc.d b/Code/ldpc/target/debug/ldpc.d new file mode 100644 index 0000000..58d96b4 --- /dev/null +++ b/Code/ldpc/target/debug/ldpc.d @@ -0,0 +1 @@ +/home/zefad/Documents/TIPE/Code/ldpc/target/debug/ldpc: /home/zefad/Documents/TIPE/Code/ldpc/src/analysis.rs /home/zefad/Documents/TIPE/Code/ldpc/src/code.rs /home/zefad/Documents/TIPE/Code/ldpc/src/construction/random.rs /home/zefad/Documents/TIPE/Code/ldpc/src/construction.rs /home/zefad/Documents/TIPE/Code/ldpc/src/decoder/bit_flip.rs /home/zefad/Documents/TIPE/Code/ldpc/src/decoder.rs /home/zefad/Documents/TIPE/Code/ldpc/src/encoder/dense.rs /home/zefad/Documents/TIPE/Code/ldpc/src/encoder.rs /home/zefad/Documents/TIPE/Code/ldpc/src/main.rs /home/zefad/Documents/TIPE/Code/ldpc/src/matrix.rs /home/zefad/Documents/TIPE/Code/ldpc/src/tanner.rs diff --git a/Code/todo.md b/Code/todo.md deleted file mode 100644 index 7f32133..0000000 --- a/Code/todo.md +++ /dev/null @@ -1,2 +0,0 @@ -- Implémenter correction d'erreur classique par répétition avec taux d'erreur varible. -- Implémenter le code de Hamming diff --git a/Notes/notes.pdf b/Notes/notes.pdf index 9bd4571..3d3eca1 100644 --- a/Notes/notes.pdf +++ b/Notes/notes.pdf @@ -5,7 +5,7 @@ << /Type /Pages /Count 9 - /Kids [700 0 R 703 0 R 709 0 R 714 0 R 716 0 R 718 0 R 724 0 R 727 0 R 731 0 R] + /Kids [715 0 R 718 0 R 724 0 R 729 0 R 731 0 R 733 0 R 739 0 R 742 0 R 746 0 R] >> endobj @@ -23,7 +23,7 @@ endobj /Parent 2 0 R /Next 4 0 R /Title - /Dest 676 0 R + /Dest 691 0 R >> endobj @@ -36,7 +36,7 @@ endobj /Last 5 0 R /Count -1 /Title - /Dest 678 0 R + /Dest 693 0 R >> endobj @@ -44,7 +44,7 @@ endobj << /Parent 4 0 R /Title - /Dest 677 0 R + /Dest 692 0 R >> endobj @@ -57,7 +57,7 @@ endobj /Last 7 0 R /Count -1 /Title - /Dest 680 0 R + /Dest 695 0 R >> endobj @@ -65,7 +65,7 @@ endobj << /Parent 6 0 R /Title - /Dest 679 0 R + /Dest 694 0 R >> endobj @@ -75,7 +75,7 @@ endobj /Next 9 0 R /Prev 6 0 R /Title (Code de Hamming) - /Dest 681 0 R + /Dest 696 0 R >> endobj @@ -88,7 +88,7 @@ endobj /Last 17 0 R /Count -5 /Title (Low-density parity-check codes (LDPC) ) - /Dest 690 0 R + /Dest 705 0 R >> endobj @@ -97,7 +97,7 @@ endobj /Parent 9 0 R /Next 11 0 R /Title - /Dest 682 0 R + /Dest 697 0 R >> endobj @@ -110,7 +110,7 @@ endobj /Last 14 0 R /Count -3 /Title (LDPC constructions) - /Dest 686 0 R + /Dest 701 0 R >> endobj @@ -119,7 +119,7 @@ endobj /Parent 11 0 R /Next 13 0 R /Title (Gallager) - /Dest 683 0 R + /Dest 698 0 R >> endobj @@ -129,7 +129,7 @@ endobj /Next 14 0 R /Prev 12 0 R /Title (MacKay et Neal) - /Dest 684 0 R + /Dest 699 0 R >> endobj @@ -138,7 +138,7 @@ endobj /Parent 11 0 R /Prev 13 0 R /Title (Codes Repeat-Accumulate (RA)) - /Dest 685 0 R + /Dest 700 0 R >> endobj @@ -148,7 +148,7 @@ endobj /Next 16 0 R /Prev 11 0 R /Title (Graphe de Tanner) - /Dest 687 0 R + /Dest 702 0 R >> endobj @@ -158,7 +158,7 @@ endobj /Next 17 0 R /Prev 15 0 R /Title (Encodage) - /Dest 688 0 R + /Dest 703 0 R >> endobj @@ -167,7 +167,7 @@ endobj /Parent 9 0 R /Prev 16 0 R /Title - /Dest 689 0 R + /Dest 704 0 R >> endobj @@ -177,7 +177,7 @@ endobj /Next 19 0 R /Prev 9 0 R /Title (QC-LDPC) - /Dest 691 0 R + /Dest 706 0 R >> endobj @@ -187,7 +187,7 @@ endobj /Next 20 0 R /Prev 18 0 R /Title (Code Rust) - /Dest 692 0 R + /Dest 707 0 R >> endobj @@ -196,13 +196,13 @@ endobj /Parent 2 0 R /Prev 19 0 R /Title (Bibliographie) - /Dest 693 0 R + /Dest 708 0 R >> endobj 21 0 obj << - /Nums [0 621 0 R 1 622 0 R 2 623 0 R 3 624 0 R 4 625 0 R 5 626 0 R 6 627 0 R 7 628 0 R 8 629 0 R] + /Nums [0 636 0 R 1 637 0 R 2 638 0 R 3 639 0 R 4 640 0 R 5 641 0 R 6 642 0 R 7 643 0 R 8 644 0 R] >> endobj @@ -218,42 +218,42 @@ endobj >> /K [32 0 R] /ParentTree << - /Nums [0 606 0 R 1 579 0 R 2 23 0 R 3 509 0 R 4 24 0 R 5 489 0 R 6 489 0 R 7 466 0 R 8 460 0 R 9 25 0 R 10 377 0 R 11 376 0 R 12 374 0 R 13 26 0 R 14 27 0 R 15 28 0 R 16 104 0 R 17 90 0 R 18 85 0 R 19 80 0 R 20 29 0 R 21 56 0 R 22 30 0 R 23 44 0 R 24 38 0 R 25 31 0 R] + /Nums [0 621 0 R 1 594 0 R 2 23 0 R 3 524 0 R 4 24 0 R 5 504 0 R 6 504 0 R 7 481 0 R 8 475 0 R 9 25 0 R 10 392 0 R 11 391 0 R 12 389 0 R 13 26 0 R 14 27 0 R 15 28 0 R 16 119 0 R 17 105 0 R 18 100 0 R 19 95 0 R 20 29 0 R 21 56 0 R 22 30 0 R 23 44 0 R 24 38 0 R 25 31 0 R] >> /ParentTreeNextKey 26 >> endobj 23 0 obj -[620 0 R 619 0 R 618 0 R 615 0 R 615 0 R 615 0 R 617 0 R 615 0 R 616 0 R 615 0 R 614 0 R 611 0 R 611 0 R 613 0 R 611 0 R 612 0 R 610 0 R 609 0 R 608 0 R 607 0 R 607 0 R 605 0 R 606 0 R 603 0 R 603 0 R 603 0 R 603 0 R 604 0 R 603 0 R 602 0 R 601 0 R 589 0 R 600 0 R 589 0 R 598 0 R 589 0 R 596 0 R 589 0 R 589 0 R 594 0 R 589 0 R 592 0 R 589 0 R 591 0 R 591 0 R 591 0 R 591 0 R 591 0 R 589 0 R 588 0 R 588 0 R 588 0 R 588 0 R 588 0 R 588 0 R 588 0 R 588 0 R 588 0 R 588 0 R 588 0 R 587 0 R 587 0 R 587 0 R 587 0 R 587 0 R 587 0 R 587 0 R 587 0 R 587 0 R 587 0 R 587 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 585 0 R 585 0 R 585 0 R 585 0 R 585 0 R 585 0 R 585 0 R 585 0 R 585 0 R 585 0 R 585 0 R 577 0 R 577 0 R 584 0 R 577 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 583 0 R 577 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 577 0 R 581 0 R 581 0 R 581 0 R 581 0 R 581 0 R 577 0 R 580 0 R 580 0 R 580 0 R 580 0 R 580 0 R 580 0 R 577 0 R 577 0 R 579 0 R 577 0 R 578 0 R 577 0 R 576 0 R 575 0 R 572 0 R 572 0 R 574 0 R 572 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 571 0 R 568 0 R 570 0 R 570 0 R 570 0 R 570 0 R 570 0 R 570 0 R 570 0 R 570 0 R 568 0 R 569 0 R 568 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 567 0 R 566 0 R 564 0 R 564 0 R 565 0 R 564 0 R 564 0 R 563 0 R] +[635 0 R 634 0 R 633 0 R 630 0 R 630 0 R 630 0 R 632 0 R 630 0 R 631 0 R 630 0 R 629 0 R 626 0 R 626 0 R 628 0 R 626 0 R 627 0 R 625 0 R 624 0 R 623 0 R 622 0 R 622 0 R 620 0 R 621 0 R 618 0 R 618 0 R 618 0 R 618 0 R 619 0 R 618 0 R 617 0 R 616 0 R 604 0 R 615 0 R 604 0 R 613 0 R 604 0 R 611 0 R 604 0 R 604 0 R 609 0 R 604 0 R 607 0 R 604 0 R 606 0 R 606 0 R 606 0 R 606 0 R 606 0 R 604 0 R 603 0 R 603 0 R 603 0 R 603 0 R 603 0 R 603 0 R 603 0 R 603 0 R 603 0 R 603 0 R 603 0 R 602 0 R 602 0 R 602 0 R 602 0 R 602 0 R 602 0 R 602 0 R 602 0 R 602 0 R 602 0 R 602 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 601 0 R 600 0 R 600 0 R 600 0 R 600 0 R 600 0 R 600 0 R 600 0 R 600 0 R 600 0 R 600 0 R 600 0 R 592 0 R 592 0 R 599 0 R 592 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 598 0 R 592 0 R 597 0 R 597 0 R 597 0 R 597 0 R 597 0 R 592 0 R 596 0 R 596 0 R 596 0 R 596 0 R 596 0 R 592 0 R 595 0 R 595 0 R 595 0 R 595 0 R 595 0 R 595 0 R 592 0 R 592 0 R 594 0 R 592 0 R 593 0 R 592 0 R 591 0 R 590 0 R 587 0 R 587 0 R 589 0 R 587 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 586 0 R 583 0 R 585 0 R 585 0 R 585 0 R 585 0 R 585 0 R 585 0 R 585 0 R 585 0 R 583 0 R 584 0 R 583 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 582 0 R 581 0 R 579 0 R 579 0 R 580 0 R 579 0 R 579 0 R 578 0 R] endobj 24 0 obj -[562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 556 0 R 561 0 R 556 0 R 560 0 R 556 0 R 559 0 R 556 0 R 556 0 R 558 0 R 556 0 R 557 0 R 556 0 R 555 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 554 0 R 552 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 552 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 551 0 R 548 0 R 550 0 R 548 0 R 543 0 R 547 0 R 547 0 R 547 0 R 547 0 R 547 0 R 547 0 R 547 0 R 547 0 R 547 0 R 547 0 R 547 0 R 543 0 R 546 0 R 543 0 R 545 0 R 543 0 R 544 0 R 544 0 R 544 0 R 544 0 R 544 0 R 544 0 R 544 0 R 544 0 R 544 0 R 544 0 R 544 0 R 544 0 R 542 0 R 542 0 R 542 0 R 542 0 R 537 0 R 541 0 R 537 0 R 540 0 R 537 0 R 539 0 R 537 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 537 0 R 534 0 R 536 0 R 536 0 R 534 0 R 535 0 R 534 0 R 527 0 R 533 0 R 527 0 R 532 0 R 532 0 R 527 0 R 531 0 R 527 0 R 530 0 R 527 0 R 529 0 R 529 0 R 527 0 R 527 0 R 528 0 R 527 0 R 525 0 R 526 0 R 525 0 R 524 0 R 524 0 R 524 0 R 524 0 R 524 0 R 524 0 R 524 0 R 524 0 R 524 0 R 524 0 R 522 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 523 0 R 522 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 518 0 R 520 0 R 518 0 R 519 0 R 518 0 R 517 0 R 517 0 R 517 0 R 517 0 R 517 0 R 516 0 R 514 0 R 515 0 R 514 0 R 511 0 R 513 0 R 511 0 R 512 0 R 512 0 R 512 0 R 511 0 R 511 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 508 0 R 509 0 R 507 0 R 504 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R 506 0 R 504 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 505 0 R 504 0 R] +[577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 577 0 R 571 0 R 576 0 R 571 0 R 575 0 R 571 0 R 574 0 R 571 0 R 571 0 R 573 0 R 571 0 R 572 0 R 571 0 R 570 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 569 0 R 567 0 R 568 0 R 568 0 R 568 0 R 568 0 R 568 0 R 568 0 R 568 0 R 568 0 R 567 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 566 0 R 563 0 R 565 0 R 563 0 R 558 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 562 0 R 558 0 R 561 0 R 558 0 R 560 0 R 558 0 R 559 0 R 559 0 R 559 0 R 559 0 R 559 0 R 559 0 R 559 0 R 559 0 R 559 0 R 559 0 R 559 0 R 559 0 R 557 0 R 557 0 R 557 0 R 557 0 R 552 0 R 556 0 R 552 0 R 555 0 R 552 0 R 554 0 R 552 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 553 0 R 552 0 R 549 0 R 551 0 R 551 0 R 549 0 R 550 0 R 549 0 R 542 0 R 548 0 R 542 0 R 547 0 R 547 0 R 542 0 R 546 0 R 542 0 R 545 0 R 542 0 R 544 0 R 544 0 R 542 0 R 542 0 R 543 0 R 542 0 R 540 0 R 541 0 R 540 0 R 539 0 R 539 0 R 539 0 R 539 0 R 539 0 R 539 0 R 539 0 R 539 0 R 539 0 R 539 0 R 537 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 538 0 R 537 0 R 536 0 R 536 0 R 536 0 R 536 0 R 536 0 R 536 0 R 536 0 R 536 0 R 536 0 R 533 0 R 535 0 R 533 0 R 534 0 R 533 0 R 532 0 R 532 0 R 532 0 R 532 0 R 532 0 R 531 0 R 529 0 R 530 0 R 529 0 R 526 0 R 528 0 R 526 0 R 527 0 R 527 0 R 527 0 R 526 0 R 526 0 R 525 0 R 525 0 R 525 0 R 525 0 R 525 0 R 525 0 R 525 0 R 525 0 R 523 0 R 524 0 R 522 0 R 519 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 521 0 R 519 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 520 0 R 519 0 R] endobj 25 0 obj -[503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 503 0 R 497 0 R 502 0 R 502 0 R 502 0 R 502 0 R 502 0 R 497 0 R 501 0 R 497 0 R 500 0 R 497 0 R 499 0 R 497 0 R 497 0 R 498 0 R 497 0 R 494 0 R 496 0 R 496 0 R 496 0 R 496 0 R 496 0 R 496 0 R 496 0 R 494 0 R 495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 495 0 R 494 0 R 488 0 R 493 0 R 488 0 R 492 0 R 488 0 R 488 0 R 491 0 R 488 0 R 489 0 R 490 0 R 488 0 R 487 0 R 481 0 R 486 0 R 481 0 R 481 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 485 0 R 481 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 484 0 R 481 0 R 483 0 R 481 0 R 482 0 R 481 0 R 478 0 R 475 0 R 477 0 R 477 0 R 475 0 R 475 0 R 476 0 R 475 0 R 469 0 R 471 0 R 471 0 R 469 0 R 470 0 R 469 0 R 468 0 R 468 0 R 468 0 R 468 0 R 459 0 R 459 0 R 467 0 R 459 0 R 466 0 R 459 0 R 465 0 R 465 0 R 465 0 R 465 0 R 459 0 R 464 0 R 459 0 R 463 0 R 463 0 R 463 0 R 459 0 R 462 0 R 459 0 R 461 0 R 459 0 R 459 0 R 460 0 R 459 0 R 457 0 R 458 0 R 457 0 R 452 0 R 456 0 R 452 0 R 455 0 R 452 0 R 454 0 R 452 0 R 452 0 R 453 0 R 452 0 R 451 0 R 451 0 R 451 0 R 451 0 R 451 0 R 451 0 R 451 0 R 451 0 R 451 0 R 451 0 R 451 0 R 451 0 R 451 0 R 451 0 R 448 0 R 450 0 R 448 0 R 449 0 R 448 0 R 446 0 R 447 0 R 433 0 R 445 0 R 433 0 R 444 0 R 433 0 R 442 0 R 433 0 R 441 0 R 433 0 R 439 0 R 433 0 R 433 0 R 438 0 R 433 0 R 437 0 R 437 0 R 437 0 R 433 0 R 433 0 R 436 0 R 436 0 R 436 0 R 433 0 R 435 0 R 433 0 R 433 0 R 434 0 R 433 0 R 432 0 R 431 0 R 430 0 R 427 0 R 427 0 R 426 0 R 423 0 R 425 0 R 425 0 R 425 0 R 425 0 R 425 0 R 425 0 R 425 0 R 425 0 R 425 0 R 425 0 R 425 0 R 423 0 R 424 0 R 424 0 R 424 0 R 424 0 R 424 0 R 424 0 R 423 0 R 421 0 R 419 0 R 420 0 R 420 0 R 420 0 R 420 0 R 420 0 R 420 0 R 420 0 R 420 0 R 419 0 R] +[518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 518 0 R 512 0 R 517 0 R 517 0 R 517 0 R 517 0 R 517 0 R 512 0 R 516 0 R 512 0 R 515 0 R 512 0 R 514 0 R 512 0 R 512 0 R 513 0 R 512 0 R 509 0 R 511 0 R 511 0 R 511 0 R 511 0 R 511 0 R 511 0 R 511 0 R 509 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 510 0 R 509 0 R 503 0 R 508 0 R 503 0 R 507 0 R 503 0 R 503 0 R 506 0 R 503 0 R 504 0 R 505 0 R 503 0 R 502 0 R 496 0 R 501 0 R 496 0 R 496 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 500 0 R 496 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 499 0 R 496 0 R 498 0 R 496 0 R 497 0 R 496 0 R 493 0 R 490 0 R 492 0 R 492 0 R 490 0 R 490 0 R 491 0 R 490 0 R 484 0 R 486 0 R 486 0 R 484 0 R 485 0 R 484 0 R 483 0 R 483 0 R 483 0 R 483 0 R 474 0 R 474 0 R 482 0 R 474 0 R 481 0 R 474 0 R 480 0 R 480 0 R 480 0 R 480 0 R 474 0 R 479 0 R 474 0 R 478 0 R 478 0 R 478 0 R 474 0 R 477 0 R 474 0 R 476 0 R 474 0 R 474 0 R 475 0 R 474 0 R 472 0 R 473 0 R 472 0 R 467 0 R 471 0 R 467 0 R 470 0 R 467 0 R 469 0 R 467 0 R 467 0 R 468 0 R 467 0 R 466 0 R 466 0 R 466 0 R 466 0 R 466 0 R 466 0 R 466 0 R 466 0 R 466 0 R 466 0 R 466 0 R 466 0 R 466 0 R 466 0 R 463 0 R 465 0 R 463 0 R 464 0 R 463 0 R 461 0 R 462 0 R 448 0 R 460 0 R 448 0 R 459 0 R 448 0 R 457 0 R 448 0 R 456 0 R 448 0 R 454 0 R 448 0 R 448 0 R 453 0 R 448 0 R 452 0 R 452 0 R 452 0 R 448 0 R 448 0 R 451 0 R 451 0 R 451 0 R 448 0 R 450 0 R 448 0 R 448 0 R 449 0 R 448 0 R 447 0 R 446 0 R 445 0 R 442 0 R 442 0 R 441 0 R 438 0 R 440 0 R 440 0 R 440 0 R 440 0 R 440 0 R 440 0 R 440 0 R 440 0 R 440 0 R 440 0 R 440 0 R 438 0 R 439 0 R 439 0 R 439 0 R 439 0 R 439 0 R 439 0 R 438 0 R 436 0 R 434 0 R 435 0 R 435 0 R 435 0 R 435 0 R 435 0 R 435 0 R 435 0 R 435 0 R 434 0 R] endobj 26 0 obj -[416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 416 0 R 412 0 R 415 0 R 412 0 R 414 0 R 412 0 R 411 0 R 409 0 R 410 0 R 409 0 R 407 0 R 405 0 R 406 0 R 405 0 R 399 0 R 399 0 R 402 0 R 399 0 R 400 0 R 399 0 R 398 0 R 398 0 R 398 0 R 398 0 R 398 0 R 395 0 R 397 0 R 395 0 R 393 0 R 393 0 R 394 0 R 393 0 R 392 0 R 392 0 R 392 0 R 392 0 R 392 0 R 392 0 R 392 0 R 392 0 R 385 0 R 391 0 R 391 0 R 391 0 R 391 0 R 385 0 R 390 0 R 385 0 R 389 0 R 385 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 388 0 R 385 0 R 387 0 R 385 0 R 386 0 R 386 0 R 386 0 R 386 0 R 386 0 R 385 0 R 384 0 R 384 0 R 384 0 R 384 0 R 384 0 R 384 0 R 384 0 R 384 0 R 378 0 R 383 0 R 383 0 R 383 0 R 383 0 R 383 0 R 383 0 R 383 0 R 378 0 R 382 0 R 378 0 R 380 0 R 380 0 R 380 0 R 380 0 R 378 0 R 379 0 R 379 0 R 378 0 R 375 0 R 377 0 R 375 0 R 376 0 R 373 0 R 374 0 R 372 0 R 365 0 R 371 0 R 365 0 R 370 0 R 365 0 R 368 0 R 365 0 R 367 0 R 365 0 R 366 0 R 366 0 R 366 0 R 366 0 R 364 0 R 363 0 R 358 0 R 362 0 R 358 0 R 360 0 R 358 0 R 358 0 R 357 0 R 354 0 R 356 0 R 354 0 R 354 0 R 353 0 R 351 0 R 352 0 R 352 0 R 352 0 R 352 0 R 352 0 R 352 0 R 352 0 R 351 0 R 350 0 R 348 0 R 349 0 R 349 0 R 348 0 R 346 0 R 344 0 R 345 0 R 345 0 R 344 0 R 341 0 R 335 0 R 340 0 R 335 0 R 339 0 R 335 0 R 335 0 R 337 0 R 335 0 R 336 0 R 336 0 R 336 0 R 336 0 R 336 0 R 335 0 R 334 0 R 333 0 R 333 0 R 330 0 R 331 0 R 330 0 R 328 0 R 327 0 R 327 0 R 324 0 R 325 0 R 324 0 R 321 0 R 320 0 R 318 0 R 317 0 R 315 0 R 312 0 R 314 0 R 312 0 R 313 0 R 312 0 R 311 0 R 309 0 R 310 0 R 310 0 R 310 0 R 310 0 R 310 0 R 310 0 R 310 0 R 310 0 R 310 0 R] +[431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 431 0 R 427 0 R 430 0 R 427 0 R 429 0 R 427 0 R 426 0 R 424 0 R 425 0 R 424 0 R 422 0 R 420 0 R 421 0 R 420 0 R 414 0 R 414 0 R 417 0 R 414 0 R 415 0 R 414 0 R 413 0 R 413 0 R 413 0 R 413 0 R 413 0 R 410 0 R 412 0 R 410 0 R 408 0 R 408 0 R 409 0 R 408 0 R 407 0 R 407 0 R 407 0 R 407 0 R 407 0 R 407 0 R 407 0 R 407 0 R 400 0 R 406 0 R 406 0 R 406 0 R 406 0 R 400 0 R 405 0 R 400 0 R 404 0 R 400 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 403 0 R 400 0 R 402 0 R 400 0 R 401 0 R 401 0 R 401 0 R 401 0 R 401 0 R 400 0 R 399 0 R 399 0 R 399 0 R 399 0 R 399 0 R 399 0 R 399 0 R 399 0 R 393 0 R 398 0 R 398 0 R 398 0 R 398 0 R 398 0 R 398 0 R 398 0 R 393 0 R 397 0 R 393 0 R 395 0 R 395 0 R 395 0 R 395 0 R 393 0 R 394 0 R 394 0 R 393 0 R 390 0 R 392 0 R 390 0 R 391 0 R 388 0 R 389 0 R 387 0 R 380 0 R 386 0 R 380 0 R 385 0 R 380 0 R 383 0 R 380 0 R 382 0 R 380 0 R 381 0 R 381 0 R 381 0 R 381 0 R 379 0 R 378 0 R 373 0 R 377 0 R 373 0 R 375 0 R 373 0 R 373 0 R 372 0 R 369 0 R 371 0 R 369 0 R 369 0 R 368 0 R 366 0 R 367 0 R 367 0 R 367 0 R 367 0 R 367 0 R 367 0 R 367 0 R 366 0 R 365 0 R 363 0 R 364 0 R 364 0 R 363 0 R 361 0 R 359 0 R 360 0 R 360 0 R 359 0 R 356 0 R 350 0 R 355 0 R 350 0 R 354 0 R 350 0 R 350 0 R 352 0 R 350 0 R 351 0 R 351 0 R 351 0 R 351 0 R 351 0 R 350 0 R 349 0 R 348 0 R 348 0 R 345 0 R 346 0 R 345 0 R 343 0 R 342 0 R 342 0 R 339 0 R 340 0 R 339 0 R 336 0 R 335 0 R 333 0 R 332 0 R 330 0 R 327 0 R 329 0 R 327 0 R 328 0 R 327 0 R 326 0 R 324 0 R 325 0 R 325 0 R 325 0 R 325 0 R 325 0 R 325 0 R 325 0 R 325 0 R 325 0 R] endobj 27 0 obj -[307 0 R 305 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 306 0 R 302 0 R 301 0 R 299 0 R 300 0 R 299 0 R 299 0 R 298 0 R 289 0 R 297 0 R 289 0 R 295 0 R 289 0 R 293 0 R 293 0 R 289 0 R 289 0 R 291 0 R 291 0 R 291 0 R 289 0 R 288 0 R 287 0 R 282 0 R 286 0 R 286 0 R 282 0 R 284 0 R 282 0 R 282 0 R 283 0 R 282 0 R 279 0 R 278 0 R 277 0 R 277 0 R 274 0 R 273 0 R 265 0 R 272 0 R 272 0 R 265 0 R 270 0 R 265 0 R 265 0 R 269 0 R 265 0 R 267 0 R 267 0 R 265 0 R 262 0 R 261 0 R 254 0 R 257 0 R 257 0 R 257 0 R 257 0 R 254 0 R 256 0 R 256 0 R 256 0 R 256 0 R 254 0 R 255 0 R 255 0 R 255 0 R 255 0 R 254 0 R 253 0 R 250 0 R 251 0 R 251 0 R 251 0 R 251 0 R 251 0 R 251 0 R 251 0 R 251 0 R 251 0 R 250 0 R 248 0 R 249 0 R 249 0 R 249 0 R 249 0 R 248 0 R 247 0 R 246 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 245 0 R 244 0 R 243 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 242 0 R 241 0 R 240 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 239 0 R 238 0 R 237 0 R 237 0 R 237 0 R 237 0 R 237 0 R 237 0 R 237 0 R 237 0 R 237 0 R 237 0 R 235 0 R 236 0 R 235 0 R 234 0 R 233 0 R 230 0 R 232 0 R 230 0 R 227 0 R 225 0 R 226 0 R 225 0 R] +[322 0 R 320 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 321 0 R 317 0 R 316 0 R 314 0 R 315 0 R 314 0 R 314 0 R 313 0 R 304 0 R 312 0 R 304 0 R 310 0 R 304 0 R 308 0 R 308 0 R 304 0 R 304 0 R 306 0 R 306 0 R 306 0 R 304 0 R 303 0 R 302 0 R 297 0 R 301 0 R 301 0 R 297 0 R 299 0 R 297 0 R 297 0 R 298 0 R 297 0 R 294 0 R 293 0 R 292 0 R 292 0 R 289 0 R 288 0 R 280 0 R 287 0 R 287 0 R 280 0 R 285 0 R 280 0 R 280 0 R 284 0 R 280 0 R 282 0 R 282 0 R 280 0 R 277 0 R 276 0 R 269 0 R 272 0 R 272 0 R 272 0 R 272 0 R 269 0 R 271 0 R 271 0 R 271 0 R 271 0 R 269 0 R 270 0 R 270 0 R 270 0 R 270 0 R 269 0 R 268 0 R 265 0 R 266 0 R 266 0 R 266 0 R 266 0 R 266 0 R 266 0 R 266 0 R 266 0 R 266 0 R 265 0 R 263 0 R 264 0 R 264 0 R 264 0 R 264 0 R 263 0 R 262 0 R 261 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 260 0 R 259 0 R 258 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 257 0 R 256 0 R 255 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 254 0 R 253 0 R 252 0 R 252 0 R 252 0 R 252 0 R 252 0 R 252 0 R 252 0 R 252 0 R 252 0 R 252 0 R 250 0 R 251 0 R 250 0 R 249 0 R 248 0 R 245 0 R 247 0 R 245 0 R 242 0 R 240 0 R 241 0 R 240 0 R] endobj 28 0 obj -[222 0 R 221 0 R 221 0 R 221 0 R 218 0 R 217 0 R 205 0 R 213 0 R 213 0 R 213 0 R 213 0 R 213 0 R 205 0 R 212 0 R 212 0 R 205 0 R 205 0 R 211 0 R 211 0 R 205 0 R 210 0 R 210 0 R 210 0 R 210 0 R 210 0 R 210 0 R 210 0 R 205 0 R 209 0 R 205 0 R 205 0 R 208 0 R 205 0 R 207 0 R 207 0 R 207 0 R 205 0 R 206 0 R 205 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 204 0 R 203 0 R 202 0 R 196 0 R 201 0 R 196 0 R 199 0 R 196 0 R 197 0 R 196 0 R 196 0 R 193 0 R 192 0 R 189 0 R 188 0 R 182 0 R 184 0 R 184 0 R 182 0 R 183 0 R 183 0 R 182 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 175 0 R 180 0 R 175 0 R 175 0 R 178 0 R 178 0 R 178 0 R 178 0 R 178 0 R 177 0 R 177 0 R 177 0 R 177 0 R 177 0 R 177 0 R 177 0 R 177 0 R 176 0 R 176 0 R 176 0 R 176 0 R 176 0 R 176 0 R 176 0 R 176 0 R 175 0 R 175 0 R 175 0 R 174 0 R 173 0 R 172 0 R 171 0 R 171 0 R 171 0 R 171 0 R 171 0 R 171 0 R 171 0 R 171 0 R 171 0 R 170 0 R 168 0 R 167 0 R 167 0 R 167 0 R 167 0 R 167 0 R 165 0 R 166 0 R 166 0 R 166 0 R 166 0 R 166 0 R 163 0 R 162 0 R 162 0 R 162 0 R 162 0 R 162 0 R 159 0 R 161 0 R 159 0 R 160 0 R 160 0 R 160 0 R 160 0 R 160 0 R] +[237 0 R 236 0 R 236 0 R 236 0 R 233 0 R 232 0 R 220 0 R 228 0 R 228 0 R 228 0 R 228 0 R 228 0 R 220 0 R 227 0 R 227 0 R 220 0 R 220 0 R 226 0 R 226 0 R 220 0 R 225 0 R 225 0 R 225 0 R 225 0 R 225 0 R 225 0 R 225 0 R 220 0 R 224 0 R 220 0 R 220 0 R 223 0 R 220 0 R 222 0 R 222 0 R 222 0 R 220 0 R 221 0 R 220 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 219 0 R 218 0 R 217 0 R 211 0 R 216 0 R 211 0 R 214 0 R 211 0 R 212 0 R 211 0 R 211 0 R 208 0 R 207 0 R 204 0 R 203 0 R 197 0 R 199 0 R 199 0 R 197 0 R 198 0 R 198 0 R 197 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 196 0 R 190 0 R 195 0 R 190 0 R 190 0 R 193 0 R 193 0 R 193 0 R 193 0 R 193 0 R 192 0 R 192 0 R 192 0 R 192 0 R 192 0 R 192 0 R 192 0 R 192 0 R 191 0 R 191 0 R 191 0 R 191 0 R 191 0 R 191 0 R 191 0 R 191 0 R 190 0 R 190 0 R 190 0 R 189 0 R 188 0 R 187 0 R 186 0 R 186 0 R 186 0 R 186 0 R 186 0 R 186 0 R 186 0 R 186 0 R 186 0 R 185 0 R 183 0 R 182 0 R 182 0 R 182 0 R 182 0 R 182 0 R 180 0 R 181 0 R 181 0 R 181 0 R 181 0 R 181 0 R 178 0 R 177 0 R 177 0 R 177 0 R 177 0 R 177 0 R 174 0 R 176 0 R 174 0 R 175 0 R 175 0 R 175 0 R 175 0 R 175 0 R] endobj 29 0 obj -[157 0 R 154 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 154 0 R 155 0 R 155 0 R 155 0 R 155 0 R 155 0 R 155 0 R 155 0 R 154 0 R 154 0 R 152 0 R 151 0 R 151 0 R 151 0 R 151 0 R 149 0 R 150 0 R 149 0 R 146 0 R 142 0 R 145 0 R 142 0 R 144 0 R 144 0 R 144 0 R 144 0 R 142 0 R 143 0 R 143 0 R 143 0 R 143 0 R 142 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 141 0 R 140 0 R 139 0 R 138 0 R 137 0 R 137 0 R 135 0 R 136 0 R 135 0 R 134 0 R 134 0 R 133 0 R 132 0 R 132 0 R 131 0 R 131 0 R 130 0 R 130 0 R 129 0 R 129 0 R 128 0 R 128 0 R 127 0 R 127 0 R 126 0 R 126 0 R 125 0 R 125 0 R 124 0 R 124 0 R 123 0 R 123 0 R 122 0 R 121 0 R 117 0 R 119 0 R 117 0 R 117 0 R 118 0 R 117 0 R 114 0 R 113 0 R 106 0 R 108 0 R 106 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 107 0 R 106 0 R 103 0 R 105 0 R 103 0 R 103 0 R 104 0 R 103 0 R 102 0 R 100 0 R 101 0 R 99 0 R 99 0 R 99 0 R 99 0 R 99 0 R 99 0 R 99 0 R 99 0 R 99 0 R 99 0 R 95 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 98 0 R 95 0 R 97 0 R 95 0 R 96 0 R 95 0 R 94 0 R 94 0 R 94 0 R 94 0 R 94 0 R 94 0 R 94 0 R 94 0 R 94 0 R 93 0 R 89 0 R 92 0 R 89 0 R 89 0 R 91 0 R 89 0 R 90 0 R 89 0 R 89 0 R 87 0 R 84 0 R 86 0 R 84 0 R 85 0 R 84 0 R 81 0 R 79 0 R 80 0 R 79 0 R] +[172 0 R 169 0 R 171 0 R 171 0 R 171 0 R 171 0 R 171 0 R 171 0 R 171 0 R 169 0 R 170 0 R 170 0 R 170 0 R 170 0 R 170 0 R 170 0 R 170 0 R 169 0 R 169 0 R 167 0 R 166 0 R 166 0 R 166 0 R 166 0 R 164 0 R 165 0 R 164 0 R 161 0 R 157 0 R 160 0 R 157 0 R 159 0 R 159 0 R 159 0 R 159 0 R 157 0 R 158 0 R 158 0 R 158 0 R 158 0 R 157 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 156 0 R 155 0 R 154 0 R 153 0 R 152 0 R 152 0 R 150 0 R 151 0 R 150 0 R 149 0 R 149 0 R 148 0 R 147 0 R 147 0 R 146 0 R 146 0 R 145 0 R 145 0 R 144 0 R 144 0 R 143 0 R 143 0 R 142 0 R 142 0 R 141 0 R 141 0 R 140 0 R 140 0 R 139 0 R 139 0 R 138 0 R 138 0 R 137 0 R 136 0 R 132 0 R 134 0 R 132 0 R 132 0 R 133 0 R 132 0 R 129 0 R 128 0 R 121 0 R 123 0 R 121 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 122 0 R 121 0 R 118 0 R 120 0 R 118 0 R 118 0 R 119 0 R 118 0 R 117 0 R 115 0 R 116 0 R 114 0 R 114 0 R 114 0 R 114 0 R 114 0 R 114 0 R 114 0 R 114 0 R 114 0 R 114 0 R 110 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 113 0 R 110 0 R 112 0 R 110 0 R 111 0 R 110 0 R 109 0 R 109 0 R 109 0 R 109 0 R 109 0 R 109 0 R 109 0 R 109 0 R 109 0 R 108 0 R 104 0 R 107 0 R 104 0 R 104 0 R 106 0 R 104 0 R 105 0 R 104 0 R 104 0 R 102 0 R 99 0 R 101 0 R 99 0 R 100 0 R 99 0 R 96 0 R 94 0 R 95 0 R 94 0 R] endobj 30 0 obj -[78 0 R 77 0 R 76 0 R 75 0 R 73 0 R 72 0 R 69 0 R 66 0 R 68 0 R 66 0 R 67 0 R 67 0 R 67 0 R 67 0 R 67 0 R 66 0 R 64 0 R 63 0 R 60 0 R 59 0 R 59 0 R 57 0 R 55 0 R 56 0 R 55 0 R 53 0 R 51 0 R 52 0 R 51 0 R 49 0 R 48 0 R] +[93 0 R 92 0 R 91 0 R 90 0 R 88 0 R 87 0 R 84 0 R 80 0 R 83 0 R 80 0 R 82 0 R 80 0 R 81 0 R 81 0 R 81 0 R 81 0 R 78 0 R 77 0 R 75 0 R 74 0 R 72 0 R 71 0 R 69 0 R 66 0 R 68 0 R 66 0 R 67 0 R 66 0 R 64 0 R 63 0 R 60 0 R 59 0 R 59 0 R 57 0 R 55 0 R 56 0 R 55 0 R 53 0 R 51 0 R 52 0 R 51 0 R 49 0 R 48 0 R] endobj 31 0 obj @@ -265,7 +265,7 @@ endobj /Type /StructElem /S /Document /P 22 0 R - /K [620 0 R 619 0 R 618 0 R 615 0 R 614 0 R 613 0 R 612 0 R 611 0 R 610 0 R 609 0 R 608 0 R 607 0 R 605 0 R 603 0 R 602 0 R 601 0 R 589 0 R 588 0 R 587 0 R 586 0 R 585 0 R 577 0 R 575 0 R 572 0 R 571 0 R 568 0 R 567 0 R 564 0 R 563 0 R 562 0 R 556 0 R 555 0 R 554 0 R 552 0 R 551 0 R 548 0 R 543 0 R 542 0 R 537 0 R 534 0 R 527 0 R 525 0 R 524 0 R 522 0 R 521 0 R 518 0 R 517 0 R 514 0 R 511 0 R 510 0 R 508 0 R 507 0 R 504 0 R 503 0 R 497 0 R 494 0 R 488 0 R 472 0 R 469 0 R 468 0 R 459 0 R 457 0 R 452 0 R 451 0 R 448 0 R 446 0 R 433 0 R 428 0 R 427 0 R 417 0 R 416 0 R 412 0 R 403 0 R 399 0 R 398 0 R 395 0 R 393 0 R 392 0 R 385 0 R 384 0 R 378 0 R 375 0 R 373 0 R 365 0 R 364 0 R 358 0 R 354 0 R 351 0 R 342 0 R 335 0 R 322 0 R 312 0 R 303 0 R 302 0 R 299 0 R 298 0 R 289 0 R 258 0 R 254 0 R 250 0 R 248 0 R 246 0 R 245 0 R 243 0 R 242 0 R 240 0 R 239 0 R 238 0 R 237 0 R 235 0 R 234 0 R 214 0 R 205 0 R 204 0 R 203 0 R 185 0 R 182 0 R 181 0 R 175 0 R 174 0 R 173 0 R 147 0 R 142 0 R 141 0 R 140 0 R 139 0 R 138 0 R 137 0 R 136 0 R 135 0 R 134 0 R 133 0 R 132 0 R 131 0 R 130 0 R 129 0 R 128 0 R 127 0 R 126 0 R 125 0 R 124 0 R 123 0 R 109 0 R 106 0 R 103 0 R 102 0 R 100 0 R 99 0 R 95 0 R 94 0 R 82 0 R 81 0 R 79 0 R 78 0 R 77 0 R 46 0 R 45 0 R 33 0 R] + /K [635 0 R 634 0 R 633 0 R 630 0 R 629 0 R 628 0 R 627 0 R 626 0 R 625 0 R 624 0 R 623 0 R 622 0 R 620 0 R 618 0 R 617 0 R 616 0 R 604 0 R 603 0 R 602 0 R 601 0 R 600 0 R 592 0 R 590 0 R 587 0 R 586 0 R 583 0 R 582 0 R 579 0 R 578 0 R 577 0 R 571 0 R 570 0 R 569 0 R 567 0 R 566 0 R 563 0 R 558 0 R 557 0 R 552 0 R 549 0 R 542 0 R 540 0 R 539 0 R 537 0 R 536 0 R 533 0 R 532 0 R 529 0 R 526 0 R 525 0 R 523 0 R 522 0 R 519 0 R 518 0 R 512 0 R 509 0 R 503 0 R 487 0 R 484 0 R 483 0 R 474 0 R 472 0 R 467 0 R 466 0 R 463 0 R 461 0 R 448 0 R 443 0 R 442 0 R 432 0 R 431 0 R 427 0 R 418 0 R 414 0 R 413 0 R 410 0 R 408 0 R 407 0 R 400 0 R 399 0 R 393 0 R 390 0 R 388 0 R 380 0 R 379 0 R 373 0 R 369 0 R 366 0 R 357 0 R 350 0 R 337 0 R 327 0 R 318 0 R 317 0 R 314 0 R 313 0 R 304 0 R 273 0 R 269 0 R 265 0 R 263 0 R 261 0 R 260 0 R 258 0 R 257 0 R 255 0 R 254 0 R 253 0 R 252 0 R 250 0 R 249 0 R 229 0 R 220 0 R 219 0 R 218 0 R 200 0 R 197 0 R 196 0 R 190 0 R 189 0 R 188 0 R 162 0 R 157 0 R 156 0 R 155 0 R 154 0 R 153 0 R 152 0 R 151 0 R 150 0 R 149 0 R 148 0 R 147 0 R 146 0 R 145 0 R 144 0 R 143 0 R 142 0 R 141 0 R 140 0 R 139 0 R 138 0 R 124 0 R 121 0 R 118 0 R 117 0 R 115 0 R 114 0 R 110 0 R 109 0 R 97 0 R 96 0 R 94 0 R 93 0 R 92 0 R 46 0 R 45 0 R 33 0 R] >> endobj @@ -306,7 +306,7 @@ endobj /S /BibEntry /P 35 0 R /K [7] - /Pg 731 0 R + /Pg 746 0 R >> endobj @@ -326,10 +326,10 @@ endobj /P 37 0 R /K [6 << /Type /OBJR - /Pg 731 0 R - /Obj 730 0 R + /Pg 746 0 R + /Obj 745 0 R >>] - /Pg 731 0 R + /Pg 746 0 R >> endobj @@ -357,7 +357,7 @@ endobj /S /BibEntry /P 40 0 R /K [2 42 0 R 4 5] - /Pg 731 0 R + /Pg 746 0 R >> endobj @@ -367,7 +367,7 @@ endobj /S /Em /P 41 0 R /K [3] - /Pg 731 0 R + /Pg 746 0 R >> endobj @@ -387,10 +387,10 @@ endobj /P 43 0 R /K [1 << /Type /OBJR - /Pg 731 0 R - /Obj 729 0 R + /Pg 746 0 R + /Obj 744 0 R >>] - /Pg 731 0 R + /Pg 746 0 R >> endobj @@ -401,7 +401,7 @@ endobj /P 32 0 R /T (Bibliographie) /K [0] - /Pg 731 0 R + /Pg 746 0 R >> endobj @@ -414,7 +414,7 @@ endobj /O /List /ListNumbering /Circle >>] - /K [74 0 R 70 0 R 61 0 R 58 0 R 54 0 R 50 0 R 47 0 R] + /K [89 0 R 85 0 R 61 0 R 58 0 R 54 0 R 50 0 R 47 0 R] >> endobj @@ -432,8 +432,8 @@ endobj /Type /StructElem /S /LBody /P 47 0 R - /K [30] - /Pg 727 0 R + /K [42] + /Pg 742 0 R >> endobj @@ -442,8 +442,8 @@ endobj /Type /StructElem /S /Lbl /P 47 0 R - /K [29] - /Pg 727 0 R + /K [41] + /Pg 742 0 R >> endobj @@ -461,8 +461,8 @@ endobj /Type /StructElem /S /LBody /P 50 0 R - /K [26 52 0 R 28] - /Pg 727 0 R + /K [38 52 0 R 40] + /Pg 742 0 R >> endobj @@ -472,8 +472,8 @@ endobj /S /Code /P 51 0 R /Lang (en) - /K [27] - /Pg 727 0 R + /K [39] + /Pg 742 0 R >> endobj @@ -482,8 +482,8 @@ endobj /Type /StructElem /S /Lbl /P 50 0 R - /K [25] - /Pg 727 0 R + /K [37] + /Pg 742 0 R >> endobj @@ -501,8 +501,8 @@ endobj /Type /StructElem /S /LBody /P 54 0 R - /K [22 56 0 R 24] - /Pg 727 0 R + /K [34 56 0 R 36] + /Pg 742 0 R >> endobj @@ -511,12 +511,12 @@ endobj /Type /StructElem /S /Link /P 55 0 R - /K [23 << + /K [35 << /Type /OBJR - /Pg 727 0 R - /Obj 726 0 R + /Pg 742 0 R + /Obj 741 0 R >>] - /Pg 727 0 R + /Pg 742 0 R >> endobj @@ -525,8 +525,8 @@ endobj /Type /StructElem /S /Lbl /P 54 0 R - /K [21] - /Pg 727 0 R + /K [33] + /Pg 742 0 R >> endobj @@ -544,8 +544,8 @@ endobj /Type /StructElem /S /LBody /P 58 0 R - /K [19 20] - /Pg 727 0 R + /K [31 32] + /Pg 742 0 R >> endobj @@ -554,8 +554,8 @@ endobj /Type /StructElem /S /Lbl /P 58 0 R - /K [18] - /Pg 727 0 R + /K [30] + /Pg 742 0 R >> endobj @@ -568,7 +568,7 @@ endobj /O /List /ListNumbering /Circle >>] - /K [65 0 R 62 0 R] + /K [79 0 R 76 0 R 73 0 R 70 0 R 65 0 R 62 0 R] >> endobj @@ -586,8 +586,8 @@ endobj /Type /StructElem /S /LBody /P 62 0 R - /K [17] - /Pg 727 0 R + /K [29] + /Pg 742 0 R >> endobj @@ -596,8 +596,8 @@ endobj /Type /StructElem /S /Lbl /P 62 0 R - /K [16] - /Pg 727 0 R + /K [28] + /Pg 742 0 R >> endobj @@ -615,8 +615,8 @@ endobj /Type /StructElem /S /LBody /P 65 0 R - /K [7 68 0 R 9 67 0 R 15] - /Pg 727 0 R + /K [23 68 0 R 25 67 0 R 27] + /Pg 742 0 R >> endobj @@ -625,8 +625,8 @@ endobj /Type /StructElem /S /Formula /P 66 0 R - /K [10 11 12 13 14] - /Pg 727 0 R + /K [26] + /Pg 742 0 R >> endobj @@ -635,8 +635,8 @@ endobj /Type /StructElem /S /Formula /P 66 0 R - /K [8] - /Pg 727 0 R + /K [24] + /Pg 742 0 R >> endobj @@ -645,8 +645,8 @@ endobj /Type /StructElem /S /Lbl /P 65 0 R - /K [6] - /Pg 727 0 R + /K [22] + /Pg 742 0 R >> endobj @@ -654,8 +654,8 @@ endobj << /Type /StructElem /S /LI - /P 46 0 R - /K [73 0 R 71 0 R] + /P 61 0 R + /K [72 0 R 71 0 R] >> endobj @@ -664,117 +664,263 @@ endobj /Type /StructElem /S /LBody /P 70 0 R - /K [72 0 R] + /K [21] + /Pg 742 0 R >> endobj 72 0 obj << /Type /StructElem - /S /P - /P 71 0 R - /K [5] - /Pg 727 0 R + /S /Lbl + /P 70 0 R + /K [20] + /Pg 742 0 R >> endobj 73 0 obj << /Type /StructElem - /S /Lbl - /P 70 0 R - /K [4] - /Pg 727 0 R + /S /LI + /P 61 0 R + /K [75 0 R 74 0 R] >> endobj 74 0 obj << /Type /StructElem - /S /LI - /P 46 0 R - /K [76 0 R 75 0 R] + /S /LBody + /P 73 0 R + /K [19] + /Pg 742 0 R >> endobj 75 0 obj << /Type /StructElem - /S /LBody - /P 74 0 R - /K [3] - /Pg 727 0 R + /S /Lbl + /P 73 0 R + /K [18] + /Pg 742 0 R >> endobj 76 0 obj << /Type /StructElem - /S /Lbl - /P 74 0 R - /K [2] - /Pg 727 0 R + /S /LI + /P 61 0 R + /K [78 0 R 77 0 R] >> endobj 77 0 obj << /Type /StructElem - /S /H1 - /P 32 0 R - /T (Code Rust) - /K [1] - /Pg 727 0 R + /S /LBody + /P 76 0 R + /K [17] + /Pg 742 0 R >> endobj 78 0 obj << /Type /StructElem - /S /H1 - /P 32 0 R - /T (QC-LDPC) - /K [0] - /Pg 727 0 R + /S /Lbl + /P 76 0 R + /K [16] + /Pg 742 0 R >> endobj 79 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [203 80 0 R 205] - /Pg 724 0 R + /S /LI + /P 61 0 R + /K [84 0 R 80 0 R] >> endobj 80 0 obj << /Type /StructElem - /S /Link + /S /LBody /P 79 0 R - /K [204 << - /Type /OBJR - /Pg 724 0 R - /Obj 723 0 R - >>] - /Pg 724 0 R + /K [7 83 0 R 9 82 0 R 11 81 0 R] + /Pg 742 0 R >> endobj 81 0 obj << /Type /StructElem - /S /H2 - /P 32 0 R - /T - /K [202] - /Pg 724 0 R + /S /Formula + /P 80 0 R + /K [12 13 14 15] + /Pg 742 0 R >> endobj 82 0 obj +<< + /Type /StructElem + /S /Formula + /P 80 0 R + /K [10] + /Pg 742 0 R +>> +endobj + +83 0 obj +<< + /Type /StructElem + /S /Formula + /P 80 0 R + /K [8] + /Pg 742 0 R +>> +endobj + +84 0 obj +<< + /Type /StructElem + /S /Lbl + /P 79 0 R + /K [6] + /Pg 742 0 R +>> +endobj + +85 0 obj +<< + /Type /StructElem + /S /LI + /P 46 0 R + /K [88 0 R 86 0 R] +>> +endobj + +86 0 obj +<< + /Type /StructElem + /S /LBody + /P 85 0 R + /K [87 0 R] +>> +endobj + +87 0 obj +<< + /Type /StructElem + /S /P + /P 86 0 R + /K [5] + /Pg 742 0 R +>> +endobj + +88 0 obj +<< + /Type /StructElem + /S /Lbl + /P 85 0 R + /K [4] + /Pg 742 0 R +>> +endobj + +89 0 obj +<< + /Type /StructElem + /S /LI + /P 46 0 R + /K [91 0 R 90 0 R] +>> +endobj + +90 0 obj +<< + /Type /StructElem + /S /LBody + /P 89 0 R + /K [3] + /Pg 742 0 R +>> +endobj + +91 0 obj +<< + /Type /StructElem + /S /Lbl + /P 89 0 R + /K [2] + /Pg 742 0 R +>> +endobj + +92 0 obj +<< + /Type /StructElem + /S /H1 + /P 32 0 R + /T (Code Rust) + /K [1] + /Pg 742 0 R +>> +endobj + +93 0 obj +<< + /Type /StructElem + /S /H1 + /P 32 0 R + /T (QC-LDPC) + /K [0] + /Pg 742 0 R +>> +endobj + +94 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [203 95 0 R 205] + /Pg 739 0 R +>> +endobj + +95 0 obj +<< + /Type /StructElem + /S /Link + /P 94 0 R + /K [204 << + /Type /OBJR + /Pg 739 0 R + /Obj 738 0 R + >>] + /Pg 739 0 R +>> +endobj + +96 0 obj +<< + /Type /StructElem + /S /H2 + /P 32 0 R + /T + /K [202] + /Pg 739 0 R +>> +endobj + +97 0 obj << /Type /StructElem /S /L @@ -783,127 +929,127 @@ endobj /O /List /ListNumbering /Decimal >>] - /K [88 0 R 83 0 R] + /K [103 0 R 98 0 R] >> endobj -83 0 obj +98 0 obj << /Type /StructElem /S /LI - /P 82 0 R - /K [87 0 R 84 0 R] + /P 97 0 R + /K [102 0 R 99 0 R] >> endobj -84 0 obj +99 0 obj << /Type /StructElem /S /LBody - /P 83 0 R - /K [197 86 0 R 199 85 0 R 201] - /Pg 724 0 R + /P 98 0 R + /K [197 101 0 R 199 100 0 R 201] + /Pg 739 0 R >> endobj -85 0 obj +100 0 obj << /Type /StructElem /S /Link - /P 84 0 R + /P 99 0 R /K [200 << /Type /OBJR - /Pg 724 0 R - /Obj 722 0 R + /Pg 739 0 R + /Obj 737 0 R >>] - /Pg 724 0 R + /Pg 739 0 R >> endobj -86 0 obj +101 0 obj << /Type /StructElem /S /Formula - /P 84 0 R + /P 99 0 R /K [198] - /Pg 724 0 R + /Pg 739 0 R >> endobj -87 0 obj +102 0 obj << /Type /StructElem /S /Lbl - /P 83 0 R + /P 98 0 R /K [196] - /Pg 724 0 R + /Pg 739 0 R >> endobj -88 0 obj +103 0 obj << /Type /StructElem /S /LI - /P 82 0 R - /K [93 0 R 89 0 R] + /P 97 0 R + /K [108 0 R 104 0 R] >> endobj -89 0 obj +104 0 obj << /Type /StructElem /S /LBody - /P 88 0 R - /K [187 92 0 R 189 190 91 0 R 192 90 0 R 194 195] - /Pg 724 0 R + /P 103 0 R + /K [187 107 0 R 189 190 106 0 R 192 105 0 R 194 195] + /Pg 739 0 R >> endobj -90 0 obj +105 0 obj << /Type /StructElem /S /Link - /P 89 0 R + /P 104 0 R /K [193 << /Type /OBJR - /Pg 724 0 R - /Obj 721 0 R + /Pg 739 0 R + /Obj 736 0 R >>] - /Pg 724 0 R + /Pg 739 0 R >> endobj -91 0 obj +106 0 obj << /Type /StructElem /S /Formula - /P 89 0 R + /P 104 0 R /K [191] - /Pg 724 0 R + /Pg 739 0 R >> endobj -92 0 obj +107 0 obj << /Type /StructElem /S /Formula - /P 89 0 R + /P 104 0 R /K [188] - /Pg 724 0 R + /Pg 739 0 R >> endobj -93 0 obj +108 0 obj << /Type /StructElem /S /Lbl - /P 88 0 R + /P 103 0 R /K [186] - /Pg 724 0 R + /Pg 739 0 R >> endobj -94 0 obj +109 0 obj << /Type /StructElem /S /Formula @@ -913,51 +1059,51 @@ endobj /Placement /Block >>] /K [177 178 179 180 181 182 183 184 185] - /Pg 724 0 R + /Pg 739 0 R >> endobj -95 0 obj +110 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [155 98 0 R 172 97 0 R 174 96 0 R 176] - /Pg 724 0 R + /K [155 113 0 R 172 112 0 R 174 111 0 R 176] + /Pg 739 0 R >> endobj -96 0 obj +111 0 obj << /Type /StructElem /S /Formula - /P 95 0 R + /P 110 0 R /K [175] - /Pg 724 0 R + /Pg 739 0 R >> endobj -97 0 obj +112 0 obj << /Type /StructElem /S /Formula - /P 95 0 R + /P 110 0 R /K [173] - /Pg 724 0 R + /Pg 739 0 R >> endobj -98 0 obj +113 0 obj << /Type /StructElem /S /Formula - /P 95 0 R + /P 110 0 R /K [156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171] - /Pg 724 0 R + /Pg 739 0 R >> endobj -99 0 obj +114 0 obj << /Type /StructElem /S /Formula @@ -967,106 +1113,106 @@ endobj /Placement /Block >>] /K [145 146 147 148 149 150 151 152 153 154] - /Pg 724 0 R + /Pg 739 0 R >> endobj -100 0 obj +115 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [143 101 0 R] - /Pg 724 0 R + /K [143 116 0 R] + /Pg 739 0 R >> endobj -101 0 obj +116 0 obj << /Type /StructElem /S /Em - /P 100 0 R + /P 115 0 R /K [144] - /Pg 724 0 R + /Pg 739 0 R >> endobj -102 0 obj +117 0 obj << /Type /StructElem /S /H2 /P 32 0 R /T (Encodage) /K [142] - /Pg 724 0 R + /Pg 739 0 R >> endobj -103 0 obj +118 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [136 105 0 R 138 139 104 0 R 141] - /Pg 724 0 R + /K [136 120 0 R 138 139 119 0 R 141] + /Pg 739 0 R >> endobj -104 0 obj +119 0 obj << /Type /StructElem /S /Link - /P 103 0 R + /P 118 0 R /K [140 << /Type /OBJR - /Pg 724 0 R - /Obj 720 0 R + /Pg 739 0 R + /Obj 735 0 R >>] - /Pg 724 0 R + /Pg 739 0 R >> endobj -105 0 obj +120 0 obj << /Type /StructElem /S /Formula - /P 103 0 R + /P 118 0 R /K [137] - /Pg 724 0 R + /Pg 739 0 R >> endobj -106 0 obj +121 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [110 108 0 R 112 107 0 R 135] - /Pg 724 0 R + /K [110 123 0 R 112 122 0 R 135] + /Pg 739 0 R >> endobj -107 0 obj +122 0 obj << /Type /StructElem /S /Formula - /P 106 0 R + /P 121 0 R /K [113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134] - /Pg 724 0 R + /Pg 739 0 R >> endobj -108 0 obj +123 0 obj << /Type /StructElem /S /Formula - /P 106 0 R + /P 121 0 R /K [111] - /Pg 724 0 R + /Pg 739 0 R >> endobj -109 0 obj +124 0 obj << /Type /StructElem /S /L @@ -1075,135 +1221,135 @@ endobj /O /List /ListNumbering /Circle >>] - /K [115 0 R 110 0 R] + /K [130 0 R 125 0 R] >> endobj -110 0 obj +125 0 obj << /Type /StructElem /S /LI - /P 109 0 R - /K [114 0 R 111 0 R] + /P 124 0 R + /K [129 0 R 126 0 R] >> endobj -111 0 obj +126 0 obj << /Type /StructElem /S /LBody - /P 110 0 R - /K [112 0 R] + /P 125 0 R + /K [127 0 R] >> endobj -112 0 obj +127 0 obj << /Type /StructElem /S /P - /P 111 0 R - /K [113 0 R] + /P 126 0 R + /K [128 0 R] >> endobj -113 0 obj +128 0 obj << /Type /StructElem /S /Strong - /P 112 0 R + /P 127 0 R /K [109] - /Pg 724 0 R + /Pg 739 0 R >> endobj -114 0 obj +129 0 obj << /Type /StructElem /S /Lbl - /P 110 0 R + /P 125 0 R /K [108] - /Pg 724 0 R + /Pg 739 0 R >> endobj -115 0 obj +130 0 obj << /Type /StructElem /S /LI - /P 109 0 R - /K [122 0 R 116 0 R] + /P 124 0 R + /K [137 0 R 131 0 R] >> endobj -116 0 obj +131 0 obj << /Type /StructElem /S /LBody - /P 115 0 R - /K [117 0 R] + /P 130 0 R + /K [132 0 R] >> endobj -117 0 obj +132 0 obj << /Type /StructElem /S /P - /P 116 0 R - /K [120 0 R 102 119 0 R 104 105 118 0 R 107] - /Pg 724 0 R + /P 131 0 R + /K [135 0 R 102 134 0 R 104 105 133 0 R 107] + /Pg 739 0 R >> endobj -118 0 obj +133 0 obj << /Type /StructElem /S /Formula - /P 117 0 R + /P 132 0 R /K [106] - /Pg 724 0 R + /Pg 739 0 R >> endobj -119 0 obj +134 0 obj << /Type /StructElem /S /Formula - /P 117 0 R + /P 132 0 R /K [103] - /Pg 724 0 R + /Pg 739 0 R >> endobj -120 0 obj +135 0 obj << /Type /StructElem /S /Em - /P 117 0 R - /K [121 0 R] + /P 132 0 R + /K [136 0 R] >> endobj -121 0 obj +136 0 obj << /Type /StructElem /S /Strong - /P 120 0 R + /P 135 0 R /K [101] - /Pg 724 0 R + /Pg 739 0 R >> endobj -122 0 obj +137 0 obj << /Type /StructElem /S /Lbl - /P 115 0 R + /P 130 0 R /K [100] - /Pg 724 0 R + /Pg 739 0 R >> endobj -123 0 obj +138 0 obj << /Type /StructElem /S /Formula @@ -1213,11 +1359,11 @@ endobj /Placement /Block >>] /K [98 99] - /Pg 724 0 R + /Pg 739 0 R >> endobj -124 0 obj +139 0 obj << /Type /StructElem /S /Formula @@ -1227,11 +1373,11 @@ endobj /Placement /Block >>] /K [96 97] - /Pg 724 0 R + /Pg 739 0 R >> endobj -125 0 obj +140 0 obj << /Type /StructElem /S /Formula @@ -1241,213 +1387,7 @@ endobj /Placement /Block >>] /K [94 95] - /Pg 724 0 R ->> -endobj - -126 0 obj -<< - /Type /StructElem - /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [92 93] - /Pg 724 0 R ->> -endobj - -127 0 obj -<< - /Type /StructElem - /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [90 91] - /Pg 724 0 R ->> -endobj - -128 0 obj -<< - /Type /StructElem - /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [88 89] - /Pg 724 0 R ->> -endobj - -129 0 obj -<< - /Type /StructElem - /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [86 87] - /Pg 724 0 R ->> -endobj - -130 0 obj -<< - /Type /StructElem - /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [84 85] - /Pg 724 0 R ->> -endobj - -131 0 obj -<< - /Type /StructElem - /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [82 83] - /Pg 724 0 R ->> -endobj - -132 0 obj -<< - /Type /StructElem - /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [80 81] - /Pg 724 0 R ->> -endobj - -133 0 obj -<< - /Type /StructElem - /S /Span - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [79] - /Pg 724 0 R ->> -endobj - -134 0 obj -<< - /Type /StructElem - /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [77 78] - /Pg 724 0 R ->> -endobj - -135 0 obj -<< - /Type /StructElem - /S /Span - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [74 76] - /Pg 724 0 R ->> -endobj - -136 0 obj -<< - /Type /StructElem - /S /Strong - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [75] - /Pg 724 0 R ->> -endobj - -137 0 obj -<< - /Type /StructElem - /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [72 73] - /Pg 724 0 R ->> -endobj - -138 0 obj -<< - /Type /StructElem - /S /Span - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [71] - /Pg 724 0 R ->> -endobj - -139 0 obj -<< - /Type /StructElem - /S /Strong - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [70] - /Pg 724 0 R ->> -endobj - -140 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [69] - /Pg 724 0 R + /Pg 739 0 R >> endobj @@ -1460,18 +1400,22 @@ endobj /O /Layout /Placement /Block >>] - /K [41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68] - /Pg 724 0 R + /K [92 93] + /Pg 739 0 R >> endobj 142 0 obj << /Type /StructElem - /S /P + /S /Formula /P 32 0 R - /K [146 0 R 28 145 0 R 30 144 0 R 35 143 0 R 40] - /Pg 724 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [90 91] + /Pg 739 0 R >> endobj @@ -1479,9 +1423,13 @@ endobj << /Type /StructElem /S /Formula - /P 142 0 R - /K [36 37 38 39] - /Pg 724 0 R + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [88 89] + /Pg 739 0 R >> endobj @@ -1489,33 +1437,231 @@ endobj << /Type /StructElem /S /Formula - /P 142 0 R - /K [31 32 33 34] - /Pg 724 0 R + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [86 87] + /Pg 739 0 R >> endobj 145 0 obj << /Type /StructElem - /S /Em - /P 142 0 R - /K [29] - /Pg 724 0 R + /S /Formula + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [84 85] + /Pg 739 0 R >> endobj 146 0 obj << /Type /StructElem - /S /Strong - /P 142 0 R - /K [27] - /Pg 724 0 R + /S /Formula + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [82 83] + /Pg 739 0 R >> endobj 147 0 obj +<< + /Type /StructElem + /S /Formula + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [80 81] + /Pg 739 0 R +>> +endobj + +148 0 obj +<< + /Type /StructElem + /S /Span + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [79] + /Pg 739 0 R +>> +endobj + +149 0 obj +<< + /Type /StructElem + /S /Formula + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [77 78] + /Pg 739 0 R +>> +endobj + +150 0 obj +<< + /Type /StructElem + /S /Span + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [74 76] + /Pg 739 0 R +>> +endobj + +151 0 obj +<< + /Type /StructElem + /S /Strong + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [75] + /Pg 739 0 R +>> +endobj + +152 0 obj +<< + /Type /StructElem + /S /Formula + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [72 73] + /Pg 739 0 R +>> +endobj + +153 0 obj +<< + /Type /StructElem + /S /Span + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [71] + /Pg 739 0 R +>> +endobj + +154 0 obj +<< + /Type /StructElem + /S /Strong + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [70] + /Pg 739 0 R +>> +endobj + +155 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [69] + /Pg 739 0 R +>> +endobj + +156 0 obj +<< + /Type /StructElem + /S /Formula + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68] + /Pg 739 0 R +>> +endobj + +157 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [161 0 R 28 160 0 R 30 159 0 R 35 158 0 R 40] + /Pg 739 0 R +>> +endobj + +158 0 obj +<< + /Type /StructElem + /S /Formula + /P 157 0 R + /K [36 37 38 39] + /Pg 739 0 R +>> +endobj + +159 0 obj +<< + /Type /StructElem + /S /Formula + /P 157 0 R + /K [31 32 33 34] + /Pg 739 0 R +>> +endobj + +160 0 obj +<< + /Type /StructElem + /S /Em + /P 157 0 R + /K [29] + /Pg 739 0 R +>> +endobj + +161 0 obj +<< + /Type /StructElem + /S /Strong + /P 157 0 R + /K [27] + /Pg 739 0 R +>> +endobj + +162 0 obj << /Type /StructElem /S /L @@ -1524,183 +1670,36 @@ endobj /O /List /ListNumbering /Circle >>] - /K [169 0 R 164 0 R 158 0 R 153 0 R 148 0 R] ->> -endobj - -148 0 obj -<< - /Type /StructElem - /S /LI - /P 147 0 R - /K [152 0 R 149 0 R] ->> -endobj - -149 0 obj -<< - /Type /StructElem - /S /LBody - /P 148 0 R - /K [151 0 R 24 150 0 R 26] - /Pg 724 0 R ->> -endobj - -150 0 obj -<< - /Type /StructElem - /S /Formula - /P 149 0 R - /K [25] - /Pg 724 0 R ->> -endobj - -151 0 obj -<< - /Type /StructElem - /S /Formula - /P 149 0 R - /K [20 21 22 23] - /Pg 724 0 R ->> -endobj - -152 0 obj -<< - /Type /StructElem - /S /Lbl - /P 148 0 R - /K [19] - /Pg 724 0 R ->> -endobj - -153 0 obj -<< - /Type /StructElem - /S /LI - /P 147 0 R - /K [157 0 R 154 0 R] ->> -endobj - -154 0 obj -<< - /Type /StructElem - /S /LBody - /P 153 0 R - /K [1 156 0 R 9 155 0 R 17 18] - /Pg 724 0 R ->> -endobj - -155 0 obj -<< - /Type /StructElem - /S /Formula - /P 154 0 R - /K [10 11 12 13 14 15 16] - /Pg 724 0 R ->> -endobj - -156 0 obj -<< - /Type /StructElem - /S /Formula - /P 154 0 R - /K [2 3 4 5 6 7 8] - /Pg 724 0 R ->> -endobj - -157 0 obj -<< - /Type /StructElem - /S /Lbl - /P 153 0 R - /K [0] - /Pg 724 0 R ->> -endobj - -158 0 obj -<< - /Type /StructElem - /S /LI - /P 147 0 R - /K [163 0 R 159 0 R] ->> -endobj - -159 0 obj -<< - /Type /StructElem - /S /LBody - /P 158 0 R - /K [162 0 R 343 161 0 R 345 160 0 R] - /Pg 718 0 R ->> -endobj - -160 0 obj -<< - /Type /StructElem - /S /Formula - /P 159 0 R - /K [346 347 348 349 350] - /Pg 718 0 R ->> -endobj - -161 0 obj -<< - /Type /StructElem - /S /Em - /P 159 0 R - /K [344] - /Pg 718 0 R ->> -endobj - -162 0 obj -<< - /Type /StructElem - /S /Formula - /P 159 0 R - /K [338 339 340 341 342] - /Pg 718 0 R + /K [184 0 R 179 0 R 173 0 R 168 0 R 163 0 R] >> endobj 163 0 obj << /Type /StructElem - /S /Lbl - /P 158 0 R - /K [337] - /Pg 718 0 R + /S /LI + /P 162 0 R + /K [167 0 R 164 0 R] >> endobj 164 0 obj << /Type /StructElem - /S /LI - /P 147 0 R - /K [168 0 R 165 0 R] + /S /LBody + /P 163 0 R + /K [166 0 R 24 165 0 R 26] + /Pg 739 0 R >> endobj 165 0 obj << /Type /StructElem - /S /LBody + /S /Formula /P 164 0 R - /K [167 0 R 331 166 0 R] - /Pg 718 0 R + /K [25] + /Pg 739 0 R >> endobj @@ -1708,48 +1707,48 @@ endobj << /Type /StructElem /S /Formula - /P 165 0 R - /K [332 333 334 335 336] - /Pg 718 0 R + /P 164 0 R + /K [20 21 22 23] + /Pg 739 0 R >> endobj 167 0 obj << /Type /StructElem - /S /Formula - /P 165 0 R - /K [326 327 328 329 330] - /Pg 718 0 R + /S /Lbl + /P 163 0 R + /K [19] + /Pg 739 0 R >> endobj 168 0 obj << /Type /StructElem - /S /Lbl - /P 164 0 R - /K [325] - /Pg 718 0 R + /S /LI + /P 162 0 R + /K [172 0 R 169 0 R] >> endobj 169 0 obj << /Type /StructElem - /S /LI - /P 147 0 R - /K [172 0 R 170 0 R] + /S /LBody + /P 168 0 R + /K [1 171 0 R 9 170 0 R 17 18] + /Pg 739 0 R >> endobj 170 0 obj << /Type /StructElem - /S /LBody + /S /Formula /P 169 0 R - /K [171 0 R 324] - /Pg 718 0 R + /K [10 11 12 13 14 15 16] + /Pg 739 0 R >> endobj @@ -1757,9 +1756,9 @@ endobj << /Type /StructElem /S /Formula - /P 170 0 R - /K [315 316 317 318 319 320 321 322 323] - /Pg 718 0 R + /P 169 0 R + /K [2 3 4 5 6 7 8] + /Pg 739 0 R >> endobj @@ -1767,50 +1766,48 @@ endobj << /Type /StructElem /S /Lbl - /P 169 0 R - /K [314] - /Pg 718 0 R + /P 168 0 R + /K [0] + /Pg 739 0 R >> endobj 173 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [313] - /Pg 718 0 R + /S /LI + /P 162 0 R + /K [178 0 R 174 0 R] >> endobj 174 0 obj << /Type /StructElem - /S /H2 - /P 32 0 R - /T (Graphe de Tanner) - /K [312] - /Pg 718 0 R + /S /LBody + /P 173 0 R + /K [177 0 R 343 176 0 R 345 175 0 R] + /Pg 733 0 R >> endobj 175 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [284 179 0 R 286 287 178 0 R 177 0 R 176 0 R 309 310 311] - /Pg 718 0 R + /S /Formula + /P 174 0 R + /K [346 347 348 349 350] + /Pg 733 0 R >> endobj 176 0 obj << /Type /StructElem - /S /Formula - /P 175 0 R - /K [301 302 303 304 305 306 307 308] - /Pg 718 0 R + /S /Em + /P 174 0 R + /K [344] + /Pg 733 0 R >> endobj @@ -1818,42 +1815,191 @@ endobj << /Type /StructElem /S /Formula - /P 175 0 R - /K [293 294 295 296 297 298 299 300] - /Pg 718 0 R + /P 174 0 R + /K [338 339 340 341 342] + /Pg 733 0 R >> endobj 178 0 obj << /Type /StructElem - /S /Formula - /P 175 0 R - /K [288 289 290 291 292] - /Pg 718 0 R + /S /Lbl + /P 173 0 R + /K [337] + /Pg 733 0 R >> endobj 179 0 obj << /Type /StructElem - /S /Formula - /P 175 0 R - /K [180 0 R] + /S /LI + /P 162 0 R + /K [183 0 R 180 0 R] >> endobj 180 0 obj << /Type /StructElem - /S /Strong + /S /LBody /P 179 0 R - /K [285] - /Pg 718 0 R + /K [182 0 R 331 181 0 R] + /Pg 733 0 R >> endobj 181 0 obj +<< + /Type /StructElem + /S /Formula + /P 180 0 R + /K [332 333 334 335 336] + /Pg 733 0 R +>> +endobj + +182 0 obj +<< + /Type /StructElem + /S /Formula + /P 180 0 R + /K [326 327 328 329 330] + /Pg 733 0 R +>> +endobj + +183 0 obj +<< + /Type /StructElem + /S /Lbl + /P 179 0 R + /K [325] + /Pg 733 0 R +>> +endobj + +184 0 obj +<< + /Type /StructElem + /S /LI + /P 162 0 R + /K [187 0 R 185 0 R] +>> +endobj + +185 0 obj +<< + /Type /StructElem + /S /LBody + /P 184 0 R + /K [186 0 R 324] + /Pg 733 0 R +>> +endobj + +186 0 obj +<< + /Type /StructElem + /S /Formula + /P 185 0 R + /K [315 316 317 318 319 320 321 322 323] + /Pg 733 0 R +>> +endobj + +187 0 obj +<< + /Type /StructElem + /S /Lbl + /P 184 0 R + /K [314] + /Pg 733 0 R +>> +endobj + +188 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [313] + /Pg 733 0 R +>> +endobj + +189 0 obj +<< + /Type /StructElem + /S /H2 + /P 32 0 R + /T (Graphe de Tanner) + /K [312] + /Pg 733 0 R +>> +endobj + +190 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [284 194 0 R 286 287 193 0 R 192 0 R 191 0 R 309 310 311] + /Pg 733 0 R +>> +endobj + +191 0 obj +<< + /Type /StructElem + /S /Formula + /P 190 0 R + /K [301 302 303 304 305 306 307 308] + /Pg 733 0 R +>> +endobj + +192 0 obj +<< + /Type /StructElem + /S /Formula + /P 190 0 R + /K [293 294 295 296 297 298 299 300] + /Pg 733 0 R +>> +endobj + +193 0 obj +<< + /Type /StructElem + /S /Formula + /P 190 0 R + /K [288 289 290 291 292] + /Pg 733 0 R +>> +endobj + +194 0 obj +<< + /Type /StructElem + /S /Formula + /P 190 0 R + /K [195 0 R] +>> +endobj + +195 0 obj +<< + /Type /StructElem + /S /Strong + /P 194 0 R + /K [285] + /Pg 733 0 R +>> +endobj + +196 0 obj << /Type /StructElem /S /Formula @@ -1863,41 +2009,41 @@ endobj /Placement /Block >>] /K [172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283] - /Pg 718 0 R + /Pg 733 0 R >> endobj -182 0 obj +197 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [165 184 0 R 168 183 0 R 171] - /Pg 718 0 R + /K [165 199 0 R 168 198 0 R 171] + /Pg 733 0 R >> endobj -183 0 obj +198 0 obj << /Type /StructElem /S /Formula - /P 182 0 R + /P 197 0 R /K [169 170] - /Pg 718 0 R + /Pg 733 0 R >> endobj -184 0 obj +199 0 obj << /Type /StructElem /S /Formula - /P 182 0 R + /P 197 0 R /K [166 167] - /Pg 718 0 R + /Pg 733 0 R >> endobj -185 0 obj +200 0 obj << /Type /StructElem /S /L @@ -1906,184 +2052,184 @@ endobj /O /List /ListNumbering /Circle >>] - /K [194 0 R 190 0 R 186 0 R] ->> -endobj - -186 0 obj -<< - /Type /StructElem - /S /LI - /P 185 0 R - /K [189 0 R 187 0 R] ->> -endobj - -187 0 obj -<< - /Type /StructElem - /S /LBody - /P 186 0 R - /K [188 0 R] ->> -endobj - -188 0 obj -<< - /Type /StructElem - /S /P - /P 187 0 R - /K [164] - /Pg 718 0 R ->> -endobj - -189 0 obj -<< - /Type /StructElem - /S /Lbl - /P 186 0 R - /K [163] - /Pg 718 0 R ->> -endobj - -190 0 obj -<< - /Type /StructElem - /S /LI - /P 185 0 R - /K [193 0 R 191 0 R] ->> -endobj - -191 0 obj -<< - /Type /StructElem - /S /LBody - /P 190 0 R - /K [192 0 R] ->> -endobj - -192 0 obj -<< - /Type /StructElem - /S /P - /P 191 0 R - /K [162] - /Pg 718 0 R ->> -endobj - -193 0 obj -<< - /Type /StructElem - /S /Lbl - /P 190 0 R - /K [161] - /Pg 718 0 R ->> -endobj - -194 0 obj -<< - /Type /StructElem - /S /LI - /P 185 0 R - /K [202 0 R 195 0 R] ->> -endobj - -195 0 obj -<< - /Type /StructElem - /S /LBody - /P 194 0 R - /K [196 0 R] ->> -endobj - -196 0 obj -<< - /Type /StructElem - /S /P - /P 195 0 R - /K [153 200 0 R 155 198 0 R 157 197 0 R 159 160] - /Pg 718 0 R ->> -endobj - -197 0 obj -<< - /Type /StructElem - /S /Formula - /P 196 0 R - /K [158] - /Pg 718 0 R ->> -endobj - -198 0 obj -<< - /Type /StructElem - /S /Formula - /P 196 0 R - /K [199 0 R] ->> -endobj - -199 0 obj -<< - /Type /StructElem - /S /Strong - /P 198 0 R - /K [156] - /Pg 718 0 R ->> -endobj - -200 0 obj -<< - /Type /StructElem - /S /Formula - /P 196 0 R - /K [201 0 R] + /K [209 0 R 205 0 R 201 0 R] >> endobj 201 0 obj << /Type /StructElem - /S /Strong + /S /LI /P 200 0 R - /K [154] - /Pg 718 0 R + /K [204 0 R 202 0 R] >> endobj 202 0 obj << /Type /StructElem - /S /Lbl - /P 194 0 R - /K [152] - /Pg 718 0 R + /S /LBody + /P 201 0 R + /K [203 0 R] >> endobj 203 0 obj << /Type /StructElem - /S /H3 - /P 32 0 R - /T (Codes Repeat-Accumulate (RA)) - /K [151] - /Pg 718 0 R + /S /P + /P 202 0 R + /K [164] + /Pg 733 0 R >> endobj 204 0 obj +<< + /Type /StructElem + /S /Lbl + /P 201 0 R + /K [163] + /Pg 733 0 R +>> +endobj + +205 0 obj +<< + /Type /StructElem + /S /LI + /P 200 0 R + /K [208 0 R 206 0 R] +>> +endobj + +206 0 obj +<< + /Type /StructElem + /S /LBody + /P 205 0 R + /K [207 0 R] +>> +endobj + +207 0 obj +<< + /Type /StructElem + /S /P + /P 206 0 R + /K [162] + /Pg 733 0 R +>> +endobj + +208 0 obj +<< + /Type /StructElem + /S /Lbl + /P 205 0 R + /K [161] + /Pg 733 0 R +>> +endobj + +209 0 obj +<< + /Type /StructElem + /S /LI + /P 200 0 R + /K [217 0 R 210 0 R] +>> +endobj + +210 0 obj +<< + /Type /StructElem + /S /LBody + /P 209 0 R + /K [211 0 R] +>> +endobj + +211 0 obj +<< + /Type /StructElem + /S /P + /P 210 0 R + /K [153 215 0 R 155 213 0 R 157 212 0 R 159 160] + /Pg 733 0 R +>> +endobj + +212 0 obj +<< + /Type /StructElem + /S /Formula + /P 211 0 R + /K [158] + /Pg 733 0 R +>> +endobj + +213 0 obj +<< + /Type /StructElem + /S /Formula + /P 211 0 R + /K [214 0 R] +>> +endobj + +214 0 obj +<< + /Type /StructElem + /S /Strong + /P 213 0 R + /K [156] + /Pg 733 0 R +>> +endobj + +215 0 obj +<< + /Type /StructElem + /S /Formula + /P 211 0 R + /K [216 0 R] +>> +endobj + +216 0 obj +<< + /Type /StructElem + /S /Strong + /P 215 0 R + /K [154] + /Pg 733 0 R +>> +endobj + +217 0 obj +<< + /Type /StructElem + /S /Lbl + /P 209 0 R + /K [152] + /Pg 733 0 R +>> +endobj + +218 0 obj +<< + /Type /StructElem + /S /H3 + /P 32 0 R + /T (Codes Repeat-Accumulate (RA)) + /K [151] + /Pg 733 0 R +>> +endobj + +219 0 obj << /Type /StructElem /S /Formula @@ -2093,101 +2239,101 @@ endobj /Placement /Block >>] /K [39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150] - /Pg 718 0 R + /Pg 733 0 R >> endobj -205 0 obj +220 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [6 213 0 R 12 212 0 R 15 16 211 0 R 19 210 0 R 27 209 0 R 29 30 208 0 R 32 207 0 R 36 206 0 R 38] - /Pg 718 0 R + /K [6 228 0 R 12 227 0 R 15 16 226 0 R 19 225 0 R 27 224 0 R 29 30 223 0 R 32 222 0 R 36 221 0 R 38] + /Pg 733 0 R >> endobj -206 0 obj +221 0 obj << /Type /StructElem /S /Formula - /P 205 0 R + /P 220 0 R /K [37] - /Pg 718 0 R + /Pg 733 0 R >> endobj -207 0 obj +222 0 obj << /Type /StructElem /S /Formula - /P 205 0 R + /P 220 0 R /K [33 34 35] - /Pg 718 0 R + /Pg 733 0 R >> endobj -208 0 obj +223 0 obj << /Type /StructElem /S /Formula - /P 205 0 R + /P 220 0 R /K [31] - /Pg 718 0 R + /Pg 733 0 R >> endobj -209 0 obj +224 0 obj << /Type /StructElem /S /Formula - /P 205 0 R + /P 220 0 R /K [28] - /Pg 718 0 R + /Pg 733 0 R >> endobj -210 0 obj +225 0 obj << /Type /StructElem /S /Formula - /P 205 0 R + /P 220 0 R /K [20 21 22 23 24 25 26] - /Pg 718 0 R + /Pg 733 0 R >> endobj -211 0 obj +226 0 obj << /Type /StructElem /S /Formula - /P 205 0 R + /P 220 0 R /K [17 18] - /Pg 718 0 R + /Pg 733 0 R >> endobj -212 0 obj +227 0 obj << /Type /StructElem /S /Formula - /P 205 0 R + /P 220 0 R /K [13 14] - /Pg 718 0 R + /Pg 733 0 R >> endobj -213 0 obj +228 0 obj << /Type /StructElem /S /Formula - /P 205 0 R + /P 220 0 R /K [7 8 9 10 11] - /Pg 718 0 R + /Pg 733 0 R >> endobj -214 0 obj +229 0 obj << /Type /StructElem /S /L @@ -2196,166 +2342,23 @@ endobj /O /List /ListNumbering /Circle >>] - /K [228 0 R 223 0 R 219 0 R 215 0 R] ->> -endobj - -215 0 obj -<< - /Type /StructElem - /S /LI - /P 214 0 R - /K [218 0 R 216 0 R] ->> -endobj - -216 0 obj -<< - /Type /StructElem - /S /LBody - /P 215 0 R - /K [217 0 R] ->> -endobj - -217 0 obj -<< - /Type /StructElem - /S /P - /P 216 0 R - /K [5] - /Pg 718 0 R ->> -endobj - -218 0 obj -<< - /Type /StructElem - /S /Lbl - /P 215 0 R - /K [4] - /Pg 718 0 R ->> -endobj - -219 0 obj -<< - /Type /StructElem - /S /LI - /P 214 0 R - /K [222 0 R 220 0 R] ->> -endobj - -220 0 obj -<< - /Type /StructElem - /S /LBody - /P 219 0 R - /K [221 0 R] ->> -endobj - -221 0 obj -<< - /Type /StructElem - /S /P - /P 220 0 R - /K [1 2 3] - /Pg 718 0 R ->> -endobj - -222 0 obj -<< - /Type /StructElem - /S /Lbl - /P 219 0 R - /K [0] - /Pg 718 0 R ->> -endobj - -223 0 obj -<< - /Type /StructElem - /S /LI - /P 214 0 R - /K [227 0 R 224 0 R] ->> -endobj - -224 0 obj -<< - /Type /StructElem - /S /LBody - /P 223 0 R - /K [225 0 R] ->> -endobj - -225 0 obj -<< - /Type /StructElem - /S /P - /P 224 0 R - /K [255 226 0 R 257] - /Pg 716 0 R ->> -endobj - -226 0 obj -<< - /Type /StructElem - /S /Formula - /P 225 0 R - /K [256] - /Pg 716 0 R ->> -endobj - -227 0 obj -<< - /Type /StructElem - /S /Lbl - /P 223 0 R - /K [254] - /Pg 716 0 R ->> -endobj - -228 0 obj -<< - /Type /StructElem - /S /LI - /P 214 0 R - /K [233 0 R 229 0 R] ->> -endobj - -229 0 obj -<< - /Type /StructElem - /S /LBody - /P 228 0 R - /K [230 0 R] + /K [243 0 R 238 0 R 234 0 R 230 0 R] >> endobj 230 0 obj << /Type /StructElem - /S /P + /S /LI /P 229 0 R - /K [251 231 0 R 253] - /Pg 716 0 R + /K [233 0 R 231 0 R] >> endobj 231 0 obj << /Type /StructElem - /S /Formula + /S /LBody /P 230 0 R /K [232 0 R] >> @@ -2364,10 +2367,10 @@ endobj 232 0 obj << /Type /StructElem - /S /Strong + /S /P /P 231 0 R - /K [252] - /Pg 716 0 R + /K [5] + /Pg 733 0 R >> endobj @@ -2375,44 +2378,187 @@ endobj << /Type /StructElem /S /Lbl - /P 228 0 R - /K [250] - /Pg 716 0 R + /P 230 0 R + /K [4] + /Pg 733 0 R >> endobj 234 0 obj << /Type /StructElem - /S /H3 - /P 32 0 R - /T (MacKay et Neal) - /K [249] - /Pg 716 0 R + /S /LI + /P 229 0 R + /K [237 0 R 235 0 R] >> endobj 235 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [246 236 0 R 248] - /Pg 716 0 R + /S /LBody + /P 234 0 R + /K [236 0 R] >> endobj 236 0 obj << /Type /StructElem - /S /Formula + /S /P /P 235 0 R - /K [247] - /Pg 716 0 R + /K [1 2 3] + /Pg 733 0 R >> endobj 237 0 obj +<< + /Type /StructElem + /S /Lbl + /P 234 0 R + /K [0] + /Pg 733 0 R +>> +endobj + +238 0 obj +<< + /Type /StructElem + /S /LI + /P 229 0 R + /K [242 0 R 239 0 R] +>> +endobj + +239 0 obj +<< + /Type /StructElem + /S /LBody + /P 238 0 R + /K [240 0 R] +>> +endobj + +240 0 obj +<< + /Type /StructElem + /S /P + /P 239 0 R + /K [255 241 0 R 257] + /Pg 731 0 R +>> +endobj + +241 0 obj +<< + /Type /StructElem + /S /Formula + /P 240 0 R + /K [256] + /Pg 731 0 R +>> +endobj + +242 0 obj +<< + /Type /StructElem + /S /Lbl + /P 238 0 R + /K [254] + /Pg 731 0 R +>> +endobj + +243 0 obj +<< + /Type /StructElem + /S /LI + /P 229 0 R + /K [248 0 R 244 0 R] +>> +endobj + +244 0 obj +<< + /Type /StructElem + /S /LBody + /P 243 0 R + /K [245 0 R] +>> +endobj + +245 0 obj +<< + /Type /StructElem + /S /P + /P 244 0 R + /K [251 246 0 R 253] + /Pg 731 0 R +>> +endobj + +246 0 obj +<< + /Type /StructElem + /S /Formula + /P 245 0 R + /K [247 0 R] +>> +endobj + +247 0 obj +<< + /Type /StructElem + /S /Strong + /P 246 0 R + /K [252] + /Pg 731 0 R +>> +endobj + +248 0 obj +<< + /Type /StructElem + /S /Lbl + /P 243 0 R + /K [250] + /Pg 731 0 R +>> +endobj + +249 0 obj +<< + /Type /StructElem + /S /H3 + /P 32 0 R + /T (MacKay et Neal) + /K [249] + /Pg 731 0 R +>> +endobj + +250 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [246 251 0 R 248] + /Pg 731 0 R +>> +endobj + +251 0 obj +<< + /Type /StructElem + /S /Formula + /P 250 0 R + /K [247] + /Pg 731 0 R +>> +endobj + +252 0 obj << /Type /StructElem /S /Formula @@ -2422,21 +2568,21 @@ endobj /Placement /Block >>] /K [236 237 238 239 240 241 242 243 244 245] - /Pg 716 0 R + /Pg 731 0 R >> endobj -238 0 obj +253 0 obj << /Type /StructElem /S /P /P 32 0 R /K [235] - /Pg 716 0 R + /Pg 731 0 R >> endobj -239 0 obj +254 0 obj << /Type /StructElem /S /Formula @@ -2446,31 +2592,31 @@ endobj /Placement /Block >>] /K [194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234] - /Pg 716 0 R + /Pg 731 0 R >> endobj -240 0 obj +255 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [241 0 R 193] - /Pg 716 0 R + /K [256 0 R 193] + /Pg 731 0 R >> endobj -241 0 obj +256 0 obj << /Type /StructElem /S /Strong - /P 240 0 R + /P 255 0 R /K [192] - /Pg 716 0 R + /Pg 731 0 R >> endobj -242 0 obj +257 0 obj << /Type /StructElem /S /Formula @@ -2480,31 +2626,31 @@ endobj /Placement /Block >>] /K [151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191] - /Pg 716 0 R + /Pg 731 0 R >> endobj -243 0 obj +258 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [244 0 R 150] - /Pg 716 0 R + /K [259 0 R 150] + /Pg 731 0 R >> endobj -244 0 obj +259 0 obj << /Type /StructElem /S /Strong - /P 243 0 R + /P 258 0 R /K [149] - /Pg 716 0 R + /Pg 731 0 R >> endobj -245 0 obj +260 0 obj << /Type /StructElem /S /Formula @@ -2514,157 +2660,7 @@ endobj /Placement /Block >>] /K [108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148] - /Pg 716 0 R ->> -endobj - -246 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [247 0 R 107] - /Pg 716 0 R ->> -endobj - -247 0 obj -<< - /Type /StructElem - /S /Strong - /P 246 0 R - /K [106] - /Pg 716 0 R ->> -endobj - -248 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [100 249 0 R 105] - /Pg 716 0 R ->> -endobj - -249 0 obj -<< - /Type /StructElem - /S /Formula - /P 248 0 R - /K [101 102 103 104] - /Pg 716 0 R ->> -endobj - -250 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [252 0 R 89 251 0 R 99] - /Pg 716 0 R ->> -endobj - -251 0 obj -<< - /Type /StructElem - /S /Formula - /P 250 0 R - /K [90 91 92 93 94 95 96 97 98] - /Pg 716 0 R ->> -endobj - -252 0 obj -<< - /Type /StructElem - /S /Formula - /P 250 0 R - /K [253 0 R] ->> -endobj - -253 0 obj -<< - /Type /StructElem - /S /Strong - /P 252 0 R - /K [88] - /Pg 716 0 R ->> -endobj - -254 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [72 257 0 R 77 256 0 R 82 255 0 R 87] - /Pg 716 0 R ->> -endobj - -255 0 obj -<< - /Type /StructElem - /S /Formula - /P 254 0 R - /K [83 84 85 86] - /Pg 716 0 R ->> -endobj - -256 0 obj -<< - /Type /StructElem - /S /Formula - /P 254 0 R - /K [78 79 80 81] - /Pg 716 0 R ->> -endobj - -257 0 obj -<< - /Type /StructElem - /S /Formula - /P 254 0 R - /K [73 74 75 76] - /Pg 716 0 R ->> -endobj - -258 0 obj -<< - /Type /StructElem - /S /L - /P 32 0 R - /A [<< - /O /List - /ListNumbering /Circle - >>] - /K [280 0 R 275 0 R 263 0 R 259 0 R] ->> -endobj - -259 0 obj -<< - /Type /StructElem - /S /LI - /P 258 0 R - /K [262 0 R 260 0 R] ->> -endobj - -260 0 obj -<< - /Type /StructElem - /S /LBody - /P 259 0 R - /K [261 0 R] + /Pg 731 0 R >> endobj @@ -2672,37 +2668,39 @@ endobj << /Type /StructElem /S /P - /P 260 0 R - /K [71] - /Pg 716 0 R + /P 32 0 R + /K [262 0 R 107] + /Pg 731 0 R >> endobj 262 0 obj << /Type /StructElem - /S /Lbl - /P 259 0 R - /K [70] - /Pg 716 0 R + /S /Strong + /P 261 0 R + /K [106] + /Pg 731 0 R >> endobj 263 0 obj << /Type /StructElem - /S /LI - /P 258 0 R - /K [274 0 R 264 0 R] + /S /P + /P 32 0 R + /K [100 264 0 R 105] + /Pg 731 0 R >> endobj 264 0 obj << /Type /StructElem - /S /LBody + /S /Formula /P 263 0 R - /K [265 0 R] + /K [101 102 103 104] + /Pg 731 0 R >> endobj @@ -2710,9 +2708,9 @@ endobj << /Type /StructElem /S /P - /P 264 0 R - /K [273 0 R 58 271 0 R 61 270 0 R 63 64 268 0 R 66 266 0 R 69] - /Pg 716 0 R + /P 32 0 R + /K [267 0 R 89 266 0 R 99] + /Pg 731 0 R >> endobj @@ -2721,36 +2719,37 @@ endobj /Type /StructElem /S /Formula /P 265 0 R - /K [267 0 R] + /K [90 91 92 93 94 95 96 97 98] + /Pg 731 0 R >> endobj 267 0 obj << /Type /StructElem - /S /Strong - /P 266 0 R - /K [67 68] - /Pg 716 0 R + /S /Formula + /P 265 0 R + /K [268 0 R] >> endobj 268 0 obj << /Type /StructElem - /S /Formula - /P 265 0 R - /K [269 0 R] + /S /Strong + /P 267 0 R + /K [88] + /Pg 731 0 R >> endobj 269 0 obj << /Type /StructElem - /S /Strong - /P 268 0 R - /K [65] - /Pg 716 0 R + /S /P + /P 32 0 R + /K [72 272 0 R 77 271 0 R 82 270 0 R 87] + /Pg 731 0 R >> endobj @@ -2758,9 +2757,9 @@ endobj << /Type /StructElem /S /Formula - /P 265 0 R - /K [62] - /Pg 716 0 R + /P 269 0 R + /K [83 84 85 86] + /Pg 731 0 R >> endobj @@ -2768,102 +2767,105 @@ endobj << /Type /StructElem /S /Formula - /P 265 0 R - /K [272 0 R] + /P 269 0 R + /K [78 79 80 81] + /Pg 731 0 R >> endobj 272 0 obj << /Type /StructElem - /S /Strong - /P 271 0 R - /K [59 60] - /Pg 716 0 R + /S /Formula + /P 269 0 R + /K [73 74 75 76] + /Pg 731 0 R >> endobj 273 0 obj << /Type /StructElem - /S /Strong - /P 265 0 R - /K [57] - /Pg 716 0 R + /S /L + /P 32 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [295 0 R 290 0 R 278 0 R 274 0 R] >> endobj 274 0 obj << /Type /StructElem - /S /Lbl - /P 263 0 R - /K [56] - /Pg 716 0 R + /S /LI + /P 273 0 R + /K [277 0 R 275 0 R] >> endobj 275 0 obj << /Type /StructElem - /S /LI - /P 258 0 R - /K [279 0 R 276 0 R] + /S /LBody + /P 274 0 R + /K [276 0 R] >> endobj 276 0 obj << /Type /StructElem - /S /LBody + /S /P /P 275 0 R - /K [277 0 R] + /K [71] + /Pg 731 0 R >> endobj 277 0 obj << /Type /StructElem - /S /P - /P 276 0 R - /K [278 0 R 54 55] - /Pg 716 0 R + /S /Lbl + /P 274 0 R + /K [70] + /Pg 731 0 R >> endobj 278 0 obj << /Type /StructElem - /S /Strong - /P 277 0 R - /K [53] - /Pg 716 0 R + /S /LI + /P 273 0 R + /K [289 0 R 279 0 R] >> endobj 279 0 obj << /Type /StructElem - /S /Lbl - /P 275 0 R - /K [52] - /Pg 716 0 R + /S /LBody + /P 278 0 R + /K [280 0 R] >> endobj 280 0 obj << /Type /StructElem - /S /LI - /P 258 0 R - /K [288 0 R 281 0 R] + /S /P + /P 279 0 R + /K [288 0 R 58 286 0 R 61 285 0 R 63 64 283 0 R 66 281 0 R 69] + /Pg 731 0 R >> endobj 281 0 obj << /Type /StructElem - /S /LBody + /S /Formula /P 280 0 R /K [282 0 R] >> @@ -2872,10 +2874,10 @@ endobj 282 0 obj << /Type /StructElem - /S /P + /S /Strong /P 281 0 R - /K [287 0 R 43 285 0 R 46 284 0 R 48 49 283 0 R 51] - /Pg 716 0 R + /K [67 68] + /Pg 731 0 R >> endobj @@ -2883,19 +2885,18 @@ endobj << /Type /StructElem /S /Formula - /P 282 0 R - /K [50] - /Pg 716 0 R + /P 280 0 R + /K [284 0 R] >> endobj 284 0 obj << /Type /StructElem - /S /Formula - /P 282 0 R - /K [47] - /Pg 716 0 R + /S /Strong + /P 283 0 R + /K [65] + /Pg 731 0 R >> endobj @@ -2903,18 +2904,18 @@ endobj << /Type /StructElem /S /Formula - /P 282 0 R - /K [286 0 R] + /P 280 0 R + /K [62] + /Pg 731 0 R >> endobj 286 0 obj << /Type /StructElem - /S /Strong - /P 285 0 R - /K [44 45] - /Pg 716 0 R + /S /Formula + /P 280 0 R + /K [287 0 R] >> endobj @@ -2922,57 +2923,57 @@ endobj << /Type /StructElem /S /Strong - /P 282 0 R - /K [42] - /Pg 716 0 R + /P 286 0 R + /K [59 60] + /Pg 731 0 R >> endobj 288 0 obj << /Type /StructElem - /S /Lbl + /S /Strong /P 280 0 R - /K [41] - /Pg 716 0 R + /K [57] + /Pg 731 0 R >> endobj 289 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [28 296 0 R 30 294 0 R 32 292 0 R 35 36 290 0 R 40] - /Pg 716 0 R + /S /Lbl + /P 278 0 R + /K [56] + /Pg 731 0 R >> endobj 290 0 obj << /Type /StructElem - /S /Formula - /P 289 0 R - /K [291 0 R] + /S /LI + /P 273 0 R + /K [294 0 R 291 0 R] >> endobj 291 0 obj << /Type /StructElem - /S /Strong + /S /LBody /P 290 0 R - /K [37 38 39] - /Pg 716 0 R + /K [292 0 R] >> endobj 292 0 obj << /Type /StructElem - /S /Formula - /P 289 0 R - /K [293 0 R] + /S /P + /P 291 0 R + /K [293 0 R 54 55] + /Pg 731 0 R >> endobj @@ -2981,35 +2982,35 @@ endobj /Type /StructElem /S /Strong /P 292 0 R - /K [33 34] - /Pg 716 0 R + /K [53] + /Pg 731 0 R >> endobj 294 0 obj << /Type /StructElem - /S /Formula - /P 289 0 R - /K [295 0 R] + /S /Lbl + /P 290 0 R + /K [52] + /Pg 731 0 R >> endobj 295 0 obj << /Type /StructElem - /S /Strong - /P 294 0 R - /K [31] - /Pg 716 0 R + /S /LI + /P 273 0 R + /K [303 0 R 296 0 R] >> endobj 296 0 obj << /Type /StructElem - /S /Formula - /P 289 0 R + /S /LBody + /P 295 0 R /K [297 0 R] >> endobj @@ -3017,31 +3018,30 @@ endobj 297 0 obj << /Type /StructElem - /S /Strong + /S /P /P 296 0 R - /K [29] - /Pg 716 0 R + /K [302 0 R 43 300 0 R 46 299 0 R 48 49 298 0 R 51] + /Pg 731 0 R >> endobj 298 0 obj << /Type /StructElem - /S /H3 - /P 32 0 R - /T (Gallager) - /K [27] - /Pg 716 0 R + /S /Formula + /P 297 0 R + /K [50] + /Pg 731 0 R >> endobj 299 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [301 0 R 23 300 0 R 25 26] - /Pg 716 0 R + /S /Formula + /P 297 0 R + /K [47] + /Pg 731 0 R >> endobj @@ -3049,9 +3049,8 @@ endobj << /Type /StructElem /S /Formula - /P 299 0 R - /K [24] - /Pg 716 0 R + /P 297 0 R + /K [301 0 R] >> endobj @@ -3059,213 +3058,171 @@ endobj << /Type /StructElem /S /Strong - /P 299 0 R - /K [22] - /Pg 716 0 R + /P 300 0 R + /K [44 45] + /Pg 731 0 R >> endobj 302 0 obj << /Type /StructElem - /S /H2 - /P 32 0 R - /T (LDPC constructions) - /K [21] - /Pg 716 0 R + /S /Strong + /P 297 0 R + /K [42] + /Pg 731 0 R >> endobj 303 0 obj << /Type /StructElem - /S /L - /P 32 0 R - /A [<< - /O /List - /ListNumbering /Circle - >>] - /K [308 0 R 304 0 R] + /S /Lbl + /P 295 0 R + /K [41] + /Pg 731 0 R >> endobj 304 0 obj << /Type /StructElem - /S /LI - /P 303 0 R - /K [307 0 R 305 0 R] + /S /P + /P 32 0 R + /K [28 311 0 R 30 309 0 R 32 307 0 R 35 36 305 0 R 40] + /Pg 731 0 R >> endobj 305 0 obj << /Type /StructElem - /S /LBody + /S /Formula /P 304 0 R - /K [1 306 0 R] - /Pg 716 0 R + /K [306 0 R] >> endobj 306 0 obj << /Type /StructElem - /S /Formula + /S /Strong /P 305 0 R - /K [2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20] - /Pg 716 0 R + /K [37 38 39] + /Pg 731 0 R >> endobj 307 0 obj << /Type /StructElem - /S /Lbl + /S /Formula /P 304 0 R - /K [0] - /Pg 716 0 R + /K [308 0 R] >> endobj 308 0 obj << /Type /StructElem - /S /LI - /P 303 0 R - /K [311 0 R 309 0 R] + /S /Strong + /P 307 0 R + /K [33 34] + /Pg 731 0 R >> endobj 309 0 obj << /Type /StructElem - /S /LBody - /P 308 0 R - /K [230 310 0 R] - /Pg 714 0 R + /S /Formula + /P 304 0 R + /K [310 0 R] >> endobj 310 0 obj << /Type /StructElem - /S /Formula + /S /Strong /P 309 0 R - /K [231 232 233 234 235 236 237 238 239] - /Pg 714 0 R + /K [31] + /Pg 731 0 R >> endobj 311 0 obj << /Type /StructElem - /S /Lbl - /P 308 0 R - /K [229] - /Pg 714 0 R + /S /Formula + /P 304 0 R + /K [312 0 R] >> endobj 312 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [321 0 R 319 0 R 318 0 R 316 0 R 315 0 R 224 314 0 R 226 313 0 R 228] - /Pg 714 0 R + /S /Strong + /P 311 0 R + /K [29] + /Pg 731 0 R >> endobj 313 0 obj << /Type /StructElem - /S /Formula - /P 312 0 R - /K [227] - /Pg 714 0 R + /S /H3 + /P 32 0 R + /T (Gallager) + /K [27] + /Pg 731 0 R >> endobj 314 0 obj << /Type /StructElem - /S /Formula - /P 312 0 R - /K [225] - /Pg 714 0 R + /S /P + /P 32 0 R + /K [316 0 R 23 315 0 R 25 26] + /Pg 731 0 R >> endobj 315 0 obj << /Type /StructElem - /S /Strong - /P 312 0 R - /K [223] - /Pg 714 0 R + /S /Formula + /P 314 0 R + /K [24] + /Pg 731 0 R >> endobj 316 0 obj << /Type /StructElem - /S /Formula - /P 312 0 R - /K [317 0 R] + /S /Strong + /P 314 0 R + /K [22] + /Pg 731 0 R >> endobj 317 0 obj << /Type /StructElem - /S /Strong - /P 316 0 R - /K [222] - /Pg 714 0 R + /S /H2 + /P 32 0 R + /T (LDPC constructions) + /K [21] + /Pg 731 0 R >> endobj 318 0 obj -<< - /Type /StructElem - /S /Strong - /P 312 0 R - /K [221] - /Pg 714 0 R ->> -endobj - -319 0 obj -<< - /Type /StructElem - /S /Formula - /P 312 0 R - /K [320 0 R] ->> -endobj - -320 0 obj -<< - /Type /StructElem - /S /Strong - /P 319 0 R - /K [220] - /Pg 714 0 R ->> -endobj - -321 0 obj -<< - /Type /StructElem - /S /Strong - /P 312 0 R - /K [219] - /Pg 714 0 R ->> -endobj - -322 0 obj << /Type /StructElem /S /L @@ -3274,7 +3231,46 @@ endobj /O /List /ListNumbering /Circle >>] - /K [329 0 R 323 0 R] + /K [323 0 R 319 0 R] +>> +endobj + +319 0 obj +<< + /Type /StructElem + /S /LI + /P 318 0 R + /K [322 0 R 320 0 R] +>> +endobj + +320 0 obj +<< + /Type /StructElem + /S /LBody + /P 319 0 R + /K [1 321 0 R] + /Pg 731 0 R +>> +endobj + +321 0 obj +<< + /Type /StructElem + /S /Formula + /P 320 0 R + /K [2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20] + /Pg 731 0 R +>> +endobj + +322 0 obj +<< + /Type /StructElem + /S /Lbl + /P 319 0 R + /K [0] + /Pg 731 0 R >> endobj @@ -3282,8 +3278,8 @@ endobj << /Type /StructElem /S /LI - /P 322 0 R - /K [328 0 R 324 0 R] + /P 318 0 R + /K [326 0 R 324 0 R] >> endobj @@ -3292,8 +3288,8 @@ endobj /Type /StructElem /S /LBody /P 323 0 R - /K [326 0 R 216 325 0 R 218] - /Pg 714 0 R + /K [230 325 0 R] + /Pg 729 0 R >> endobj @@ -3302,56 +3298,58 @@ endobj /Type /StructElem /S /Formula /P 324 0 R - /K [217] - /Pg 714 0 R + /K [231 232 233 234 235 236 237 238 239] + /Pg 729 0 R >> endobj 326 0 obj << /Type /StructElem - /S /Formula - /P 324 0 R - /K [327 0 R] + /S /Lbl + /P 323 0 R + /K [229] + /Pg 729 0 R >> endobj 327 0 obj << /Type /StructElem - /S /Strong - /P 326 0 R - /K [214 215] - /Pg 714 0 R + /S /P + /P 32 0 R + /K [336 0 R 334 0 R 333 0 R 331 0 R 330 0 R 224 329 0 R 226 328 0 R 228] + /Pg 729 0 R >> endobj 328 0 obj << /Type /StructElem - /S /Lbl - /P 323 0 R - /K [213] - /Pg 714 0 R + /S /Formula + /P 327 0 R + /K [227] + /Pg 729 0 R >> endobj 329 0 obj << /Type /StructElem - /S /LI - /P 322 0 R - /K [334 0 R 330 0 R] + /S /Formula + /P 327 0 R + /K [225] + /Pg 729 0 R >> endobj 330 0 obj << /Type /StructElem - /S /LBody - /P 329 0 R - /K [332 0 R 210 331 0 R 212] - /Pg 714 0 R + /S /Strong + /P 327 0 R + /K [223] + /Pg 729 0 R >> endobj @@ -3359,18 +3357,18 @@ endobj << /Type /StructElem /S /Formula - /P 330 0 R - /K [211] - /Pg 714 0 R + /P 327 0 R + /K [332 0 R] >> endobj 332 0 obj << /Type /StructElem - /S /Formula - /P 330 0 R - /K [333 0 R] + /S /Strong + /P 331 0 R + /K [222] + /Pg 729 0 R >> endobj @@ -3378,92 +3376,42 @@ endobj << /Type /StructElem /S /Strong - /P 332 0 R - /K [208 209] - /Pg 714 0 R + /P 327 0 R + /K [221] + /Pg 729 0 R >> endobj 334 0 obj << /Type /StructElem - /S /Lbl - /P 329 0 R - /K [207] - /Pg 714 0 R + /S /Formula + /P 327 0 R + /K [335 0 R] >> endobj 335 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [341 0 R 193 340 0 R 195 338 0 R 197 198 337 0 R 200 336 0 R 206] - /Pg 714 0 R + /S /Strong + /P 334 0 R + /K [220] + /Pg 729 0 R >> endobj 336 0 obj << /Type /StructElem - /S /Formula - /P 335 0 R - /K [201 202 203 204 205] - /Pg 714 0 R + /S /Strong + /P 327 0 R + /K [219] + /Pg 729 0 R >> endobj 337 0 obj -<< - /Type /StructElem - /S /Strong - /P 335 0 R - /K [199] - /Pg 714 0 R ->> -endobj - -338 0 obj -<< - /Type /StructElem - /S /Formula - /P 335 0 R - /K [339 0 R] ->> -endobj - -339 0 obj -<< - /Type /StructElem - /S /Strong - /P 338 0 R - /K [196] - /Pg 714 0 R ->> -endobj - -340 0 obj -<< - /Type /StructElem - /S /Formula - /P 335 0 R - /K [194] - /Pg 714 0 R ->> -endobj - -341 0 obj -<< - /Type /StructElem - /S /Strong - /P 335 0 R - /K [192] - /Pg 714 0 R ->> -endobj - -342 0 obj << /Type /StructElem /S /L @@ -3472,125 +3420,172 @@ endobj /O /List /ListNumbering /Circle >>] - /K [347 0 R 343 0 R] + /K [344 0 R 338 0 R] +>> +endobj + +338 0 obj +<< + /Type /StructElem + /S /LI + /P 337 0 R + /K [343 0 R 339 0 R] +>> +endobj + +339 0 obj +<< + /Type /StructElem + /S /LBody + /P 338 0 R + /K [341 0 R 216 340 0 R 218] + /Pg 729 0 R +>> +endobj + +340 0 obj +<< + /Type /StructElem + /S /Formula + /P 339 0 R + /K [217] + /Pg 729 0 R +>> +endobj + +341 0 obj +<< + /Type /StructElem + /S /Formula + /P 339 0 R + /K [342 0 R] +>> +endobj + +342 0 obj +<< + /Type /StructElem + /S /Strong + /P 341 0 R + /K [214 215] + /Pg 729 0 R >> endobj 343 0 obj << /Type /StructElem - /S /LI - /P 342 0 R - /K [346 0 R 344 0 R] + /S /Lbl + /P 338 0 R + /K [213] + /Pg 729 0 R >> endobj 344 0 obj << /Type /StructElem - /S /LBody - /P 343 0 R - /K [188 345 0 R 191] - /Pg 714 0 R + /S /LI + /P 337 0 R + /K [349 0 R 345 0 R] >> endobj 345 0 obj << /Type /StructElem - /S /Formula + /S /LBody /P 344 0 R - /K [189 190] - /Pg 714 0 R + /K [347 0 R 210 346 0 R 212] + /Pg 729 0 R >> endobj 346 0 obj << /Type /StructElem - /S /Lbl - /P 343 0 R - /K [187] - /Pg 714 0 R + /S /Formula + /P 345 0 R + /K [211] + /Pg 729 0 R >> endobj 347 0 obj << /Type /StructElem - /S /LI - /P 342 0 R - /K [350 0 R 348 0 R] + /S /Formula + /P 345 0 R + /K [348 0 R] >> endobj 348 0 obj << /Type /StructElem - /S /LBody + /S /Strong /P 347 0 R - /K [183 349 0 R 186] - /Pg 714 0 R + /K [208 209] + /Pg 729 0 R >> endobj 349 0 obj << /Type /StructElem - /S /Formula - /P 348 0 R - /K [184 185] - /Pg 714 0 R + /S /Lbl + /P 344 0 R + /K [207] + /Pg 729 0 R >> endobj 350 0 obj << /Type /StructElem - /S /Lbl - /P 347 0 R - /K [182] - /Pg 714 0 R + /S /P + /P 32 0 R + /K [356 0 R 193 355 0 R 195 353 0 R 197 198 352 0 R 200 351 0 R 206] + /Pg 729 0 R >> endobj 351 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [353 0 R 173 352 0 R 181] - /Pg 714 0 R + /S /Formula + /P 350 0 R + /K [201 202 203 204 205] + /Pg 729 0 R >> endobj 352 0 obj << /Type /StructElem - /S /Formula - /P 351 0 R - /K [174 175 176 177 178 179 180] - /Pg 714 0 R + /S /Strong + /P 350 0 R + /K [199] + /Pg 729 0 R >> endobj 353 0 obj << /Type /StructElem - /S /Strong - /P 351 0 R - /K [172] - /Pg 714 0 R + /S /Formula + /P 350 0 R + /K [354 0 R] >> endobj 354 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [357 0 R 168 355 0 R 170 171] - /Pg 714 0 R + /S /Strong + /P 353 0 R + /K [196] + /Pg 729 0 R >> endobj @@ -3598,8 +3593,9 @@ endobj << /Type /StructElem /S /Formula - /P 354 0 R - /K [356 0 R] + /P 350 0 R + /K [194] + /Pg 729 0 R >> endobj @@ -3607,108 +3603,110 @@ endobj << /Type /StructElem /S /Strong - /P 355 0 R - /K [169] - /Pg 714 0 R + /P 350 0 R + /K [192] + /Pg 729 0 R >> endobj 357 0 obj << /Type /StructElem - /S /Strong - /P 354 0 R - /K [167] - /Pg 714 0 R + /S /L + /P 32 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [362 0 R 358 0 R] >> endobj 358 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [363 0 R 161 361 0 R 163 359 0 R 165 166] - /Pg 714 0 R + /S /LI + /P 357 0 R + /K [361 0 R 359 0 R] >> endobj 359 0 obj << /Type /StructElem - /S /Formula + /S /LBody /P 358 0 R - /K [360 0 R] + /K [188 360 0 R 191] + /Pg 729 0 R >> endobj 360 0 obj << /Type /StructElem - /S /Strong + /S /Formula /P 359 0 R - /K [164] - /Pg 714 0 R + /K [189 190] + /Pg 729 0 R >> endobj 361 0 obj << /Type /StructElem - /S /Formula + /S /Lbl /P 358 0 R - /K [362 0 R] + /K [187] + /Pg 729 0 R >> endobj 362 0 obj << /Type /StructElem - /S /Strong - /P 361 0 R - /K [162] - /Pg 714 0 R + /S /LI + /P 357 0 R + /K [365 0 R 363 0 R] >> endobj 363 0 obj << /Type /StructElem - /S /Strong - /P 358 0 R - /K [160] - /Pg 714 0 R + /S /LBody + /P 362 0 R + /K [183 364 0 R 186] + /Pg 729 0 R >> endobj 364 0 obj << /Type /StructElem - /S /H2 - /P 32 0 R - /T - /K [159] - /Pg 714 0 R + /S /Formula + /P 363 0 R + /K [184 185] + /Pg 729 0 R >> endobj 365 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [372 0 R 146 371 0 R 148 369 0 R 150 368 0 R 152 367 0 R 154 366 0 R] - /Pg 714 0 R + /S /Lbl + /P 362 0 R + /K [182] + /Pg 729 0 R >> endobj 366 0 obj << /Type /StructElem - /S /Formula - /P 365 0 R - /K [155 156 157 158] - /Pg 714 0 R + /S /P + /P 32 0 R + /K [368 0 R 173 367 0 R 181] + /Pg 729 0 R >> endobj @@ -3716,9 +3714,9 @@ endobj << /Type /StructElem /S /Formula - /P 365 0 R - /K [153] - /Pg 714 0 R + /P 366 0 R + /K [174 175 176 177 178 179 180] + /Pg 729 0 R >> endobj @@ -3726,141 +3724,127 @@ endobj << /Type /StructElem /S /Strong - /P 365 0 R - /K [151] - /Pg 714 0 R + /P 366 0 R + /K [172] + /Pg 729 0 R >> endobj 369 0 obj << /Type /StructElem - /S /Formula - /P 365 0 R - /K [370 0 R] + /S /P + /P 32 0 R + /K [372 0 R 168 370 0 R 170 171] + /Pg 729 0 R >> endobj 370 0 obj << /Type /StructElem - /S /Strong + /S /Formula /P 369 0 R - /K [149] - /Pg 714 0 R + /K [371 0 R] >> endobj 371 0 obj << /Type /StructElem - /S /Em - /P 365 0 R - /K [147] - /Pg 714 0 R + /S /Strong + /P 370 0 R + /K [169] + /Pg 729 0 R >> endobj 372 0 obj << /Type /StructElem - /S /Em - /P 365 0 R - /K [145] - /Pg 714 0 R + /S /Strong + /P 369 0 R + /K [167] + /Pg 729 0 R >> endobj 373 0 obj << /Type /StructElem - /S /H1 + /S /P /P 32 0 R - /T (Low-density parity-check codes (LDPC) ) - /K [143 374 0 R] - /Pg 714 0 R + /K [378 0 R 161 376 0 R 163 374 0 R 165 166] + /Pg 729 0 R >> endobj 374 0 obj << /Type /StructElem - /S /Link + /S /Formula /P 373 0 R - /K [144 << - /Type /OBJR - /Pg 714 0 R - /Obj 713 0 R - >>] - /Pg 714 0 R + /K [375 0 R] >> endobj 375 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [139 377 0 R 141 376 0 R] - /Pg 714 0 R + /S /Strong + /P 374 0 R + /K [164] + /Pg 729 0 R >> endobj 376 0 obj << /Type /StructElem - /S /Link - /P 375 0 R - /K [142 << - /Type /OBJR - /Pg 714 0 R - /Obj 712 0 R - >>] - /Pg 714 0 R + /S /Formula + /P 373 0 R + /K [377 0 R] >> endobj 377 0 obj << /Type /StructElem - /S /Link - /P 375 0 R - /K [140 << - /Type /OBJR - /Pg 714 0 R - /Obj 711 0 R - >>] - /Pg 714 0 R + /S /Strong + /P 376 0 R + /K [162] + /Pg 729 0 R >> endobj 378 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [120 383 0 R 128 381 0 R 130 380 0 R 135 379 0 R 138] - /Pg 714 0 R + /S /Strong + /P 373 0 R + /K [160] + /Pg 729 0 R >> endobj 379 0 obj << /Type /StructElem - /S /Em - /P 378 0 R - /K [136 137] - /Pg 714 0 R + /S /H2 + /P 32 0 R + /T + /K [159] + /Pg 729 0 R >> endobj 380 0 obj << /Type /StructElem - /S /Formula - /P 378 0 R - /K [131 132 133 134] - /Pg 714 0 R + /S /P + /P 32 0 R + /K [387 0 R 146 386 0 R 148 384 0 R 150 383 0 R 152 382 0 R 154 381 0 R] + /Pg 729 0 R >> endobj @@ -3868,28 +3852,29 @@ endobj << /Type /StructElem /S /Formula - /P 378 0 R - /K [382 0 R] + /P 380 0 R + /K [155 156 157 158] + /Pg 729 0 R >> endobj 382 0 obj << /Type /StructElem - /S /Strong - /P 381 0 R - /K [129] - /Pg 714 0 R + /S /Formula + /P 380 0 R + /K [153] + /Pg 729 0 R >> endobj 383 0 obj << /Type /StructElem - /S /Formula - /P 378 0 R - /K [121 122 123 124 125 126 127] - /Pg 714 0 R + /S /Strong + /P 380 0 R + /K [151] + /Pg 729 0 R >> endobj @@ -3897,33 +3882,28 @@ endobj << /Type /StructElem /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [112 113 114 115 116 117 118 119] - /Pg 714 0 R + /P 380 0 R + /K [385 0 R] >> endobj 385 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [75 391 0 R 80 390 0 R 82 389 0 R 84 388 0 R 103 387 0 R 105 386 0 R 111] - /Pg 714 0 R + /S /Strong + /P 384 0 R + /K [149] + /Pg 729 0 R >> endobj 386 0 obj << /Type /StructElem - /S /Formula - /P 385 0 R - /K [106 107 108 109 110] - /Pg 714 0 R + /S /Em + /P 380 0 R + /K [147] + /Pg 729 0 R >> endobj @@ -3931,63 +3911,72 @@ endobj << /Type /StructElem /S /Em - /P 385 0 R - /K [104] - /Pg 714 0 R + /P 380 0 R + /K [145] + /Pg 729 0 R >> endobj 388 0 obj << /Type /StructElem - /S /Formula - /P 385 0 R - /K [85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102] - /Pg 714 0 R + /S /H1 + /P 32 0 R + /T (Low-density parity-check codes (LDPC) ) + /K [143 389 0 R] + /Pg 729 0 R >> endobj 389 0 obj << /Type /StructElem - /S /Em - /P 385 0 R - /K [83] - /Pg 714 0 R + /S /Link + /P 388 0 R + /K [144 << + /Type /OBJR + /Pg 729 0 R + /Obj 728 0 R + >>] + /Pg 729 0 R >> endobj 390 0 obj << /Type /StructElem - /S /Formula - /P 385 0 R - /K [81] - /Pg 714 0 R + /S /P + /P 32 0 R + /K [139 392 0 R 141 391 0 R] + /Pg 729 0 R >> endobj 391 0 obj << /Type /StructElem - /S /Formula - /P 385 0 R - /K [76 77 78 79] - /Pg 714 0 R + /S /Link + /P 390 0 R + /K [142 << + /Type /OBJR + /Pg 729 0 R + /Obj 727 0 R + >>] + /Pg 729 0 R >> endobj 392 0 obj << /Type /StructElem - /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block + /S /Link + /P 390 0 R + /K [140 << + /Type /OBJR + /Pg 729 0 R + /Obj 726 0 R >>] - /K [67 68 69 70 71 72 73 74] - /Pg 714 0 R + /Pg 729 0 R >> endobj @@ -3996,28 +3985,28 @@ endobj /Type /StructElem /S /P /P 32 0 R - /K [63 64 394 0 R 66] - /Pg 714 0 R + /K [120 398 0 R 128 396 0 R 130 395 0 R 135 394 0 R 138] + /Pg 729 0 R >> endobj 394 0 obj << /Type /StructElem - /S /Formula + /S /Em /P 393 0 R - /K [65] - /Pg 714 0 R + /K [136 137] + /Pg 729 0 R >> endobj 395 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [60 396 0 R 62] - /Pg 714 0 R + /S /Formula + /P 393 0 R + /K [131 132 133 134] + /Pg 729 0 R >> endobj @@ -4025,7 +4014,7 @@ endobj << /Type /StructElem /S /Formula - /P 395 0 R + /P 393 0 R /K [397 0 R] >> endobj @@ -4035,12 +4024,169 @@ endobj /Type /StructElem /S /Strong /P 396 0 R - /K [61] - /Pg 714 0 R + /K [129] + /Pg 729 0 R >> endobj 398 0 obj +<< + /Type /StructElem + /S /Formula + /P 393 0 R + /K [121 122 123 124 125 126 127] + /Pg 729 0 R +>> +endobj + +399 0 obj +<< + /Type /StructElem + /S /Formula + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [112 113 114 115 116 117 118 119] + /Pg 729 0 R +>> +endobj + +400 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [75 406 0 R 80 405 0 R 82 404 0 R 84 403 0 R 103 402 0 R 105 401 0 R 111] + /Pg 729 0 R +>> +endobj + +401 0 obj +<< + /Type /StructElem + /S /Formula + /P 400 0 R + /K [106 107 108 109 110] + /Pg 729 0 R +>> +endobj + +402 0 obj +<< + /Type /StructElem + /S /Em + /P 400 0 R + /K [104] + /Pg 729 0 R +>> +endobj + +403 0 obj +<< + /Type /StructElem + /S /Formula + /P 400 0 R + /K [85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102] + /Pg 729 0 R +>> +endobj + +404 0 obj +<< + /Type /StructElem + /S /Em + /P 400 0 R + /K [83] + /Pg 729 0 R +>> +endobj + +405 0 obj +<< + /Type /StructElem + /S /Formula + /P 400 0 R + /K [81] + /Pg 729 0 R +>> +endobj + +406 0 obj +<< + /Type /StructElem + /S /Formula + /P 400 0 R + /K [76 77 78 79] + /Pg 729 0 R +>> +endobj + +407 0 obj +<< + /Type /StructElem + /S /Formula + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [67 68 69 70 71 72 73 74] + /Pg 729 0 R +>> +endobj + +408 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [63 64 409 0 R 66] + /Pg 729 0 R +>> +endobj + +409 0 obj +<< + /Type /StructElem + /S /Formula + /P 408 0 R + /K [65] + /Pg 729 0 R +>> +endobj + +410 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [60 411 0 R 62] + /Pg 729 0 R +>> +endobj + +411 0 obj +<< + /Type /StructElem + /S /Formula + /P 410 0 R + /K [412 0 R] +>> +endobj + +412 0 obj +<< + /Type /StructElem + /S /Strong + /P 411 0 R + /K [61] + /Pg 729 0 R +>> +endobj + +413 0 obj << /Type /StructElem /S /Formula @@ -4050,50 +4196,50 @@ endobj /Placement /Block >>] /K [55 56 57 58 59] - /Pg 714 0 R + /Pg 729 0 R >> endobj -399 0 obj +414 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [49 50 401 0 R 52 400 0 R 54] - /Pg 714 0 R + /K [49 50 416 0 R 52 415 0 R 54] + /Pg 729 0 R >> endobj -400 0 obj +415 0 obj << /Type /StructElem /S /Em - /P 399 0 R + /P 414 0 R /K [53] - /Pg 714 0 R + /Pg 729 0 R >> endobj -401 0 obj +416 0 obj << /Type /StructElem /S /Formula - /P 399 0 R - /K [402 0 R] + /P 414 0 R + /K [417 0 R] >> endobj -402 0 obj +417 0 obj << /Type /StructElem /S /Strong - /P 401 0 R + /P 416 0 R /K [51] - /Pg 714 0 R + /Pg 729 0 R >> endobj -403 0 obj +418 0 obj << /Type /StructElem /S /L @@ -4102,128 +4248,128 @@ endobj /O /List /ListNumbering /Circle >>] - /K [408 0 R 404 0 R] + /K [423 0 R 419 0 R] >> endobj -404 0 obj +419 0 obj << /Type /StructElem /S /LI - /P 403 0 R - /K [407 0 R 405 0 R] + /P 418 0 R + /K [422 0 R 420 0 R] >> endobj -405 0 obj +420 0 obj << /Type /StructElem /S /LBody - /P 404 0 R - /K [46 406 0 R 48] - /Pg 714 0 R + /P 419 0 R + /K [46 421 0 R 48] + /Pg 729 0 R >> endobj -406 0 obj +421 0 obj << /Type /StructElem /S /Formula - /P 405 0 R + /P 420 0 R /K [47] - /Pg 714 0 R + /Pg 729 0 R >> endobj -407 0 obj +422 0 obj << /Type /StructElem /S /Lbl - /P 404 0 R + /P 419 0 R /K [45] - /Pg 714 0 R + /Pg 729 0 R >> endobj -408 0 obj +423 0 obj << /Type /StructElem /S /LI - /P 403 0 R - /K [411 0 R 409 0 R] + /P 418 0 R + /K [426 0 R 424 0 R] >> endobj -409 0 obj +424 0 obj << /Type /StructElem /S /LBody - /P 408 0 R - /K [42 410 0 R 44] - /Pg 714 0 R + /P 423 0 R + /K [42 425 0 R 44] + /Pg 729 0 R >> endobj -410 0 obj +425 0 obj << /Type /StructElem /S /Formula - /P 409 0 R + /P 424 0 R /K [43] - /Pg 714 0 R + /Pg 729 0 R >> endobj -411 0 obj +426 0 obj << /Type /StructElem /S /Lbl - /P 408 0 R + /P 423 0 R /K [41] - /Pg 714 0 R + /Pg 729 0 R >> endobj -412 0 obj +427 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [36 415 0 R 38 413 0 R 40] - /Pg 714 0 R + /K [36 430 0 R 38 428 0 R 40] + /Pg 729 0 R >> endobj -413 0 obj +428 0 obj << /Type /StructElem /S /Formula - /P 412 0 R - /K [414 0 R] + /P 427 0 R + /K [429 0 R] >> endobj -414 0 obj +429 0 obj << /Type /StructElem /S /Strong - /P 413 0 R + /P 428 0 R /K [39] - /Pg 714 0 R + /Pg 729 0 R >> endobj -415 0 obj +430 0 obj << /Type /StructElem /S /Strong - /P 412 0 R + /P 427 0 R /K [37] - /Pg 714 0 R + /Pg 729 0 R >> endobj -416 0 obj +431 0 obj << /Type /StructElem /S /Formula @@ -4233,190 +4379,39 @@ endobj /Placement /Block >>] /K [0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35] - /Pg 714 0 R ->> -endobj - -417 0 obj -<< - /Type /StructElem - /S /L - /P 32 0 R - /A [<< - /O /List - /ListNumbering /Circle - >>] - /K [422 0 R 418 0 R] ->> -endobj - -418 0 obj -<< - /Type /StructElem - /S /LI - /P 417 0 R - /K [421 0 R 419 0 R] ->> -endobj - -419 0 obj -<< - /Type /StructElem - /S /LBody - /P 418 0 R - /K [259 420 0 R 268] - /Pg 709 0 R ->> -endobj - -420 0 obj -<< - /Type /StructElem - /S /Formula - /P 419 0 R - /K [260 261 262 263 264 265 266 267] - /Pg 709 0 R ->> -endobj - -421 0 obj -<< - /Type /StructElem - /S /Lbl - /P 418 0 R - /K [258] - /Pg 709 0 R ->> -endobj - -422 0 obj -<< - /Type /StructElem - /S /LI - /P 417 0 R - /K [426 0 R 423 0 R] ->> -endobj - -423 0 obj -<< - /Type /StructElem - /S /LBody - /P 422 0 R - /K [238 425 0 R 250 424 0 R 257] - /Pg 709 0 R ->> -endobj - -424 0 obj -<< - /Type /StructElem - /S /Formula - /P 423 0 R - /K [251 252 253 254 255 256] - /Pg 709 0 R ->> -endobj - -425 0 obj -<< - /Type /StructElem - /S /Formula - /P 423 0 R - /K [239 240 241 242 243 244 245 246 247 248 249] - /Pg 709 0 R ->> -endobj - -426 0 obj -<< - /Type /StructElem - /S /Lbl - /P 422 0 R - /K [237] - /Pg 709 0 R ->> -endobj - -427 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [235 236] - /Pg 709 0 R ->> -endobj - -428 0 obj -<< - /Type /StructElem - /S /L - /P 32 0 R - /A [<< - /O /List - /ListNumbering /Circle - >>] - /K [429 0 R] ->> -endobj - -429 0 obj -<< - /Type /StructElem - /S /LI - /P 428 0 R - /K [432 0 R 430 0 R] ->> -endobj - -430 0 obj -<< - /Type /StructElem - /S /LBody - /P 429 0 R - /K [431 0 R 234] - /Pg 709 0 R ->> -endobj - -431 0 obj -<< - /Type /StructElem - /S /Em - /P 430 0 R - /K [233] - /Pg 709 0 R + /Pg 729 0 R >> endobj 432 0 obj << /Type /StructElem - /S /Lbl - /P 429 0 R - /K [232] - /Pg 709 0 R + /S /L + /P 32 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] + /K [437 0 R 433 0 R] >> endobj 433 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [204 445 0 R 206 443 0 R 208 442 0 R 210 440 0 R 212 439 0 R 214 215 438 0 R 217 437 0 R 221 222 436 0 R 226 435 0 R 228 229 434 0 R 231] - /Pg 709 0 R + /S /LI + /P 432 0 R + /K [436 0 R 434 0 R] >> endobj 434 0 obj << /Type /StructElem - /S /Em + /S /LBody /P 433 0 R - /K [230] - /Pg 709 0 R + /K [259 435 0 R 268] + /Pg 724 0 R >> endobj @@ -4424,39 +4419,38 @@ endobj << /Type /StructElem /S /Formula - /P 433 0 R - /K [227] - /Pg 709 0 R + /P 434 0 R + /K [260 261 262 263 264 265 266 267] + /Pg 724 0 R >> endobj 436 0 obj << /Type /StructElem - /S /Formula + /S /Lbl /P 433 0 R - /K [223 224 225] - /Pg 709 0 R + /K [258] + /Pg 724 0 R >> endobj 437 0 obj << /Type /StructElem - /S /Formula - /P 433 0 R - /K [218 219 220] - /Pg 709 0 R + /S /LI + /P 432 0 R + /K [441 0 R 438 0 R] >> endobj 438 0 obj << /Type /StructElem - /S /Formula - /P 433 0 R - /K [216] - /Pg 709 0 R + /S /LBody + /P 437 0 R + /K [238 440 0 R 250 439 0 R 257] + /Pg 724 0 R >> endobj @@ -4464,9 +4458,9 @@ endobj << /Type /StructElem /S /Formula - /P 433 0 R - /K [213] - /Pg 709 0 R + /P 438 0 R + /K [251 252 253 254 255 256] + /Pg 724 0 R >> endobj @@ -4474,36 +4468,41 @@ endobj << /Type /StructElem /S /Formula - /P 433 0 R - /K [441 0 R] + /P 438 0 R + /K [239 240 241 242 243 244 245 246 247 248 249] + /Pg 724 0 R >> endobj 441 0 obj << /Type /StructElem - /S /Strong - /P 440 0 R - /K [211] - /Pg 709 0 R + /S /Lbl + /P 437 0 R + /K [237] + /Pg 724 0 R >> endobj 442 0 obj << /Type /StructElem - /S /Formula - /P 433 0 R - /K [209] - /Pg 709 0 R + /S /P + /P 32 0 R + /K [235 236] + /Pg 724 0 R >> endobj 443 0 obj << /Type /StructElem - /S /Formula - /P 433 0 R + /S /L + /P 32 0 R + /A [<< + /O /List + /ListNumbering /Circle + >>] /K [444 0 R] >> endobj @@ -4511,41 +4510,39 @@ endobj 444 0 obj << /Type /StructElem - /S /Strong + /S /LI /P 443 0 R - /K [207] - /Pg 709 0 R + /K [447 0 R 445 0 R] >> endobj 445 0 obj << /Type /StructElem - /S /Em - /P 433 0 R - /K [205] - /Pg 709 0 R + /S /LBody + /P 444 0 R + /K [446 0 R 234] + /Pg 724 0 R >> endobj 446 0 obj << /Type /StructElem - /S /H1 - /P 32 0 R - /T (Code de Hamming) - /K [202 447 0 R] - /Pg 709 0 R + /S /Em + /P 445 0 R + /K [233] + /Pg 724 0 R >> endobj 447 0 obj << /Type /StructElem - /S /Em - /P 446 0 R - /K [203] - /Pg 709 0 R + /S /Lbl + /P 444 0 R + /K [232] + /Pg 724 0 R >> endobj @@ -4554,8 +4551,8 @@ endobj /Type /StructElem /S /P /P 32 0 R - /K [197 450 0 R 199 449 0 R 201] - /Pg 709 0 R + /K [204 460 0 R 206 458 0 R 208 457 0 R 210 455 0 R 212 454 0 R 214 215 453 0 R 217 452 0 R 221 222 451 0 R 226 450 0 R 228 229 449 0 R 231] + /Pg 724 0 R >> endobj @@ -4564,8 +4561,8 @@ endobj /Type /StructElem /S /Em /P 448 0 R - /K [200] - /Pg 709 0 R + /K [230] + /Pg 724 0 R >> endobj @@ -4574,12 +4571,161 @@ endobj /Type /StructElem /S /Formula /P 448 0 R - /K [198] - /Pg 709 0 R + /K [227] + /Pg 724 0 R >> endobj 451 0 obj +<< + /Type /StructElem + /S /Formula + /P 448 0 R + /K [223 224 225] + /Pg 724 0 R +>> +endobj + +452 0 obj +<< + /Type /StructElem + /S /Formula + /P 448 0 R + /K [218 219 220] + /Pg 724 0 R +>> +endobj + +453 0 obj +<< + /Type /StructElem + /S /Formula + /P 448 0 R + /K [216] + /Pg 724 0 R +>> +endobj + +454 0 obj +<< + /Type /StructElem + /S /Formula + /P 448 0 R + /K [213] + /Pg 724 0 R +>> +endobj + +455 0 obj +<< + /Type /StructElem + /S /Formula + /P 448 0 R + /K [456 0 R] +>> +endobj + +456 0 obj +<< + /Type /StructElem + /S /Strong + /P 455 0 R + /K [211] + /Pg 724 0 R +>> +endobj + +457 0 obj +<< + /Type /StructElem + /S /Formula + /P 448 0 R + /K [209] + /Pg 724 0 R +>> +endobj + +458 0 obj +<< + /Type /StructElem + /S /Formula + /P 448 0 R + /K [459 0 R] +>> +endobj + +459 0 obj +<< + /Type /StructElem + /S /Strong + /P 458 0 R + /K [207] + /Pg 724 0 R +>> +endobj + +460 0 obj +<< + /Type /StructElem + /S /Em + /P 448 0 R + /K [205] + /Pg 724 0 R +>> +endobj + +461 0 obj +<< + /Type /StructElem + /S /H1 + /P 32 0 R + /T (Code de Hamming) + /K [202 462 0 R] + /Pg 724 0 R +>> +endobj + +462 0 obj +<< + /Type /StructElem + /S /Em + /P 461 0 R + /K [203] + /Pg 724 0 R +>> +endobj + +463 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [197 465 0 R 199 464 0 R 201] + /Pg 724 0 R +>> +endobj + +464 0 obj +<< + /Type /StructElem + /S /Em + /P 463 0 R + /K [200] + /Pg 724 0 R +>> +endobj + +465 0 obj +<< + /Type /StructElem + /S /Formula + /P 463 0 R + /K [198] + /Pg 724 0 R +>> +endobj + +466 0 obj << /Type /StructElem /S /Formula @@ -4589,179 +4735,179 @@ endobj /Placement /Block >>] /K [183 184 185 186 187 188 189 190 191 192 193 194 195 196] - /Pg 709 0 R ->> -endobj - -452 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [173 456 0 R 175 455 0 R 177 454 0 R 179 180 453 0 R 182] - /Pg 709 0 R ->> -endobj - -453 0 obj -<< - /Type /StructElem - /S /Formula - /P 452 0 R - /K [181] - /Pg 709 0 R ->> -endobj - -454 0 obj -<< - /Type /StructElem - /S /Formula - /P 452 0 R - /K [178] - /Pg 709 0 R ->> -endobj - -455 0 obj -<< - /Type /StructElem - /S /Em - /P 452 0 R - /K [176] - /Pg 709 0 R ->> -endobj - -456 0 obj -<< - /Type /StructElem - /S /Em - /P 452 0 R - /K [174] - /Pg 709 0 R ->> -endobj - -457 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [170 458 0 R 172] - /Pg 709 0 R ->> -endobj - -458 0 obj -<< - /Type /StructElem - /S /Em - /P 457 0 R - /K [171] - /Pg 709 0 R ->> -endobj - -459 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [146 147 467 0 R 149 466 0 R 151 465 0 R 156 464 0 R 158 463 0 R 162 462 0 R 164 461 0 R 166 167 460 0 R 169] - /Pg 709 0 R ->> -endobj - -460 0 obj -<< - /Type /StructElem - /S /Link - /P 459 0 R - /K [168 << - /Type /OBJR - /Pg 709 0 R - /Obj 708 0 R - >>] - /Pg 709 0 R ->> -endobj - -461 0 obj -<< - /Type /StructElem - /S /Em - /P 459 0 R - /K [165] - /Pg 709 0 R ->> -endobj - -462 0 obj -<< - /Type /StructElem - /S /Formula - /P 459 0 R - /K [163] - /Pg 709 0 R ->> -endobj - -463 0 obj -<< - /Type /StructElem - /S /Formula - /P 459 0 R - /K [159 160 161] - /Pg 709 0 R ->> -endobj - -464 0 obj -<< - /Type /StructElem - /S /Formula - /P 459 0 R - /K [157] - /Pg 709 0 R ->> -endobj - -465 0 obj -<< - /Type /StructElem - /S /Formula - /P 459 0 R - /K [152 153 154 155] - /Pg 709 0 R ->> -endobj - -466 0 obj -<< - /Type /StructElem - /S /Link - /P 459 0 R - /K [150 << - /Type /OBJR - /Pg 709 0 R - /Obj 707 0 R - >>] - /Pg 709 0 R + /Pg 724 0 R >> endobj 467 0 obj << /Type /StructElem - /S /Em - /P 459 0 R - /K [148] - /Pg 709 0 R + /S /P + /P 32 0 R + /K [173 471 0 R 175 470 0 R 177 469 0 R 179 180 468 0 R 182] + /Pg 724 0 R >> endobj 468 0 obj +<< + /Type /StructElem + /S /Formula + /P 467 0 R + /K [181] + /Pg 724 0 R +>> +endobj + +469 0 obj +<< + /Type /StructElem + /S /Formula + /P 467 0 R + /K [178] + /Pg 724 0 R +>> +endobj + +470 0 obj +<< + /Type /StructElem + /S /Em + /P 467 0 R + /K [176] + /Pg 724 0 R +>> +endobj + +471 0 obj +<< + /Type /StructElem + /S /Em + /P 467 0 R + /K [174] + /Pg 724 0 R +>> +endobj + +472 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [170 473 0 R 172] + /Pg 724 0 R +>> +endobj + +473 0 obj +<< + /Type /StructElem + /S /Em + /P 472 0 R + /K [171] + /Pg 724 0 R +>> +endobj + +474 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [146 147 482 0 R 149 481 0 R 151 480 0 R 156 479 0 R 158 478 0 R 162 477 0 R 164 476 0 R 166 167 475 0 R 169] + /Pg 724 0 R +>> +endobj + +475 0 obj +<< + /Type /StructElem + /S /Link + /P 474 0 R + /K [168 << + /Type /OBJR + /Pg 724 0 R + /Obj 723 0 R + >>] + /Pg 724 0 R +>> +endobj + +476 0 obj +<< + /Type /StructElem + /S /Em + /P 474 0 R + /K [165] + /Pg 724 0 R +>> +endobj + +477 0 obj +<< + /Type /StructElem + /S /Formula + /P 474 0 R + /K [163] + /Pg 724 0 R +>> +endobj + +478 0 obj +<< + /Type /StructElem + /S /Formula + /P 474 0 R + /K [159 160 161] + /Pg 724 0 R +>> +endobj + +479 0 obj +<< + /Type /StructElem + /S /Formula + /P 474 0 R + /K [157] + /Pg 724 0 R +>> +endobj + +480 0 obj +<< + /Type /StructElem + /S /Formula + /P 474 0 R + /K [152 153 154 155] + /Pg 724 0 R +>> +endobj + +481 0 obj +<< + /Type /StructElem + /S /Link + /P 474 0 R + /K [150 << + /Type /OBJR + /Pg 724 0 R + /Obj 722 0 R + >>] + /Pg 724 0 R +>> +endobj + +482 0 obj +<< + /Type /StructElem + /S /Em + /P 474 0 R + /K [148] + /Pg 724 0 R +>> +endobj + +483 0 obj << /Type /StructElem /S /Formula @@ -4771,41 +4917,41 @@ endobj /Placement /Block >>] /K [142 143 144 145] - /Pg 709 0 R + /Pg 724 0 R >> endobj -469 0 obj +484 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [136 471 0 R 139 470 0 R 141] - /Pg 709 0 R + /K [136 486 0 R 139 485 0 R 141] + /Pg 724 0 R >> endobj -470 0 obj +485 0 obj << /Type /StructElem /S /Formula - /P 469 0 R + /P 484 0 R /K [140] - /Pg 709 0 R + /Pg 724 0 R >> endobj -471 0 obj +486 0 obj << /Type /StructElem /S /Formula - /P 469 0 R + /P 484 0 R /K [137 138] - /Pg 709 0 R + /Pg 724 0 R >> endobj -472 0 obj +487 0 obj << /Type /StructElem /S /L @@ -4814,191 +4960,35 @@ endobj /O /List /ListNumbering /Circle >>] - /K [479 0 R 473 0 R] ->> -endobj - -473 0 obj -<< - /Type /StructElem - /S /LI - /P 472 0 R - /K [478 0 R 474 0 R] ->> -endobj - -474 0 obj -<< - /Type /StructElem - /S /LBody - /P 473 0 R - /K [475 0 R] ->> -endobj - -475 0 obj -<< - /Type /StructElem - /S /P - /P 474 0 R - /K [129 477 0 R 132 133 476 0 R 135] - /Pg 709 0 R ->> -endobj - -476 0 obj -<< - /Type /StructElem - /S /Em - /P 475 0 R - /K [134] - /Pg 709 0 R ->> -endobj - -477 0 obj -<< - /Type /StructElem - /S /Formula - /P 475 0 R - /K [130 131] - /Pg 709 0 R ->> -endobj - -478 0 obj -<< - /Type /StructElem - /S /Lbl - /P 473 0 R - /K [128] - /Pg 709 0 R ->> -endobj - -479 0 obj -<< - /Type /StructElem - /S /LI - /P 472 0 R - /K [487 0 R 480 0 R] ->> -endobj - -480 0 obj -<< - /Type /StructElem - /S /LBody - /P 479 0 R - /K [481 0 R] ->> -endobj - -481 0 obj -<< - /Type /StructElem - /S /P - /P 480 0 R - /K [84 486 0 R 86 87 485 0 R 105 484 0 R 123 483 0 R 125 482 0 R 127] - /Pg 709 0 R ->> -endobj - -482 0 obj -<< - /Type /StructElem - /S /Formula - /P 481 0 R - /K [126] - /Pg 709 0 R ->> -endobj - -483 0 obj -<< - /Type /StructElem - /S /Formula - /P 481 0 R - /K [124] - /Pg 709 0 R ->> -endobj - -484 0 obj -<< - /Type /StructElem - /S /Formula - /P 481 0 R - /K [106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122] - /Pg 709 0 R ->> -endobj - -485 0 obj -<< - /Type /StructElem - /S /Formula - /P 481 0 R - /K [88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104] - /Pg 709 0 R ->> -endobj - -486 0 obj -<< - /Type /StructElem - /S /Em - /P 481 0 R - /K [85] - /Pg 709 0 R ->> -endobj - -487 0 obj -<< - /Type /StructElem - /S /Lbl - /P 479 0 R - /K [83] - /Pg 709 0 R + /K [494 0 R 488 0 R] >> endobj 488 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [72 493 0 R 74 492 0 R 76 77 491 0 R 79 489 0 R 82] - /Pg 709 0 R + /S /LI + /P 487 0 R + /K [493 0 R 489 0 R] >> endobj 489 0 obj << /Type /StructElem - /S /Link + /S /LBody /P 488 0 R - /K [80 << - /Type /OBJR - /Pg 709 0 R - /Obj 705 0 R - >> << - /Type /OBJR - /Pg 709 0 R - /Obj 706 0 R - >> 490 0 R] - /Pg 709 0 R + /K [490 0 R] >> endobj 490 0 obj << /Type /StructElem - /S /Em + /S /P /P 489 0 R - /K [81] - /Pg 709 0 R + /K [129 492 0 R 132 133 491 0 R 135] + /Pg 724 0 R >> endobj @@ -5006,69 +4996,67 @@ endobj << /Type /StructElem /S /Em - /P 488 0 R - /K [78] - /Pg 709 0 R + /P 490 0 R + /K [134] + /Pg 724 0 R >> endobj 492 0 obj << /Type /StructElem - /S /Em - /P 488 0 R - /K [75] - /Pg 709 0 R + /S /Formula + /P 490 0 R + /K [130 131] + /Pg 724 0 R >> endobj 493 0 obj << /Type /StructElem - /S /Em + /S /Lbl /P 488 0 R - /K [73] - /Pg 709 0 R + /K [128] + /Pg 724 0 R >> endobj 494 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [54 496 0 R 62 495 0 R 71] - /Pg 709 0 R + /S /LI + /P 487 0 R + /K [502 0 R 495 0 R] >> endobj 495 0 obj << /Type /StructElem - /S /Formula + /S /LBody /P 494 0 R - /K [63 64 65 66 67 68 69 70] - /Pg 709 0 R + /K [496 0 R] >> endobj 496 0 obj << /Type /StructElem - /S /Formula - /P 494 0 R - /K [55 56 57 58 59 60 61] - /Pg 709 0 R + /S /P + /P 495 0 R + /K [84 501 0 R 86 87 500 0 R 105 499 0 R 123 498 0 R 125 497 0 R 127] + /Pg 724 0 R >> endobj 497 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [38 502 0 R 44 501 0 R 46 500 0 R 48 499 0 R 50 51 498 0 R 53] - /Pg 709 0 R + /S /Formula + /P 496 0 R + /K [126] + /Pg 724 0 R >> endobj @@ -5076,19 +5064,19 @@ endobj << /Type /StructElem /S /Formula - /P 497 0 R - /K [52] - /Pg 709 0 R + /P 496 0 R + /K [124] + /Pg 724 0 R >> endobj 499 0 obj << /Type /StructElem - /S /Em - /P 497 0 R - /K [49] - /Pg 709 0 R + /S /Formula + /P 496 0 R + /K [106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122] + /Pg 724 0 R >> endobj @@ -5096,33 +5084,191 @@ endobj << /Type /StructElem /S /Formula - /P 497 0 R - /K [47] - /Pg 709 0 R + /P 496 0 R + /K [88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104] + /Pg 724 0 R >> endobj 501 0 obj << /Type /StructElem - /S /Strong - /P 497 0 R - /K [45] - /Pg 709 0 R + /S /Em + /P 496 0 R + /K [85] + /Pg 724 0 R >> endobj 502 0 obj << /Type /StructElem - /S /Formula - /P 497 0 R - /K [39 40 41 42 43] - /Pg 709 0 R + /S /Lbl + /P 494 0 R + /K [83] + /Pg 724 0 R >> endobj 503 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [72 508 0 R 74 507 0 R 76 77 506 0 R 79 504 0 R 82] + /Pg 724 0 R +>> +endobj + +504 0 obj +<< + /Type /StructElem + /S /Link + /P 503 0 R + /K [80 << + /Type /OBJR + /Pg 724 0 R + /Obj 720 0 R + >> << + /Type /OBJR + /Pg 724 0 R + /Obj 721 0 R + >> 505 0 R] + /Pg 724 0 R +>> +endobj + +505 0 obj +<< + /Type /StructElem + /S /Em + /P 504 0 R + /K [81] + /Pg 724 0 R +>> +endobj + +506 0 obj +<< + /Type /StructElem + /S /Em + /P 503 0 R + /K [78] + /Pg 724 0 R +>> +endobj + +507 0 obj +<< + /Type /StructElem + /S /Em + /P 503 0 R + /K [75] + /Pg 724 0 R +>> +endobj + +508 0 obj +<< + /Type /StructElem + /S /Em + /P 503 0 R + /K [73] + /Pg 724 0 R +>> +endobj + +509 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [54 511 0 R 62 510 0 R 71] + /Pg 724 0 R +>> +endobj + +510 0 obj +<< + /Type /StructElem + /S /Formula + /P 509 0 R + /K [63 64 65 66 67 68 69 70] + /Pg 724 0 R +>> +endobj + +511 0 obj +<< + /Type /StructElem + /S /Formula + /P 509 0 R + /K [55 56 57 58 59 60 61] + /Pg 724 0 R +>> +endobj + +512 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [38 517 0 R 44 516 0 R 46 515 0 R 48 514 0 R 50 51 513 0 R 53] + /Pg 724 0 R +>> +endobj + +513 0 obj +<< + /Type /StructElem + /S /Formula + /P 512 0 R + /K [52] + /Pg 724 0 R +>> +endobj + +514 0 obj +<< + /Type /StructElem + /S /Em + /P 512 0 R + /K [49] + /Pg 724 0 R +>> +endobj + +515 0 obj +<< + /Type /StructElem + /S /Formula + /P 512 0 R + /K [47] + /Pg 724 0 R +>> +endobj + +516 0 obj +<< + /Type /StructElem + /S /Strong + /P 512 0 R + /K [45] + /Pg 724 0 R +>> +endobj + +517 0 obj +<< + /Type /StructElem + /S /Formula + /P 512 0 R + /K [39 40 41 42 43] + /Pg 724 0 R +>> +endobj + +518 0 obj << /Type /StructElem /S /Formula @@ -5132,76 +5278,76 @@ endobj /Placement /Block >>] /K [0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37] - /Pg 709 0 R + /Pg 724 0 R >> endobj -504 0 obj +519 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [294 506 0 R 310 505 0 R 326] - /Pg 703 0 R + /K [294 521 0 R 310 520 0 R 326] + /Pg 718 0 R >> endobj -505 0 obj +520 0 obj << /Type /StructElem /S /Formula - /P 504 0 R + /P 519 0 R /K [311 312 313 314 315 316 317 318 319 320 321 322 323 324 325] - /Pg 703 0 R + /Pg 718 0 R >> endobj -506 0 obj +521 0 obj << /Type /StructElem /S /Formula - /P 504 0 R + /P 519 0 R /K [295 296 297 298 299 300 301 302 303 304 305 306 307 308 309] - /Pg 703 0 R + /Pg 718 0 R >> endobj -507 0 obj +522 0 obj << /Type /StructElem /S /H2 /P 32 0 R /T /K [293] - /Pg 703 0 R + /Pg 718 0 R >> endobj -508 0 obj +523 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [291 509 0 R] - /Pg 703 0 R + /K [291 524 0 R] + /Pg 718 0 R >> endobj -509 0 obj +524 0 obj << /Type /StructElem /S /Link - /P 508 0 R + /P 523 0 R /K [292 << /Type /OBJR - /Pg 703 0 R - /Obj 702 0 R + /Pg 718 0 R + /Obj 717 0 R >>] - /Pg 703 0 R + /Pg 718 0 R >> endobj -510 0 obj +525 0 obj << /Type /StructElem /S /Formula @@ -5211,71 +5357,71 @@ endobj /Placement /Block >>] /K [283 284 285 286 287 288 289 290] - /Pg 703 0 R + /Pg 718 0 R >> endobj -511 0 obj +526 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [275 513 0 R 277 512 0 R 281 282] - /Pg 703 0 R + /K [275 528 0 R 277 527 0 R 281 282] + /Pg 718 0 R >> endobj -512 0 obj +527 0 obj << /Type /StructElem /S /Formula - /P 511 0 R + /P 526 0 R /K [278 279 280] - /Pg 703 0 R + /Pg 718 0 R >> endobj -513 0 obj +528 0 obj << /Type /StructElem /S /Em - /P 511 0 R + /P 526 0 R /K [276] - /Pg 703 0 R + /Pg 718 0 R >> endobj -514 0 obj +529 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [516 0 R 272 515 0 R 274] - /Pg 703 0 R + /K [531 0 R 272 530 0 R 274] + /Pg 718 0 R >> endobj -515 0 obj +530 0 obj << /Type /StructElem /S /Formula - /P 514 0 R + /P 529 0 R /K [273] - /Pg 703 0 R + /Pg 718 0 R >> endobj -516 0 obj +531 0 obj << /Type /StructElem /S /Formula - /P 514 0 R + /P 529 0 R /K [271] - /Pg 703 0 R + /Pg 718 0 R >> endobj -517 0 obj +532 0 obj << /Type /StructElem /S /Formula @@ -5285,41 +5431,41 @@ endobj /Placement /Block >>] /K [266 267 268 269 270] - /Pg 703 0 R + /Pg 718 0 R >> endobj -518 0 obj +533 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [261 520 0 R 263 519 0 R 265] - /Pg 703 0 R + /K [261 535 0 R 263 534 0 R 265] + /Pg 718 0 R >> endobj -519 0 obj +534 0 obj << /Type /StructElem /S /Formula - /P 518 0 R + /P 533 0 R /K [264] - /Pg 703 0 R + /Pg 718 0 R >> endobj -520 0 obj +535 0 obj << /Type /StructElem /S /Formula - /P 518 0 R + /P 533 0 R /K [262] - /Pg 703 0 R + /Pg 718 0 R >> endobj -521 0 obj +536 0 obj << /Type /StructElem /S /Formula @@ -5329,31 +5475,31 @@ endobj /Placement /Block >>] /K [252 253 254 255 256 257 258 259 260] - /Pg 703 0 R + /Pg 718 0 R >> endobj -522 0 obj +537 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [234 523 0 R 251] - /Pg 703 0 R + /K [234 538 0 R 251] + /Pg 718 0 R >> endobj -523 0 obj +538 0 obj << /Type /StructElem /S /Formula - /P 522 0 R + /P 537 0 R /K [235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250] - /Pg 703 0 R + /Pg 718 0 R >> endobj -524 0 obj +539 0 obj << /Type /StructElem /S /Formula @@ -5363,167 +5509,17 @@ endobj /Placement /Block >>] /K [224 225 226 227 228 229 230 231 232 233] - /Pg 703 0 R ->> -endobj - -525 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [221 526 0 R 223] - /Pg 703 0 R ->> -endobj - -526 0 obj -<< - /Type /StructElem - /S /Formula - /P 525 0 R - /K [222] - /Pg 703 0 R ->> -endobj - -527 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [205 533 0 R 207 532 0 R 210 531 0 R 212 530 0 R 214 529 0 R 217 218 528 0 R 220] - /Pg 703 0 R ->> -endobj - -528 0 obj -<< - /Type /StructElem - /S /Formula - /P 527 0 R - /K [219] - /Pg 703 0 R ->> -endobj - -529 0 obj -<< - /Type /StructElem - /S /Formula - /P 527 0 R - /K [215 216] - /Pg 703 0 R ->> -endobj - -530 0 obj -<< - /Type /StructElem - /S /Em - /P 527 0 R - /K [213] - /Pg 703 0 R ->> -endobj - -531 0 obj -<< - /Type /StructElem - /S /Em - /P 527 0 R - /K [211] - /Pg 703 0 R ->> -endobj - -532 0 obj -<< - /Type /StructElem - /S /Formula - /P 527 0 R - /K [208 209] - /Pg 703 0 R ->> -endobj - -533 0 obj -<< - /Type /StructElem - /S /Formula - /P 527 0 R - /K [206] - /Pg 703 0 R ->> -endobj - -534 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [199 536 0 R 202 535 0 R 204] - /Pg 703 0 R ->> -endobj - -535 0 obj -<< - /Type /StructElem - /S /Em - /P 534 0 R - /K [203] - /Pg 703 0 R ->> -endobj - -536 0 obj -<< - /Type /StructElem - /S /Formula - /P 534 0 R - /K [200 201] - /Pg 703 0 R ->> -endobj - -537 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [179 541 0 R 181 540 0 R 183 539 0 R 185 538 0 R 198] - /Pg 703 0 R ->> -endobj - -538 0 obj -<< - /Type /StructElem - /S /Formula - /P 537 0 R - /K [186 187 188 189 190 191 192 193 194 195 196 197] - /Pg 703 0 R ->> -endobj - -539 0 obj -<< - /Type /StructElem - /S /Em - /P 537 0 R - /K [184] - /Pg 703 0 R + /Pg 718 0 R >> endobj 540 0 obj << /Type /StructElem - /S /Formula - /P 537 0 R - /K [182] - /Pg 703 0 R + /S /P + /P 32 0 R + /K [221 541 0 R 223] + /Pg 718 0 R >> endobj @@ -5531,13 +5527,163 @@ endobj << /Type /StructElem /S /Formula - /P 537 0 R - /K [180] - /Pg 703 0 R + /P 540 0 R + /K [222] + /Pg 718 0 R >> endobj 542 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [205 548 0 R 207 547 0 R 210 546 0 R 212 545 0 R 214 544 0 R 217 218 543 0 R 220] + /Pg 718 0 R +>> +endobj + +543 0 obj +<< + /Type /StructElem + /S /Formula + /P 542 0 R + /K [219] + /Pg 718 0 R +>> +endobj + +544 0 obj +<< + /Type /StructElem + /S /Formula + /P 542 0 R + /K [215 216] + /Pg 718 0 R +>> +endobj + +545 0 obj +<< + /Type /StructElem + /S /Em + /P 542 0 R + /K [213] + /Pg 718 0 R +>> +endobj + +546 0 obj +<< + /Type /StructElem + /S /Em + /P 542 0 R + /K [211] + /Pg 718 0 R +>> +endobj + +547 0 obj +<< + /Type /StructElem + /S /Formula + /P 542 0 R + /K [208 209] + /Pg 718 0 R +>> +endobj + +548 0 obj +<< + /Type /StructElem + /S /Formula + /P 542 0 R + /K [206] + /Pg 718 0 R +>> +endobj + +549 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [199 551 0 R 202 550 0 R 204] + /Pg 718 0 R +>> +endobj + +550 0 obj +<< + /Type /StructElem + /S /Em + /P 549 0 R + /K [203] + /Pg 718 0 R +>> +endobj + +551 0 obj +<< + /Type /StructElem + /S /Formula + /P 549 0 R + /K [200 201] + /Pg 718 0 R +>> +endobj + +552 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [179 556 0 R 181 555 0 R 183 554 0 R 185 553 0 R 198] + /Pg 718 0 R +>> +endobj + +553 0 obj +<< + /Type /StructElem + /S /Formula + /P 552 0 R + /K [186 187 188 189 190 191 192 193 194 195 196 197] + /Pg 718 0 R +>> +endobj + +554 0 obj +<< + /Type /StructElem + /S /Em + /P 552 0 R + /K [184] + /Pg 718 0 R +>> +endobj + +555 0 obj +<< + /Type /StructElem + /S /Formula + /P 552 0 R + /K [182] + /Pg 718 0 R +>> +endobj + +556 0 obj +<< + /Type /StructElem + /S /Formula + /P 552 0 R + /K [180] + /Pg 718 0 R +>> +endobj + +557 0 obj << /Type /StructElem /S /Formula @@ -5547,90 +5693,90 @@ endobj /Placement /Block >>] /K [175 176 177 178] - /Pg 703 0 R + /Pg 718 0 R >> endobj -543 0 obj +558 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [146 547 0 R 158 546 0 R 160 545 0 R 162 544 0 R] - /Pg 703 0 R + /K [146 562 0 R 158 561 0 R 160 560 0 R 162 559 0 R] + /Pg 718 0 R >> endobj -544 0 obj +559 0 obj << /Type /StructElem /S /Formula - /P 543 0 R + /P 558 0 R /K [163 164 165 166 167 168 169 170 171 172 173 174] - /Pg 703 0 R + /Pg 718 0 R >> endobj -545 0 obj +560 0 obj << /Type /StructElem /S /Formula - /P 543 0 R + /P 558 0 R /K [161] - /Pg 703 0 R + /Pg 718 0 R >> endobj -546 0 obj +561 0 obj << /Type /StructElem /S /Formula - /P 543 0 R + /P 558 0 R /K [159] - /Pg 703 0 R + /Pg 718 0 R >> endobj -547 0 obj +562 0 obj << /Type /StructElem /S /Formula - /P 543 0 R + /P 558 0 R /K [147 148 149 150 151 152 153 154 155 156 157] - /Pg 703 0 R + /Pg 718 0 R >> endobj -548 0 obj +563 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [143 549 0 R 145] - /Pg 703 0 R + /K [143 564 0 R 145] + /Pg 718 0 R >> endobj -549 0 obj +564 0 obj << /Type /StructElem /S /Formula - /P 548 0 R - /K [550 0 R] + /P 563 0 R + /K [565 0 R] >> endobj -550 0 obj +565 0 obj << /Type /StructElem /S /Strong - /P 549 0 R + /P 564 0 R /K [144] - /Pg 703 0 R + /Pg 718 0 R >> endobj -551 0 obj +566 0 obj << /Type /StructElem /S /Formula @@ -5640,31 +5786,31 @@ endobj /Placement /Block >>] /K [94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142] - /Pg 703 0 R + /Pg 718 0 R >> endobj -552 0 obj +567 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [84 553 0 R 93] - /Pg 703 0 R + /K [84 568 0 R 93] + /Pg 718 0 R >> endobj -553 0 obj +568 0 obj << /Type /StructElem /S /Formula - /P 552 0 R + /P 567 0 R /K [85 86 87 88 89 90 91 92] - /Pg 703 0 R + /Pg 718 0 R >> endobj -554 0 obj +569 0 obj << /Type /StructElem /S /Formula @@ -5674,81 +5820,81 @@ endobj /Placement /Block >>] /K [57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83] - /Pg 703 0 R + /Pg 718 0 R >> endobj -555 0 obj +570 0 obj << /Type /StructElem /S /P /P 32 0 R /K [56] - /Pg 703 0 R + /Pg 718 0 R >> endobj -556 0 obj +571 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [44 561 0 R 46 560 0 R 48 559 0 R 50 51 558 0 R 53 557 0 R 55] - /Pg 703 0 R + /K [44 576 0 R 46 575 0 R 48 574 0 R 50 51 573 0 R 53 572 0 R 55] + /Pg 718 0 R >> endobj -557 0 obj +572 0 obj << /Type /StructElem /S /Em - /P 556 0 R + /P 571 0 R /K [54] - /Pg 703 0 R + /Pg 718 0 R >> endobj -558 0 obj +573 0 obj << /Type /StructElem /S /Formula - /P 556 0 R + /P 571 0 R /K [52] - /Pg 703 0 R + /Pg 718 0 R >> endobj -559 0 obj +574 0 obj << /Type /StructElem /S /Formula - /P 556 0 R + /P 571 0 R /K [49] - /Pg 703 0 R + /Pg 718 0 R >> endobj -560 0 obj +575 0 obj << /Type /StructElem /S /Em - /P 556 0 R + /P 571 0 R /K [47] - /Pg 703 0 R + /Pg 718 0 R >> endobj -561 0 obj +576 0 obj << /Type /StructElem /S /Formula - /P 556 0 R + /P 571 0 R /K [45] - /Pg 703 0 R + /Pg 718 0 R >> endobj -562 0 obj +577 0 obj << /Type /StructElem /S /Formula @@ -5758,51 +5904,51 @@ endobj /Placement /Block >>] /K [0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43] - /Pg 703 0 R + /Pg 718 0 R >> endobj -563 0 obj +578 0 obj << /Type /StructElem /S /P /P 32 0 R /K [203] - /Pg 700 0 R + /Pg 715 0 R >> endobj -564 0 obj +579 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [566 0 R 198 199 565 0 R 201 202] - /Pg 700 0 R + /K [581 0 R 198 199 580 0 R 201 202] + /Pg 715 0 R >> endobj -565 0 obj +580 0 obj << /Type /StructElem /S /Formula - /P 564 0 R + /P 579 0 R /K [200] - /Pg 700 0 R + /Pg 715 0 R >> endobj -566 0 obj +581 0 obj << /Type /StructElem /S /Em - /P 564 0 R + /P 579 0 R /K [197] - /Pg 700 0 R + /Pg 715 0 R >> endobj -567 0 obj +582 0 obj << /Type /StructElem /S /Formula @@ -5812,175 +5958,17 @@ endobj /Placement /Block >>] /K [177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196] - /Pg 700 0 R ->> -endobj - -568 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [165 570 0 R 174 569 0 R 176] - /Pg 700 0 R ->> -endobj - -569 0 obj -<< - /Type /StructElem - /S /Em - /P 568 0 R - /K [175] - /Pg 700 0 R ->> -endobj - -570 0 obj -<< - /Type /StructElem - /S /Formula - /P 568 0 R - /K [166 167 168 169 170 171 172 173] - /Pg 700 0 R ->> -endobj - -571 0 obj -<< - /Type /StructElem - /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164] - /Pg 700 0 R ->> -endobj - -572 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [140 141 573 0 R 143] - /Pg 700 0 R ->> -endobj - -573 0 obj -<< - /Type /StructElem - /S /Formula - /P 572 0 R - /K [574 0 R] ->> -endobj - -574 0 obj -<< - /Type /StructElem - /S /Strong - /P 573 0 R - /K [142] - /Pg 700 0 R ->> -endobj - -575 0 obj -<< - /Type /StructElem - /S /H1 - /P 32 0 R - /T - /K [576 0 R 139] - /Pg 700 0 R ->> -endobj - -576 0 obj -<< - /Type /StructElem - /S /Em - /P 575 0 R - /K [138] - /Pg 700 0 R ->> -endobj - -577 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [93 94 584 0 R 96 583 0 R 113 582 0 R 119 581 0 R 125 580 0 R 132 133 579 0 R 135 578 0 R 137] - /Pg 700 0 R ->> -endobj - -578 0 obj -<< - /Type /StructElem - /S /Strong - /P 577 0 R - /K [136] - /Pg 700 0 R ->> -endobj - -579 0 obj -<< - /Type /StructElem - /S /Link - /P 577 0 R - /K [134 << - /Type /OBJR - /Pg 700 0 R - /Obj 699 0 R - >>] - /Pg 700 0 R ->> -endobj - -580 0 obj -<< - /Type /StructElem - /S /Formula - /P 577 0 R - /K [126 127 128 129 130 131] - /Pg 700 0 R ->> -endobj - -581 0 obj -<< - /Type /StructElem - /S /Formula - /P 577 0 R - /K [120 121 122 123 124] - /Pg 700 0 R ->> -endobj - -582 0 obj -<< - /Type /StructElem - /S /Formula - /P 577 0 R - /K [114 115 116 117 118] - /Pg 700 0 R + /Pg 715 0 R >> endobj 583 0 obj << /Type /StructElem - /S /Formula - /P 577 0 R - /K [97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112] - /Pg 700 0 R + /S /P + /P 32 0 R + /K [165 585 0 R 174 584 0 R 176] + /Pg 715 0 R >> endobj @@ -5988,9 +5976,9 @@ endobj << /Type /StructElem /S /Em - /P 577 0 R - /K [95] - /Pg 700 0 R + /P 583 0 R + /K [175] + /Pg 715 0 R >> endobj @@ -5998,13 +5986,9 @@ endobj << /Type /StructElem /S /Formula - /P 32 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [82 83 84 85 86 87 88 89 90 91 92] - /Pg 700 0 R + /P 583 0 R + /K [166 167 168 169 170 171 172 173] + /Pg 715 0 R >> endobj @@ -6017,12 +6001,174 @@ endobj /O /Layout /Placement /Block >>] - /K [71 72 73 74 75 76 77 78 79 80 81] - /Pg 700 0 R + /K [144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164] + /Pg 715 0 R >> endobj 587 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [140 141 588 0 R 143] + /Pg 715 0 R +>> +endobj + +588 0 obj +<< + /Type /StructElem + /S /Formula + /P 587 0 R + /K [589 0 R] +>> +endobj + +589 0 obj +<< + /Type /StructElem + /S /Strong + /P 588 0 R + /K [142] + /Pg 715 0 R +>> +endobj + +590 0 obj +<< + /Type /StructElem + /S /H1 + /P 32 0 R + /T + /K [591 0 R 139] + /Pg 715 0 R +>> +endobj + +591 0 obj +<< + /Type /StructElem + /S /Em + /P 590 0 R + /K [138] + /Pg 715 0 R +>> +endobj + +592 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [93 94 599 0 R 96 598 0 R 113 597 0 R 119 596 0 R 125 595 0 R 132 133 594 0 R 135 593 0 R 137] + /Pg 715 0 R +>> +endobj + +593 0 obj +<< + /Type /StructElem + /S /Strong + /P 592 0 R + /K [136] + /Pg 715 0 R +>> +endobj + +594 0 obj +<< + /Type /StructElem + /S /Link + /P 592 0 R + /K [134 << + /Type /OBJR + /Pg 715 0 R + /Obj 714 0 R + >>] + /Pg 715 0 R +>> +endobj + +595 0 obj +<< + /Type /StructElem + /S /Formula + /P 592 0 R + /K [126 127 128 129 130 131] + /Pg 715 0 R +>> +endobj + +596 0 obj +<< + /Type /StructElem + /S /Formula + /P 592 0 R + /K [120 121 122 123 124] + /Pg 715 0 R +>> +endobj + +597 0 obj +<< + /Type /StructElem + /S /Formula + /P 592 0 R + /K [114 115 116 117 118] + /Pg 715 0 R +>> +endobj + +598 0 obj +<< + /Type /StructElem + /S /Formula + /P 592 0 R + /K [97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112] + /Pg 715 0 R +>> +endobj + +599 0 obj +<< + /Type /StructElem + /S /Em + /P 592 0 R + /K [95] + /Pg 715 0 R +>> +endobj + +600 0 obj +<< + /Type /StructElem + /S /Formula + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [82 83 84 85 86 87 88 89 90 91 92] + /Pg 715 0 R +>> +endobj + +601 0 obj +<< + /Type /StructElem + /S /Formula + /P 32 0 R + /A [<< + /O /Layout + /Placement /Block + >>] + /K [71 72 73 74 75 76 77 78 79 80 81] + /Pg 715 0 R +>> +endobj + +602 0 obj << /Type /StructElem /S /Formula @@ -6032,11 +6178,11 @@ endobj /Placement /Block >>] /K [60 61 62 63 64 65 66 67 68 69 70] - /Pg 700 0 R + /Pg 715 0 R >> endobj -588 0 obj +603 0 obj << /Type /StructElem /S /Formula @@ -6046,192 +6192,192 @@ endobj /Placement /Block >>] /K [49 50 51 52 53 54 55 56 57 58 59] - /Pg 700 0 R ->> -endobj - -589 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [31 599 0 R 33 597 0 R 35 595 0 R 37 38 593 0 R 40 592 0 R 42 590 0 R 48] - /Pg 700 0 R ->> -endobj - -590 0 obj -<< - /Type /StructElem - /S /Formula - /P 589 0 R - /K [591 0 R] ->> -endobj - -591 0 obj -<< - /Type /StructElem - /S /Strong - /P 590 0 R - /K [43 44 45 46 47] - /Pg 700 0 R ->> -endobj - -592 0 obj -<< - /Type /StructElem - /S /Formula - /P 589 0 R - /K [41] - /Pg 700 0 R ->> -endobj - -593 0 obj -<< - /Type /StructElem - /S /Formula - /P 589 0 R - /K [594 0 R] ->> -endobj - -594 0 obj -<< - /Type /StructElem - /S /Strong - /P 593 0 R - /K [39] - /Pg 700 0 R ->> -endobj - -595 0 obj -<< - /Type /StructElem - /S /Formula - /P 589 0 R - /K [596 0 R] ->> -endobj - -596 0 obj -<< - /Type /StructElem - /S /Strong - /P 595 0 R - /K [36] - /Pg 700 0 R ->> -endobj - -597 0 obj -<< - /Type /StructElem - /S /Formula - /P 589 0 R - /K [598 0 R] ->> -endobj - -598 0 obj -<< - /Type /StructElem - /S /Strong - /P 597 0 R - /K [34] - /Pg 700 0 R ->> -endobj - -599 0 obj -<< - /Type /StructElem - /S /Formula - /P 589 0 R - /K [600 0 R] ->> -endobj - -600 0 obj -<< - /Type /StructElem - /S /Strong - /P 599 0 R - /K [32] - /Pg 700 0 R ->> -endobj - -601 0 obj -<< - /Type /StructElem - /S /H2 - /P 32 0 R - /T - /K [30] - /Pg 700 0 R ->> -endobj - -602 0 obj -<< - /Type /StructElem - /S /H1 - /P 32 0 R - /T - /K [29] - /Pg 700 0 R ->> -endobj - -603 0 obj -<< - /Type /StructElem - /S /P - /P 32 0 R - /K [23 24 25 26 604 0 R 28] - /Pg 700 0 R + /Pg 715 0 R >> endobj 604 0 obj << /Type /StructElem - /S /Em - /P 603 0 R - /K [27] - /Pg 700 0 R + /S /P + /P 32 0 R + /K [31 614 0 R 33 612 0 R 35 610 0 R 37 38 608 0 R 40 607 0 R 42 605 0 R 48] + /Pg 715 0 R >> endobj 605 0 obj << /Type /StructElem - /S /P - /P 32 0 R - /K [21 606 0 R] - /Pg 700 0 R + /S /Formula + /P 604 0 R + /K [606 0 R] >> endobj 606 0 obj << /Type /StructElem - /S /Link + /S /Strong /P 605 0 R - /K [22 << - /Type /OBJR - /Pg 700 0 R - /Obj 698 0 R - >>] - /Pg 700 0 R + /K [43 44 45 46 47] + /Pg 715 0 R >> endobj 607 0 obj +<< + /Type /StructElem + /S /Formula + /P 604 0 R + /K [41] + /Pg 715 0 R +>> +endobj + +608 0 obj +<< + /Type /StructElem + /S /Formula + /P 604 0 R + /K [609 0 R] +>> +endobj + +609 0 obj +<< + /Type /StructElem + /S /Strong + /P 608 0 R + /K [39] + /Pg 715 0 R +>> +endobj + +610 0 obj +<< + /Type /StructElem + /S /Formula + /P 604 0 R + /K [611 0 R] +>> +endobj + +611 0 obj +<< + /Type /StructElem + /S /Strong + /P 610 0 R + /K [36] + /Pg 715 0 R +>> +endobj + +612 0 obj +<< + /Type /StructElem + /S /Formula + /P 604 0 R + /K [613 0 R] +>> +endobj + +613 0 obj +<< + /Type /StructElem + /S /Strong + /P 612 0 R + /K [34] + /Pg 715 0 R +>> +endobj + +614 0 obj +<< + /Type /StructElem + /S /Formula + /P 604 0 R + /K [615 0 R] +>> +endobj + +615 0 obj +<< + /Type /StructElem + /S /Strong + /P 614 0 R + /K [32] + /Pg 715 0 R +>> +endobj + +616 0 obj +<< + /Type /StructElem + /S /H2 + /P 32 0 R + /T + /K [30] + /Pg 715 0 R +>> +endobj + +617 0 obj +<< + /Type /StructElem + /S /H1 + /P 32 0 R + /T + /K [29] + /Pg 715 0 R +>> +endobj + +618 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [23 24 25 26 619 0 R 28] + /Pg 715 0 R +>> +endobj + +619 0 obj +<< + /Type /StructElem + /S /Em + /P 618 0 R + /K [27] + /Pg 715 0 R +>> +endobj + +620 0 obj +<< + /Type /StructElem + /S /P + /P 32 0 R + /K [21 621 0 R] + /Pg 715 0 R +>> +endobj + +621 0 obj +<< + /Type /StructElem + /S /Link + /P 620 0 R + /K [22 << + /Type /OBJR + /Pg 715 0 R + /Obj 713 0 R + >>] + /Pg 715 0 R +>> +endobj + +622 0 obj << /Type /StructElem /S /Formula @@ -6241,11 +6387,11 @@ endobj /Placement /Block >>] /K [19 20] - /Pg 700 0 R + /Pg 715 0 R >> endobj -608 0 obj +623 0 obj << /Type /StructElem /S /Formula @@ -6255,11 +6401,11 @@ endobj /Placement /Block >>] /K [18] - /Pg 700 0 R + /Pg 715 0 R >> endobj -609 0 obj +624 0 obj << /Type /StructElem /S /Formula @@ -6269,11 +6415,11 @@ endobj /Placement /Block >>] /K [17] - /Pg 700 0 R + /Pg 715 0 R >> endobj -610 0 obj +625 0 obj << /Type /StructElem /S /Formula @@ -6283,11 +6429,11 @@ endobj /Placement /Block >>] /K [16] - /Pg 700 0 R + /Pg 715 0 R >> endobj -611 0 obj +626 0 obj << /Type /StructElem /S /Span @@ -6297,11 +6443,11 @@ endobj /Placement /Block >>] /K [11 12 14] - /Pg 700 0 R + /Pg 715 0 R >> endobj -612 0 obj +627 0 obj << /Type /StructElem /S /Strong @@ -6311,11 +6457,11 @@ endobj /Placement /Block >>] /K [15] - /Pg 700 0 R + /Pg 715 0 R >> endobj -613 0 obj +628 0 obj << /Type /StructElem /S /Em @@ -6325,11 +6471,11 @@ endobj /Placement /Block >>] /K [13] - /Pg 700 0 R + /Pg 715 0 R >> endobj -614 0 obj +629 0 obj << /Type /StructElem /S /Strong @@ -6339,72 +6485,72 @@ endobj /Placement /Block >>] /K [10] - /Pg 700 0 R + /Pg 715 0 R >> endobj -615 0 obj +630 0 obj << /Type /StructElem /S /P /P 32 0 R - /K [3 4 5 617 0 R 7 616 0 R 9] - /Pg 700 0 R + /K [3 4 5 632 0 R 7 631 0 R 9] + /Pg 715 0 R >> endobj -616 0 obj +631 0 obj << /Type /StructElem /S /Strong - /P 615 0 R + /P 630 0 R /K [8] - /Pg 700 0 R + /Pg 715 0 R >> endobj -617 0 obj +632 0 obj << /Type /StructElem /S /Strong - /P 615 0 R + /P 630 0 R /K [6] - /Pg 700 0 R + /Pg 715 0 R >> endobj -618 0 obj +633 0 obj << /Type /StructElem /S /H1 /P 32 0 R /T /K [2] - /Pg 700 0 R + /Pg 715 0 R >> endobj -619 0 obj +634 0 obj << /Type /StructElem /S /P /P 32 0 R /K [1] - /Pg 700 0 R + /Pg 715 0 R >> endobj -620 0 obj +635 0 obj << /Type /StructElem /S /P /P 32 0 R /K [0] - /Pg 700 0 R + /Pg 715 0 R >> endobj -621 0 obj +636 0 obj << /Type /PageLabel /S /D @@ -6412,7 +6558,7 @@ endobj >> endobj -622 0 obj +637 0 obj << /Type /PageLabel /S /D @@ -6420,7 +6566,7 @@ endobj >> endobj -623 0 obj +638 0 obj << /Type /PageLabel /S /D @@ -6428,7 +6574,7 @@ endobj >> endobj -624 0 obj +639 0 obj << /Type /PageLabel /S /D @@ -6436,7 +6582,7 @@ endobj >> endobj -625 0 obj +640 0 obj << /Type /PageLabel /S /D @@ -6444,7 +6590,7 @@ endobj >> endobj -626 0 obj +641 0 obj << /Type /PageLabel /S /D @@ -6452,7 +6598,7 @@ endobj >> endobj -627 0 obj +642 0 obj << /Type /PageLabel /S /D @@ -6460,7 +6606,7 @@ endobj >> endobj -628 0 obj +643 0 obj << /Type /PageLabel /S /D @@ -6468,7 +6614,7 @@ endobj >> endobj -629 0 obj +644 0 obj << /Type /PageLabel /S /D @@ -6476,18 +6622,18 @@ endobj >> endobj -630 0 obj +645 0 obj << /Type /Font /Subtype /Type0 /BaseFont /WBKBBC+LinLibertineB /Encoding /Identity-H - /DescendantFonts [631 0 R] - /ToUnicode 634 0 R + /DescendantFonts [646 0 R] + /ToUnicode 649 0 R >> endobj -631 0 obj +646 0 obj << /Type /Font /Subtype /CIDFontType2 @@ -6497,14 +6643,14 @@ endobj /Ordering (Identity) /Supplement 0 >> - /FontDescriptor 633 0 R + /FontDescriptor 648 0 R /DW 0 /CIDToGIDMap /Identity /W [0 0 500 1 1 705.5664 2 2 550.78125 3 3 560.5469 4 4 488.76953 5 5 426.7578 6 6 250 7 7 576.66016 8 8 733.8867 9 9 613.76953 10 10 366.69922 11 11 615.72266 12 12 357.91016 13 13 427.73438 14 14 597.65625 15 15 455.5664 16 16 321.77734 17 17 505.85938 18 18 324.70703 19 19 505.85938 20 20 618.65234 21 21 488.76953 22 22 252.92969 23 23 390.625 24 24 904.78516 25 25 503.90625 26 26 580.5664 27 27 640.625 28 28 541.9922 29 29 488.76953 30 30 520.9961 31 31 572.7539 32 32 557.6172 33 33 776.85547 34 34 357.91016 35 35 612.79297 36 37 314.9414 38 38 396.97266 39 39 513.6719 40 40 396.97266 41 41 715.8203 42 42 255.85938 43 43 731.9336 44 44 513.6719 45 45 653.8086 46 46 513.6719 47 47 898.9258 48 48 735.83984 49 50 739.7461 51 51 651.85547 52 52 608.8867 53 53 560.5469 54 54 729.98047] >> endobj -632 0 obj +647 0 obj << /Length 13 /Filter /FlateDecode @@ -6514,7 +6660,7 @@ x endstream endobj -633 0 obj +648 0 obj << /Type /FontDescriptor /FontName /WBKBBC+LinLibertineB @@ -6525,12 +6671,12 @@ endobj /Descent -246.09375 /CapHeight 645.01953 /StemV 168.6 - /CIDSet 632 0 R - /FontFile2 635 0 R + /CIDSet 647 0 R + /FontFile2 650 0 R >> endobj -634 0 obj +649 0 obj << /Length 1366 /Type /CMap @@ -6624,7 +6770,7 @@ end endstream endobj -635 0 obj +650 0 obj << /Length 10704 /Filter /FlateDecode @@ -6684,18 +6830,18 @@ NaV endstream endobj -636 0 obj +651 0 obj << /Type /Font /Subtype /Type0 /BaseFont /SYBCVU+LinLibertineI /Encoding /Identity-H - /DescendantFonts [637 0 R] - /ToUnicode 640 0 R + /DescendantFonts [652 0 R] + /ToUnicode 655 0 R >> endobj -637 0 obj +652 0 obj << /Type /Font /Subtype /CIDFontType2 @@ -6705,14 +6851,14 @@ endobj /Ordering (Identity) /Supplement 0 >> - /FontDescriptor 639 0 R + /FontDescriptor 654 0 R /DW 0 /CIDToGIDMap /Identity /W [0 0 500 1 1 665.52734 2 2 446.77734 3 3 306.64062 4 4 400.8789 5 5 352.53906 6 6 250 7 7 488.76953 8 8 520.9961 9 9 356.9336 10 10 543.9453 11 11 279.78516 12 12 498.53516 13 13 525.8789 14 14 305.66406 15 15 556.6406 16 16 275.8789 17 17 400.8789 18 18 312.98828 19 19 960.9375 20 20 488.76953 21 21 265.625 22 22 267.57812 23 23 517.5781 24 24 313.96484 25 25 782.71484 26 26 485.83984 27 27 518.5547 28 28 485.83984 29 29 518.5547 30 30 388.67188 31 31 687.9883 32 32 502.9297 33 33 332.51953 34 34 490.72266 35 35 477.53906 36 36 672.85156 37 37 476.5625 38 38 474.60938 39 39 218.75 40 40 666.9922] >> endobj -638 0 obj +653 0 obj << /Length 14 /Filter /FlateDecode @@ -6722,7 +6868,7 @@ x endstream endobj -639 0 obj +654 0 obj << /Type /FontDescriptor /FontName /SYBCVU+LinLibertineI @@ -6733,12 +6879,12 @@ endobj /Descent -246.09375 /CapHeight 645.01953 /StemV 95.4 - /CIDSet 638 0 R - /FontFile2 641 0 R + /CIDSet 653 0 R + /FontFile2 656 0 R >> endobj -640 0 obj +655 0 obj << /Length 1170 /Type /CMap @@ -6818,7 +6964,7 @@ end endstream endobj -641 0 obj +656 0 obj << /Length 8828 /Filter /FlateDecode @@ -6854,48 +7000,48 @@ z endstream endobj -642 0 obj +657 0 obj << /Type /Font /Subtype /Type0 - /BaseFont /KYUMDP+LinLibertine + /BaseFont /RGBCGO+LinLibertine /Encoding /Identity-H - /DescendantFonts [643 0 R] - /ToUnicode 646 0 R + /DescendantFonts [658 0 R] + /ToUnicode 661 0 R >> endobj -643 0 obj +658 0 obj << /Type /Font /Subtype /CIDFontType2 - /BaseFont /KYUMDP+LinLibertine + /BaseFont /RGBCGO+LinLibertine /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> - /FontDescriptor 645 0 R + /FontDescriptor 660 0 R /DW 0 /CIDToGIDMap /Identity - /W [0 0 500 1 1 540.52734 2 2 371.58203 3 3 503.90625 4 4 492.67578 5 5 263.67188 6 6 446.77734 7 7 789.5508 8 8 446.77734 9 9 250 10 10 518.5547 11 11 270.9961 12 12 541.9922 13 13 427.73438 14 14 456.54297 15 15 235.83984 16 16 514.64844 17 17 505.85938 18 18 530.7617 19 19 315.91797 20 20 389.64844 21 21 496.58203 22 22 267.57812 23 23 219.72656 24 24 694.8242 25 25 559.5703 26 26 537.59766 27 27 502.9297 28 28 500 29 29 296.875 30 30 309.5703 31 31 271.97266 32 32 556.6406 33 33 645.9961 34 34 700.6836 35 35 446.77734 36 36 355.95703 37 37 464.84375 38 38 355.95703 39 39 527.83203 40 40 297.85156 41 41 322.7539 42 42 297.85156 43 43 701.66016 44 44 456.54297 45 45 660.64453 46 46 219.72656 47 47 464.84375 48 48 748.53516 49 49 530.7617 50 50 549.8047 51 51 464.84375 52 52 423.82812 53 53 464.84375 54 54 337.89062 55 55 651.85547 56 56 464.84375 57 57 484.86328 58 58 350.58594 59 59 729.98047 60 60 698.73047 61 61 594.72656 62 62 489.7461 63 66 464.84375 67 67 838.8672 68 68 427.73438 69 69 587.8906 70 70 586.91406 71 71 596.6797 72 72 204.58984 73 73 746.58203 74 74 684.5703 75 75 542.96875 76 76 125 77 77 542.96875 78 78 446.77734 79 79 694.8242 80 80 484.86328 81 81 464.84375 82 82 1250.9766 83 83 511.71875 84 84 321.77734 85 85 613.76953 86 86 375 87 87 636.71875 88 88 250] + /W [0 0 500 1 1 540.52734 2 2 371.58203 3 3 503.90625 4 4 492.67578 5 5 263.67188 6 6 446.77734 7 7 789.5508 8 8 446.77734 9 9 250 10 10 518.5547 11 11 270.9961 12 12 541.9922 13 13 427.73438 14 14 456.54297 15 15 235.83984 16 16 514.64844 17 17 505.85938 18 18 530.7617 19 19 315.91797 20 20 389.64844 21 21 496.58203 22 22 267.57812 23 23 219.72656 24 24 694.8242 25 25 559.5703 26 26 537.59766 27 27 502.9297 28 28 500 29 29 296.875 30 30 309.5703 31 31 271.97266 32 32 556.6406 33 33 645.9961 34 34 700.6836 35 35 446.77734 36 36 355.95703 37 37 464.84375 38 38 355.95703 39 39 527.83203 40 40 297.85156 41 41 322.7539 42 42 297.85156 43 43 701.66016 44 44 456.54297 45 45 660.64453 46 46 219.72656 47 47 464.84375 48 48 748.53516 49 49 530.7617 50 50 549.8047 51 51 464.84375 52 52 423.82812 53 53 464.84375 54 54 337.89062 55 55 651.85547 56 56 464.84375 57 57 484.86328 58 58 350.58594 59 59 729.98047 60 60 698.73047 61 61 594.72656 62 62 489.7461 63 66 464.84375 67 67 838.8672 68 68 427.73438 69 69 587.8906 70 70 586.91406 71 71 596.6797 72 72 204.58984 73 73 746.58203 74 74 684.5703 75 75 542.96875 76 76 125 77 77 542.96875 78 78 446.77734 79 79 694.8242 80 80 484.86328 81 81 464.84375 82 82 1250.9766 83 83 511.71875 84 84 321.77734 85 85 613.76953 86 86 375 87 87 539.5508 88 88 741.6992 89 89 636.71875 90 90 250] >> endobj -644 0 obj +659 0 obj << - /Length 12 + /Length 13 /Filter /FlateDecode >> stream -xM? v +xM endstream endobj -645 0 obj +660 0 obj << /Type /FontDescriptor - /FontName /KYUMDP+LinLibertine + /FontName /RGBCGO+LinLibertine /Flags 131076 /FontBBox [-67.87109 -237.79297 1240.2344 817.8711] /ItalicAngle 0 @@ -6903,14 +7049,14 @@ endobj /Descent -246.09375 /CapHeight 658.2031 /StemV 95.4 - /CIDSet 644 0 R - /FontFile2 647 0 R + /CIDSet 659 0 R + /FontFile2 662 0 R >> endobj -646 0 obj +661 0 obj << - /Length 1854 + /Length 1886 /Type /CMap /WMode 0 >> @@ -6937,7 +7083,7 @@ end def 1 begincodespacerange <0000> endcodespacerange -88 beginbfchar +90 beginbfchar <0001> <0050> <0002> <0072> <0003> <006F> @@ -7024,8 +7170,10 @@ endcodespacerange <0054> <004A> <0055> <00740074> <0056> <2023> -<0057> <004B> -<0058> <00A0> +<0057> <0066006C> +<0058> <2014> +<0059> <004B> +<005A> <00A0> endbfchar endcmap CMapName currentdict /CMap defineresource pop @@ -7036,102 +7184,117 @@ end endstream endobj -647 0 obj +662 0 obj << - /Length 14295 + /Length 14514 /Filter /FlateDecode >> stream -x |[՝/Jˎ"kYeY݊87ۤVg!+NK4ͤI0&2L hJ)KCI)- +yLgs=ܳw : -0P<6+TLذ - \߰eѝ?^hٸ~lW?ƍb?]=Pq~dV߲}lQ@9u»\ mc[kw~ UvlŶN/v}wj0uεṕT2DrC{˼cseg}!Y۲R[V_.*c e9*k#[?^j8lA^HXvpTE. #D.0j\`0rWcO #zD.h۶=r@(r^D.p\ui䂆^] D.hIQt2<2JyR;=eQxVzRT1{N}n37_ 7~p"s@,Mv'Nů:U -"kXsc;ʙu1.)r9 , B7 L0LӸ+0ZFLTmV^0y-c6ѩSJ72u@[")7 ?$UprQ++`ho%MʇSi܈)<>$5h,WK0@7fD#6 B8}R6Lۋ~ރ/05|$yߘ__D -d<ޯqgYnP3AdXSf<@$@ ts0FљX&{sE2Z\+-՘;PJkx/JInmt_p\ž9xľc?Q>:a, -N;693wZ}M)Tl73?o^&#`(T-юvP]JiGD@@@(npÁf'*v&_6#$O>|.S&Nwl=woe \MľV!V٫P @BX0<(0*UnIHKҲe>rwJ%m<ɪTFutyɗJ%<Ũ idWm mߡ(ϟg[GYC>Lm5x%w(2q*f(.8U ke]H -C72Bh씋zsN(r}5%j?#g-5UJxfi8󴐹>swSMPY#3 ,arLtyK!*KL9ڴݪ1bO[R9S7_! OO҉(ڼqwq&A}Lzm犋t7Ծ>QlkNϰrDlۦ u,+V -|SF\nU^P`B]٫,M`d8]R8üUeN1#2>`G_ssFCcدr2s4YbSm5|0 ȫ Su{wzӛ|$1&ZT7GDLffM`qNp鵬k|wwll ؂mD$bNf]eC$Bm& a5LXy0*s3 r7Bu:/BCXÜ/Qϙ꼃V/*cS.A8ږڝ^b~?݋Gs\0ݠ|cp֕ ;_gam"j٬٫d#{ʠ5ܐYUcXcH"j$˪6oD%,[Lz(2$ 0QBkPM[&׀U#hϧ3 -bps{䉽"gm D}tGAȉׯMzgH{v*y9U (t @/lM5!E͵h\ڲ&]*Iߒ*ykͧ)9_{ |&T.M` ]LW:xj<+';.v8)7⡱8X~D߸KJB[}˭(\[NXGzgCo~f|]Kza 榡 2AUaAp0ɷ6WW-ss0"SY1hxcYEj(N5|HMDZz: b"8zޚ=72ZSPV9c?bw (1xn)ծxYVUI3s]oXрZUl܎[U@JV߂f-#{Ԍגּ64=ѵepcdP)[I>3?.Q09=o^'. &>y}j)Ѭ3?f.J`g=\YXFf=a4\N,  XؠGuNG&J!njMFg'1gjEg.W`#ujs9azAh<3˨V9=6~_quJc@KΌ1Y!]^)840~(f, -R^z[8O>4Suq]WV(Luą KAoȯ -=kY0(^ s0UdtF&+$*)E{kSmx , AF3<׏tw4.VVrxrB!CW8jfj-v G#uf񃡌j, J%rktOr vRL%<`E/oگxj~ԃog#sSDl;~ϲ&K'nٌOK KA%a4KDB%HHoj -:DK1Oh3pEMNr %'z*;` B J+xQ@{M۷ UvkbH'{Zlo<7;ÈpQ׉ kC`TpqUyt唇b@孆Ƨ KU+ ytO`f9v1an3Px~z$@OM^Q78dP -bgaWKUʅyjg%T-C\/|κwf"f㡌{n)xįOr0ΉC/ ]}Us!ݸQIXK0#,?7^b2Bl25<+ydsA>R~P/c؏^tk;ʻGEE=Y4u7b8P'by%7#KH}N5Ac8#p0,Z ZdYբFg6s=|C-9?P꧑KK`-AH~Ho.05~7h0`W&. -7R-hH{d4>ےp{4G#uTxIʩQ26~|OԶ )A|Ǧ sT3Q̬}֠f}GO/[oo"NA巸^2y,y$-hJ:3ѰhgJ)"y'е ږ,]b*g#shMnmn Lwn7%F_n}`_K^+dw_ϝf'_ֿs?y}!RGgrU$` H8QNWz5rE uP|ga_I 0YU}.-hXFA8􈹸FUd`|Ok=)*4JT"aZ,2u9? xʔ`1K^;B?>L@*f0 0dAOj; @Q[is353+`/^GdL(O容3~&Qjl0U3@lFGe#IL`$iT+ -+ZCC '@=:==~K_cE[oIspeʿkט:BC֋ RnoG5 ӓ3a (Kҝ°Mvj6bV:xߗJJW=n=Κ)+M]w\A)&EVB\ Jr <%X' -ߦV'flf?PeF$*TQ*3jQS -9˿^Cmkg\ 2G;zu'ڳɱW/\Ծ+c`Npk 9'+Qkۇo,6AIA -tӬCXN Gd""XyV^3B?tCF*g%(AuNX,5U+Hm | 3z^Bg(,bnbSfZ@t͔(7YAeVDV¡3!6[!s+i> -hgFUyIvb!XE0Fe\*HhY[f#́ ,D杷X2P"lywN}qe'qkqIFG?>c'ᖶqƙ'w_с%>У_:8ep'T.={9ƵB5 >%jS fҘ -m,Na0a etd'Q^r1QPEJg#)٫*;&XB̲2sޕC*76V<8ֺET{ڏl_rcSMm7V[]L?g)WOՎ$,~*uoHy44~W]`\z¾ï> -yȑ9\V½9 ̝:-zYB*(QPf;7V.oI%+X,-f6Nl]T؏/t;0ޢ.͹IlM"L -¥5sM+>llU٫\a -$,%9Qz ,ϒagF(J\jܘrmg797#RX@[ϓPFwHiF+5Psm& "͜sCn9!mNēM".Q -_O&FjJ'euMp(8(-n fMqP+_?F@O]ҙ;мW3َB I0T adRHaC;Dk"Լw5(1zALϑlO&wv C8=,Ƴlk~b3wE5NG"k#V=5X>o7Re_1 YmY&x4,5_ɣMfz)ɥStQࣀ4ZQ[J, 7a*p"O7,T Bs pVAADՂԗzJN][(fNbK{̖nSmuOznmEJ\v;Oϧ Fe/XL뻉`Iq>ɦbWL{yL!˓y0ggG3( =TWu9 4c= 4 -Q}&ohDbFO%𲿻=;2ɧ߽8JBޠwy-Z$񛗲㶮X^]л|l` k>諿}?ئJ3{'l:tfKm83P xSO3UVK^Ԃ*DC%BМJ 8 [ - پ.ϕ_xlVd5ǐZ3;g?Eˀfj80% Mc"@ kcCA[l3DrQ #τڋaVÞXT:Հ^_,)GASCƠ.4x`RFLsa3˲*__,GJ펊cȚ/]?uU86Ƴn -%,=I@:^Q:i^ߠCqkdcPƴ&|t" 3_ μ9?2];Uo.@kxEdd痝0cB].eBMxfCCns|!F^^ 7dh8|.f*i!)fjiZv_1`Uڞ&_]NHҦ;kO(V^w߻%OxZv7V< y. Wb\DA-l}])yT#IbԫAD[)oPƱĮӥH^FgYW,)QFcq -H IFe6n:M+M?z?_Oŷ\f'~{Dao~gz KGMReJU"=E"A"Aq #4P@l"zw0#Ѵ5ħoP_wNݘ.᥼J-5f(SPVsӲ$T3d骄ݛR>MZ_D[w !©__-ڷ <)rMno彼:%NnܤGzQsL45d$0JrWI~5r9SCQTʧJT2^ vj\h*m 37gҖE \/SmrMJ猡`xdWH0U7%%§ >-SͫEԵ66}r֮&goUʰd4^O[v%!<+,T+ۯ1E&$WcG"#2;QHXl@gF(̉hY zAXj $j|Pw{R|8(HGrԽ+nWWuz^WzV\1|oZ9S~z1IȆ~^rw`񏰗a p%P ³v8dpoi7w߅ޣB Gw%韲һߨ9I[^mTp S~}uwLySǟgrQrK1q4E>lfb)FX:njsI,'0M~4bznCŢt|n%=6:3A k:CښDe,Z,%bX8@S25 Z-$ ȧXi)V}4#oEQTfƵmїQ#7Q iZMOѿgށxrTm^3T5> Мix 0:`-p@i,aF'lRTxIGΤXȽ;<ͳ9v`+LLpPoK#+IWj,vGӏIhySS6K -b!*#J\{kT$Rui_SOy4U4ʈt '` -ztݝF 2.b$EĂ&iBa@aQ<~IB4Do '}zΆ`Dq8v)m*S,u9KP ZqhBݭ&{(`WN,da T-d/iT9i kw)nFftDC4+ [7@9mG2:q$eyqMђЊL~Axw(f̙'k qwMU*yb]=ʾf/E_2j4ž⻛yrq?|{E 8Qa56B ()`b!t ƭwG5l}^hS[劮㟆EFp3Ϣ&&K"#;s1k g}(0 #@6Sy覾ꟸHMJk1)轣cEO.9]kw$RiT E&) 2)(m2/\i>+;yG>QLfF˕wq jRHݵZ`ʋu?']9)Fo/1}rok,{ -ibڿz%ɿ^F&h|Di!۳wB173#Y -~t!JSd 0$2[ 8[Ŭz&C`J I)n8ea)C; LFE(>.O~p ϑC3[.a(Iܟ˭=~0]L1.2LKǥ0a3}܏=Vg~^>sF˰ 5ssc/+ I csc>s"p_@}n+\H 9Ǵ20";g_TiQ>I2%B<{DKF f? -2*ƿ5}{ϼ|k'z7mv.viǀvxxfEg_^:2NXKKKToz2AU_},}Y! _BOFp=O;$M`ZThT d _f62Ed&_QX-huPTElɗ G.`7pRk׃< alMvڡ\[` D@;`m6`x`7lq?׭0 a zwvSr[~c=a-J.2X>-vCV[ G.ؘoji9xhv3rEj _{^ F`|QM̷)Iru "ܙ*F 2_ZTN.*ӋՋ58T,*!/U~za{o%Cx6g mS QHCtj}JB9$}ցG] ݰ ԛ۩eErP~}ڣWa-督(x jry;(cSPn48*`lr}cSgLIkHDTtj^@@;`'B;0p'tjhVpZX p |LP:: A -̠J P>K5`0đNX$2Kd<!(Bz@9 -=LOn~.m*+*ۘfvݳ˰Mc6lYݽezqEr6 7xC@uVH;d -S6;*lhtօ)Qǐ3z5;.Ӭk}FobI2c8h$HC +x xSו/>Oɲْ%!$YeI~[b؆[J)e(PJRI3L  $iG34G|L_f^b>[P#DV6]"E..U HB }#X,\ӧ9rAOKH}" +m\[88"> >E.0Y>] <}.\ gq䂎>K"`,+8BN!NYl\z'eQxVzR=G ܜ|sKŻLA{6 yoT$*(L=³M$8.i W](Ex<+@hUT FʜuQem*ؼ*"82Jѣ+hVARDmYTYQ~k_ oMD?m&sT9 +eOLʏ6 GN Mtfh6C7#j:U*L*wymMJ&D,M4D(}*ᨒ{1ʹn:UZh]XAD+KUtk4wQ@i 4K[z+dO<:wE@R*Z**CFEJE8(ѹV ZRR6WthEG-R膈+:F_-:hM"nTҞ{TRQ) z(Œ Dc8_j֡Hk/z:뮷a}n߳&妮m P434H%3}si/$2\B " cA@24[n[n0#YmK7XK}%fG" >2 T{mF"f {2݀I +f~Ɯ5c ,Fe:G@^_04W+?|h?Q?:oi*E>ZvJmqg%iF>7ɺ.~~PaD[iy a2{!g %v$:$Rn,X6+WNϑnWCkz:_?!I#ט|Zn"AUB,סx{2#Y`Q`,X"<_XuǙW&8-nWc0}~Mu0ZN1d+tNQmO0` +ml-<%8l zY<1#8? j"0SGlYct!|(SOgod:g9xd!""ǑN%AkG=/K0:㶜-~DA1~,XG't*'^?< #[7b_HG7Ќ줼(RMe'Eq1MT\g,Y=95_+VKcJqJq?*k.+>'U@r gw Xx^&!G~ޖɤ6z3GP kB9yAT#rqfaڎ%*&;`~5i n,!>E|w_dy{tc&w?(#9>f%r6W-{&[ϽYTxڹߞ^HٍXD 41qQRvh A#_WJ\ wRk [+se_3˭`$^75QV87-92ݿĪsg<8=9 $SPbAl(n_ +ØJT8oEGj1~76K{ؐ(NORZl~9+nrDq7J'llKR?6bo_ϣc=WMg]$M蕤F +Ozvlu֦D1gYB3jM0gt +:\eYn +LP a]Ȕ$F.b> <Hu.LaƱem iBUmV>|GɖC=ΩO>%IbA!**U Kҙnbv{kY^}lE~7=S/J~Qʥ̺ʆ La& ,]otJ]xlCDbCF'پM{eʺvwzϘ2 l3əֶ)cjtSTl q ܼ|)F*`c{%w7ez͗P?vXJ !s@ k)lZmc^ލފt3Ƴx"bޘP|$<&IeG{~轤/=6>܆ⵅN$iލyop<_&Vmw۳pLin +ZaY&A?4 &7eKK8}5n*,بlmjJw рN"1z=дY۱I]f)H@@줘=XJxl#$u}^z~}ٷgJ'b;ޙ78vU\R?9\{f|__"j/cԡ%^H%*Jj,\ ̍qWAdq>n 6iM|[{)4X8b H`,`YCj3Po +^Q>oA"ԽBX +pwwgK]Bs3ӌ^7q]ȰvF1`a/6[(Py*@T+H7}o⾞Pzǒ !G߇ SP07&uNsO(3f+&3"PRQ R\?,<0[[ >sdBo&GG_s-:^< +Y1'8{k +Dm/Am(Ea91 L$x-FНࢰ r-RX2LT> 2cgm˚x]y_ ^L`*L;EVuRⶨ"%pwQcٳ+>rv&A*eN$4p4~1ʉKe?PoGG.$5DfA#"oi^A 4bYЃFSNW;`s3K芖Y-w<\^rmD N*-H%v%g8>ijzWqW|{b9sfzɚ"~]OV %@g@xU\sv͆'8ʑ#ྗ}Ȭ=Ea%ܝ]?HY1 v4Xg h8l@Q+"š:7W,N%+Z6Fl]ӷ؏-t;8ެ/͚Io-L"L5sM+>nlUmశC\`r$,%9Iz ,ϒ!gF(F\ߘrkeg17#󱠞#g-jшV.6D91kϻrCZ('%_՟Z,꿞LXLHE=N*'IB;yq@2"[6+N[~~z MhӇv7q\7EiA0TU|F/YiT>SXN- oh5/N{ie JI$s&lEēmD-fx$ DHm;O.1'hPI˙'ڄ?`"t w?e5ƍQ?hfB6{+Io& MW7wfynfsaԄ!( VTK0: +ܰS a܂fn4{zkPe(62S)I5=t>s--uW{ lŭ#;%F\.q=, %CMMtoxؙ"wmW Vd'$e\e:2mi1,O@p#@z(&3k $evau4 T l&'o9X0P'ha On~Ƚdiw/.I!o48yގecڭXg]}Y㏼;jʒġ76X_ <y? +3'l9|f[MŖ<3PySG3U6kAҁDC%BВL# 8 #-錭D Nϕ_t +lVdc7ːZ=3͜`?EԨ1`KD#@+ldžn1K"QF !HX#1qt XS΄:0 +ck mǥQv.:hX +X5PR7ha92TpЏDry\\OpQh?[M` KozcyuqQoףNtH}59Y5V̘gSIb-Zi ְD#|1%ȡ"~wZUɩK:v8ٚAu^ivI + x 7 WX %@ˣԷT/0u 7G"t,ӹL;>1Ƨ~2^7عe'-ֺSbxS0P\)_Ne(\R;Dր(!w׀GAsvs^)LI4PihcT$iG22 tv1R#"EK}P5bwKpюu^_FG(H`\Iq^Q +H)hЂjR*]3WzasCO%cfqޮdTFs£F,<2xNe6n:-C+-?z?_OwͬR4fկʨ|`ep ]:v`VG&Sf4P (J80 Jk8=1< +4LZuq~jLx7,r3 jNښTen둉7 'vW4>|KOQэǎ_,Q{{\s8k|LsP2%sńe(4As5ו7Kx)R{ͧm͒(=qteMxrNl9&ox@B[w!Sc[$ZtoQAwyYVtl49:6)OR&qibdmgU?;dEif1Q6'T;']e&UP4OHm-u5d< +=r!5XJ[a^o5+3B_.du(_0X +2 +R]Z&VKoksbj]bQ[=}cVCǻ=efNӌ y_id>]vNb4DVDž_ULH9Gd@:3Fg6{VG^j4T`@#4AHBOfFj ;({ɑ~^p/ztWmxu}񷱖kDžIֻ9u׻'JIj%%6\q{)H2Z0@::^)q.|_.C?NH<+LM=E $Wn'iH뇶}~)`˂mLRy²5ų2jA&%jIkߺJo<;'Ҽ qp3dH`6yIjr1ʥ ƙxրӊKo;/(4-5Ҡg@o6:=(s?eD.[Z}-/0Ǟr E+żš*SCATz׌sA,' ~) :^G7bPz}>CEF]Muy@8q|#9)FNTĢ˂rIa7Dl(TL JC|iy)s?ybAl>L@/>y]k5 rTBW)uS_3ROuW=ACB~ah4m0aDsj鴋\ϡ0~C$1{ nD"Wr{G;E:?7 GV-HcnYY-[g\h_d"ЫyW2[GllLA+s: ߜJf-P +9:<0-=/h[bʥOr@26\jsqbϹTp7ls fVrs kv p{ )Aʕ'6p4rs BP*6k)n E!ʊLd ɯ(}R Hd!lN/?l1a!JC),` p {A%,m,@7$:\:o[p ϑC[ n!,?˭~0]ov&ÌA's%@˰G}3/\a2lf.C5xKf/B߁r>d]@vбҹ1 ;%"p3{_@bWCGhh~n+\CI19Ǵ03;_*o ++xJTwI*?aq  +7IJӐ+5{ϲrc':migZˢ]ђi}VVV('9^e}OyHri4QZBofx=OG$ `uJiT?f24t>-B1y:-H롆ȧ ٖOᏙ v^&`#Л,(lƶڈ7R7=9?:(l{R\jsКv32Y(쁍Z =֣{`654enTse`ơLw +(8̥+ ҩtՂt\: qSC76^ئ[eP,e* +i߯ۧ$A"f-xQ {`FZ +_r(jϦi_V:7mWwZˡZh0ۏq> endobj -649 0 obj +664 0 obj << /Type /Font /Subtype /CIDFontType0 - /BaseFont /FIGNDY+NewCMMath-Book + /BaseFont /MEBGQU+NewCMMath-Book /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> - /FontDescriptor 651 0 R + /FontDescriptor 666 0 R /DW 0 - /W [0 0 500 1 1 469 2 2 361 3 3 451 4 4 500 5 5 332 6 6 778 7 8 500 9 9 1996 10 10 600 11 11 727 12 12 389 13 13 530 14 14 278 15 15 539 16 16 569 17 17 389 18 18 569 19 19 1000 20 20 278 21 25 569 26 26 278 27 27 433 28 28 404 29 29 667 30 30 500 31 31 278 32 32 500 33 33 782 34 34 681 35 35 1000 36 36 831 37 37 675 38 43 667 44 44 1002 45 45 994 46 46 2003 47 47 1001.00006 48 48 889 49 49 572 50 50 837 51 51 607 52 52 521 53 53 786 54 54 970 55 55 778 56 56 706 57 57 666 58 59 500 60 60 750 61 61 440 62 62 778 63 64 340 65 65 778 66 66 392 67 67 500 68 69 667 70 70 520 71 71 833 72 72 278 73 73 556 74 74 778 75 75 500 76 76 510.99997 77 77 819 78 78 936 79 79 715 80 80 849 81 81 803 82 82 778 83 83 278 84 84 569 85 85 722 86 87 444 88 88 278 89 89 642 90 90 465 91 91 505.99997 92 92 881 93 93 778 94 94 681 95 95 778 96 96 699 97 97 716 98 98 485 99 99 576 100 100 345 101 101 878 102 102 278 103 103 1056 104 104 500 105 105 278 106 106 500 107 107 759 108 109 500 110 110 575 111 111 828 112 112 667 113 113 581 114 114 556 115 115 389 116 116 394 117 118 556 119 119 500 120 120 722 121 121 444 122 122 528 123 123 500 124 124 556 125 125 572 126 127 490 128 128 473 129 129 763 130 131 422] + /W [0 0 500 1 1 469 2 2 361 3 3 451 4 4 500 5 5 332 6 6 778 7 8 500 9 9 1996 10 10 600 11 11 727 12 12 389 13 13 530 14 14 278 15 15 539 16 16 569 17 17 389 18 18 569 19 19 1000 20 20 278 21 25 569 26 26 278 27 27 433 28 28 404 29 29 667 30 30 500 31 31 278 32 32 500 33 33 782 34 34 681 35 35 1000 36 36 831 37 37 675 38 43 667 44 44 1002 45 45 994 46 46 2003 47 47 1001.00006 48 48 889 49 49 572 50 50 837 51 51 607 52 52 521 53 53 786 54 54 970 55 55 778 56 56 706 57 57 666 58 59 500 60 60 750 61 61 440 62 62 778 63 64 340 65 65 778 66 66 392 67 67 500 68 69 667 70 70 520 71 71 833 72 72 278 73 73 556 74 74 778 75 75 500 76 76 510.99997 77 77 819 78 78 936 79 79 715 80 80 849 81 81 803 82 82 778 83 83 278 84 84 569 85 85 722 86 87 444 88 88 278 89 89 642 90 90 465 91 91 505.99997 92 92 881 93 93 778 94 94 681 95 95 778 96 96 699 97 97 716 98 98 485 99 99 576 100 100 345 101 101 878 102 102 278 103 103 1056 104 104 500 105 105 278 106 106 500 107 107 759 108 109 500 110 110 575 111 111 828 112 112 667 113 113 581 114 114 556 115 115 389 116 116 394 117 118 556 119 119 500 120 120 722 121 121 444 122 122 528 123 123 500 124 124 556 125 125 572 126 127 490 128 128 473] >> endobj -650 0 obj +665 0 obj << /Length 13 /Filter /FlateDecode >> stream -x|i +x4q endstream endobj -651 0 obj +666 0 obj << /Type /FontDescriptor - /FontName /FIGNDY+NewCMMath-Book + /FontName /MEBGQU+NewCMMath-Book /Flags 131076 /FontBBox [0 -1250 2003 1750] /ItalicAngle 0 @@ -7139,14 +7302,14 @@ endobj /Descent -194 /CapHeight 683 /StemV 95.4 - /CIDSet 650 0 R - /FontFile3 653 0 R + /CIDSet 665 0 R + /FontFile3 668 0 R >> endobj -652 0 obj +667 0 obj << - /Length 2552 + /Length 2506 /Type /CMap /WMode 0 >> @@ -7275,7 +7438,7 @@ endcodespacerange <006A> <0039> <006B> endbfchar -24 beginbfchar +21 beginbfchar <006C> <0035> <006D> <0036> <006E> @@ -7297,9 +7460,6 @@ endbfchar <007E> <007F> <0080> -<0081> -<0082> <0028> -<0083> <0029> endbfchar endcmap CMapName currentdict /CMap defineresource pop @@ -7310,93 +7470,101 @@ end endstream endobj -653 0 obj +668 0 obj << - /Length 15366 + /Length 15044 /Filter /FlateDecode /Subtype /CIDFontType0C >> stream -x XW?,or:4ΌM̴3Zw[Z!v'!B!@DZZm:n_]f ޼{ιu뭳ܘ*ZaC cligrEqo=chwI'}fE o֬fϣ/fϧlYQQ V범5)yLA+x#O/Xh#s 2n/d-{̢|~̢ԜԤԔy)Թ/mUy3]`nQj /?'(z8g枢n Vmڸ}5+Vnܶr@,ϟ*H)Z8k-f)&w_sfldrou{lowZ,UVٽwڪ-Vb]YfRJ`v߬Y:7f:9[~ m~ [ۈd#a`>40Fys{KfkgeU޾s/붘c~`؋;bYw'{Ӟ? 90g}wm~zv7rz~S}W>cz{gCs[pׂo?|EO.K}ˏ{ o>9eOkiҿ-I_ҿ󖲗sq W\>r7V-]4F5Qx|4zr>151:U!5L5G s Ō}!Һ\(3AQ"uD)*$"dԔ &hC ]\9pm0nے}9"Č2fh!臠/ -GBmkn(5q&K>qʭB3o>YP.U4jb eR]dv)lI9= u6<ͮe,P -jBRK@4M <R -qjvNr^nHdÙq µ,Ԡj\`lBVn׽ RM<mDN. \rԃ^WlvV|7ar8nom?TAީUHP -@˚GV#=dSG-S =%x7jb?yCQhԏ2R"q(ky䏌ZJͷ[nYǚW2Z—R46sb/zhF0:uJIQS<|+3`!<}AW}AS/V cǬΗ:k6XfĚa!|\sߎ 9IK0 hESf&h+(#04 AC@dVUSuH1T%: Haww FAp#*I\fAHd&eȪn+:tCԟ„FPj> Ӂ,3kX0@Ϊ2ʌ -r|=Tc،,~=}NoW(qw6@ T'K9WFrXS-|fU2u+ jµXTWGYqZNeGoҩo {LPfzf, :]/$/B)%I&,:Xߢƛf9|3jx_GN23۸U*Rw@&3]]  .s ^@.4DKe]9@PUNlp7\R5lxhګu}8|YE "oicGˢwFceZZC*U)˸?gٕn.k Z:c~#8C52 ǙX\];yI9|C\ {ԩ hzU}}\AȴJ0%Al*?hmC+ -S٩+{ -vuL>)H -#b_˴@#,vf?CH^#+eGFnJ–ɇ8I넏<.0AjPYz;D^e/h! vȵ]znD0ZkE`7)=+}ֿo蝔/zeӐD4P֤5i]K KiXZ%9ا굠W3."ɮ+%ts胔#٣뺗B6i2tnLS9C!kow^(s\iU0ԮR$WlNxrApFpzs8=E\B,rf `T= Ic>ŰέI)< 籁Uw)+Ϥ|U!0DCYufv;}͝c#EMG <7>˩βs^c߯q8jk }G FJVUedS$8Ig px%G{N5()H(H -Dɩ -BZaA."oNBQ4f@R#G;Z냈UK"0QwWbuʒ3‹(3oEx7vwķ=o} -+9ɝ|#F)G[SqPPiTb]:D/B$4(6* -<`PQjF!nPW)#gm3_c.nuT н ;`8En+4}"'ݚ:EB)(34?r/c&Հ% Rf㺄׎dfyg^qβ-<ˢpçm/E&]6m⮂/n~qsZX \qa|>l3ril24Z2kor~\ER- g`"Qcq@=$ -DXTw|3_V[k.g_oNFquEyEޒFnKGZɉ=}|(]m*[@r!lzPA -;` ԀKeڠҨ`0 X42ՄIer vbM$cG]}Q X|H8"W@xS+McC!q@x4H~xVoݺuk*xn^uxg/޼vQ6r'E>S,62pF@g?F|yju4V7i"A$!\)aLɬ׉# Inq|͞7L[GGјw-,[xPeq:QIzI*V Z[4NpBU1hd<[C'oz=1͛T氎Mnڙt[oِ=!7ۡđ7nW.Ɓ#q$z8Z-xK- -j}C5b?ϯLYEM}xO fb&_(?jTAͯF2<#SB -L#a G?7G8>sU*-P;g1 N[!+=]6Cٌs0RkK;våSGRޮk,Pj)z3姐1"6 vE,W+*˒[Q` ]<3 -?r::7'3 ǴNEeTBQg6eKѝW)I,I.JE?; f"K^Ơ=isp0<1>yx4Q׉EJKuL0X[ VYΠ+fJA XDX}Nj7ỳ.hEhQwB'QuӢL:ЀޠǩfBS,J4*}!PB_,ix8|@_DJUOdqf><)TE:ʲ_ ӻ Od)LcPS4XB|RG"}LnB+*tZ,SPV®Ct@4A{ MfBݐgRYu&`5M%~d6zCV&n(媳@:=fka BTlw|UBZA4Z Tit|p*Q0)y x% -v* -!k\ .[^#&|;k.Yà9МO!XˎS95sgP"FL&d 7-F"5s,bkQMکa)6%cPw5˹ػػ#$  -d=XZ,+}YGXiׅ~2Xs!p=#zqk6ea,G*QDγ[S?ōT-4e43_#ťK#d6e=aڣK`3V@թSv-/S]*'+g_^B,-$k U<<8M6NRQ*6x!kL45XUA_cO6UB;Mw7/|9[%@CkUacDBU(ЪD % -KX/Pl sxc/:| o"ozmI 8zQ/~pEpdTnjA@R&^ it$D \W"t|k_C,,kQb?oOb"I8ПS(m4[T6 77pnɝ%oL3m@(~|~'!&DU*˾LȉRRHVz ֠PwS[ tl"@m#T{ٍR!:ax1肖:n@kFUT y-BA.S% RܒP_o7{ݍMrebșfP]m]<֓<y ~̆M"kv)ؓ99!+@"z&lxVQaU* SSm2sN}@dhAn;ۆ4y{JU.akwaxc -PtK -e*QT7,:p8saRu M.?#ӓ,PXxMqѫ/_(Iil,zg{-5F9j+5VO kb#xf8Gl:7\+pT'~<g͵QNMj3I2@e,7ۗ[ 7q707B=;j+^>4fY4ԠM䏄ktjQW^#rw+ح-3( MZ7˜z]2Q ~y"~ uoܲ*)AО8}}iʗ>hM,\5gR*ԡ*< =b=Ar)ܝ[e}/T:9E -D2APiUb} HL3o":SM2!״#`}$6 -(G95VnkɖVZU|$5=x;MGvd&#W8!EodLW -<^OBRMfK!b* Ry1b_O*OL؜RQxH1 -`}10^@e@cDO}QZRjɻpރ0]!@N rT5\.?ȗe#R8)^Rxo/q7O2c um*ľ4Q E}I* !Ӟ] w99w,)ޢ@E7b-Ụ|Ql9w :ݙ_dOZȹ4}M.Li aw7֬]7jx aWjG0yީy험Hh_+< X]mQT2Z ?G)'Rh-AkTh7Kd -EEZB R@GU5{zzi7G\{޸{{?~|3xG[ EfAͬTE[^W3{°?ytoQnvBx:XBXqyٛˏ =aOn& ӫjj5<*Fuq:aLTyG?~ƱUN )7077Pm 4vN}Va" D& < -H%-s9=ϋېNvR`#R[fz TOnΌJ.SMi J" Q 8UjRcWXT+J8-V;8fAK*4u -r& dVUw·?Yxx{L?a< /)ŦfCT`8agr0ݟ\ R!H)eB"j5۸.K55uВC2CW'M*j (=%{'v9˞孅= y&@@LbiwC@N`Hz~o;C>]vN,-wbΨKh2pԠ֪;7}@V'W?n A'2VA}|]*rX]ym`9̻;Fd?4JDwD=Yo+^S9PoG0jxe%M5 '[ #խg9 :xCέ[7Ҽcx,DpdFo\imzJ4' v@Y p k}eUjО@_Z>K1MjTЈF_bTʘ$4Fhi 8Z%F$f ռ3)OBJiRƨ !ǵ PBnPVSfi-> Ro: -hsEp݇=8#_Vh8Ok8dۀނs~5889ӯ=?y/a< {*ެh]NawTڭ1@8AX@͎8@>Se~(o9xDUoY^-dZ{rK^SUZVUDnkvCFu+ߚ 2VX" xh󧗿~YYT tjjPwAU?|[8V&%HK+?&0PW5B-T[e\%h4:YĬuU1l8`35_IW5%`Oy[J B&Mt\1N?DEbڲZO٥=K`gqr|rp;F(C~ш؟F]^@ N)\ ߝj-З=W?X7=.Q uݍ98QPl@R z]mW[h5 aԁ&}MM>ˡ33TUC}/{Ip27_~;ui NDᓑq8Xpp7'a$w?Wt4q -{G@?]7W0|g;{'~cNjcө ' D4^VB{BE5(B(9ͨf8]`ujjT5>ör -D,sRfW"@8X PWQGl]=_A*\ P;TDO#QdC7 NhD/ )$7A¬\]N(T90@*tJF%/$K0 -~xpCM;s:RYB(Qf&D -ʹHf_ ^16|Tv0 -$7r;6^Ҿ -H& -9dT'ӫ¡t5ך[ ,  #dj>_- ս{(g.`2^Q;O.VxE,SQU]RB`4s - XLZ vLS,K{@`'C,oV]ϛ.}Z{~A!pRwb.G${_]/LW_p6>qju=aO.z~~~~A4k67?D%35<Eܰ?k7$FӚmr]JVb%JtЕ LKM7 ?O錞+bs6+0];S Yµ2_dk+4y>.7Z.ouٖA6) *3\055F-`9avWZz{"ZNoD(Vp -6Gg(3 &,;W J]BC}K_̨wb3ߔ]5ڸ4)|V1?=Fx.'4coކç/قSvf-LID ihZ+'~Aos2/KٗU )"uf/8)W/E2zNI;V}ra-<:\a|1_&\e2#{9 z!e*^o_P,1_cÈqYN[kGF}u *+3kySWŃXud⇩WC_ 3Zttڷbv'^ψ@S0M}^ނQ(f=836oǯp`X-} 4% -lɰ+J -əD@!vdl0-tjKcS|!C"N'8KG3#imT$Kr^ *A^WVhS7ۅqT@ LjLtG 2-vj+m[x?gOlit{1Iٽ$Rx (ploԨ?<׻ձHͰlC6&`Mޠ3]${*T )Suk`&QV,J&BWKkZWEzN hM -"o -b0hRq05cjڙ: IvZLBGߝǶ؝3 `]R[HWi@VfD[|Dp;m$CVFx/f2]? }.jJu&FDJ]}IN֓6|g<~pfoa*ٶ7Y -7b^} C.OU}kR27P޻T6ץvUЩSgy,*]"ii{ľ=xc8gURւ;b -tZVm% YbD{rO@fu^HЙ׮>.C'y[3UwH|Yӧ7<[\3X{]RWW**٩G#!wt|o2;/pABҦik`Go2+?=j/3{_ʼn ӎ>vEr")efHN'琳 JZppT/'TB'hg&uUIw v;RZʦ2a/΄s]Pp:3f 6!1x%ZZ@QC{QB\!2( >]a9J]9J: -&TS?}7unZ~p]YE}EJ>a֠ϱ -@X*؍= ~'&7r*@VT j6A$6T!_We_~j 3־G1aWѾԄd拿Afz~If_?djOSLk 24% y!ir#g+ ~_gQ@ӟ)1yjOO`>3IB۷vj)'F=~aWCO`?իyqMzpb3~8޶/CohcHeΑH(s.&tjTuEGVuv$sC4ѳu-/od1bLPXY-E쁶CpM[dOmΊosS;xɕޫVsm7toc)û`' 8B0sdC -B4sR*YQfCNp |m@72 NXR!H$Ȫvn3C0S ńn]]ƾ@6q)(ewn'N(H)1s* Dޗ_9MGzBHaɿ3?͢II2+b_jtAj YÂ~]1^`0\IѕNJ&Z YPZ}6Q3}gsiBBZrmPE1:B"cKLWͧWeIr#Ӓ6KHe,/ux Z3{y2Ah{zM^✴/s1>>%Yet栄PRBjJt$ We{N7B5ڟѵ;3gdJ%j*M7'Hln}%β'ZO_qOm')+J -fB,ۗ? kk w+{=e| FSn2l}NonK*+T;K%v/ckߑnYR8`wZaFn$3g*a]n_7i&<TzZ0u'Q5a:PҨ4չ`yu~fa^fKswHit Oݦ*p;[sqqQ$GOnŵa7]/D܁B,Jc YKI1D0%uûwM߄1sp[h NM-ٻ \ `:A|+^:iw³^~Ǣa4Fo|Uo֙Ee~=x}˄wk }CDƙ- ]/.K|%/>O0 #} "\vrQo6XhdMDC sN|-Eߧ}Z?M֎L:uIgJ\7zIxɼ2b[N#30&pQ +x| XUw䪝8835tT ] +(NIo'{B B;[)t{kmVԺnc/}{^h]f{{7=;snbf|󬘘ץ_6E`Yaa.ݴ39fs{b1W (,.00?[]pK +sKSJ +sWޝ^P>w%szHPPFa䡼{J-X~kV=|ݦ b܌BܴtAJv^Yn3jw' |ދ  RL7o.}m0[Vm͞w[bY,6Ί5k,9;FZi̚5k fˬc11_7md}oNG q D_-nm.M5Uz^x-ql=L31ܕxWw+Xsp9{0w%73}=;o/'_m;y~9,c r>͢'}%<ȥnyǼ|RsOix?.\KK=Lgxiَ>`\536'b"瓝ScSrZdQsd1pw|{{ mkk I\.ȩʇ"ҕ}Z4JľWTC )EaAd YvCQP)d:skl +x:T.1#,g01~ $K1% p[x,J'k%g=#8V!iF=~YP)U jb JeZ]`젶)lM; w5-e,PAR@4M<Z p痱JV@j.Hd'#m +Ԡj\`lBVn׿ PRM<mDN. \r?4ހ|g Wb6|'ar8<_}Z+$b(B5PG0e#ŘP,yx1j `Q,aƟ2P8%˫M5k,z+ F&yᘷS3X,ٝ +RPUjlw[i8 =ZBd9ö-H9յ 6A$yF _茅DeiGTLV[EAހ)]+dH>L1Te: HaGO(A +|}! *IU\fAhd6 V:!OSB#VW)5JP @`uw-F@^Ϊ2ʌ +|=Ԡ#،_ y#ڳN8{8i{ K@7ˣykxP)V?"N:f>@,*ñ e8V'zβ/dޥ+߂}&y+vۥ}fzQt~}SGEO4<y؋zKH>32| obI'Ҵ KwR)@>4Ųd!TEJ0].ntt4^q[`4ZnO= :/*bT+o vrY;X̣QǻYrH*e5 +ewu}~kWܙogV~ľJ8GWVpm‚ʱnj8g=Py(=Cæqoo6r4 +Ȅ-]Y 8GFp x@.IF1ەm0Dm06lnәTTfIH y Sd+Ξ}a}_|(8p"%ڸAbaFG'B=FGB +obr(D9NڞpS9} ~bכiMg%ER9$;</a&Ո% OQf횄׎dfyا_qs[xtE=+ 1_ -# uںķ简5/ǿ_'0v:i46WZ+0*O)ЖF(p4qSip!@,DXTƷ}72v۫)`_oMp%%&nkGZIݲB]mw 5vRyh+ZK=B+t C0M=>WjIAmPiTrd0`,IKJ5@jFo2I[&`(\{a Xh"@*xSc1@x4H~xVnܸqc +x +jYqp /ܸnQvrsP,62``D|hri2n"3 %HAf}F#Y5r)#R9#%=0=׭}* ϷbUN$7?oՀt"5—SUJ hNA4Q6N}@БДKNtcXGoؕroX=a4:`Co \^pGq`$ft7QlPjހ7x//6PjwAՄ < +3) .7 fb&FTI5&*Ƞ) GGwɨ5 + &Dh#1ϟX\:{>`A-qKly:p  *IPq\"\f`A{%ӹ u@.: Dv]c24U;OP0|u9@(6+Rd|QI_#MmHQGb=+(WZխZ;*:U9TR FQՒ֞.NG3nFO~I,,$#p42L/2r  @wj[,񮡡щ]G !"1s\ĩV[[GDJ!ʬ  ^`5u1 jS +j^"wzw>od\T:NjS"j PBsAu.9{ۊ>>$#۠P֎:Zwx:l]Ah :=(JJ03 D 6pj^~2U IՅBn{\۴(OY!ic=!kţZqžC׾mlj_oW3J&-I9ER5;6)3*DRɝz_KuCB'3@ B^8Vgvq~>lG)HT =I7{WZ,]R;PǦfA{Į5@KkKk +56LOH#C1bȔwGbƮX|/8ڻ&mNGbݨMx. 樫Xe<1Ҋ @aӺ uzެT|VZ ]B35Cwaftb'Ǿ%@~ +C{lv6駶R7on@=?J1! E:̦pf"`نj l6&z!92xzQgaB Qs2C̥7+x7Et KXd6czqj:NUbLb]Eֿ7 a.)Ӄ?L i֋i"<Yơ/*@&ɠ%CxN\dur!~Qۉk d.D_̵)wwtwp;wGؗZN 3*bUNfP~e8À|NI>7(NOU:wv!ds4 4s&^7N^)<F)4wffGP`:N5\ۋؗ.zC/ Wy5x*JF(@$wa26UZ7?'^=b ]]ЅE_!7Dbc3XTۤc%Dq:|!_a-TJs}e7hTtwsMs4]ZZa-BIc֘NC-ZOH|F@VIuyu" +R 4. s 3V zjfc!Փq\jKqtDQr$wiQFAc!FC 4ӌu*(M+qiny7M6@M.c#E1kp3gCK6yhU{jǢꩉk8~zp}Pf$f&ا;y瑹ܟ;;G٧R|(>)_;?Jq7py_:IeRzqW9x,*z1- Y$qAZ~:yj WP;)UJUiK 3Ā1jPo 37hz`B@졆h1b5UPj%mܐL-mSbY5Pừzwm;\F>OnC$7]i%xRj[3D^y)DJer&l%aoS`4+.(?ZD!hZK"np8i{q0€4%k\n[?VFph˛"oEs] +/NDH\8OʀLȶ֦DAhGݑ~.oQtvۢV@*Qs[nt6rۆ~PBe\`%͉acka%d?٭"3fꠗfM*ʢuw_??z;G}rAhfgˆCIj[k 7ЮvG1@^M8?&VϣjT&Νd[oD{8lB^Eܶ`so BȤ vڢwA=2`RDu4eyq2֎_u!||3*y+VϛQ;ܐ_dﹷ,030U{5vMa+نbmtb@Sg !hh@fUUkk^iI|+sgMt [³/1lj>rN *J eR݉iUYbQ6$FA{{c tSsW8 Y($E;3kJրI2S7z}r'i=4KLfx/*1"1#SdƭMXCY~RN +Fo9m`4Xⴚꍭ4KkX=QhV?߇ 8<:vvBÙ?޻uzΆO -:ٯ+s&e K5_<nMM.E$l9(]ΡdA9bQ&wOx\F:r)i^HAIZ͵/&LP5" *P)ihoj:/SiSAlCԽM`[ fBbO@di7@3TRtb1~(vg8bX֘ ]SkAYSRP&> ꏌowi:z!B&(T-P8ZaL5<AmsH6O}D**:SesPG-G5FiJHP2,T[vpKc[$tFQ;)U"NQVBը@4ˌQ>j̇Wc N$nj +sYF!y_ϓwsZS˪rzv +T gkj4S:: >&C}^G hC,|:o"3:b'9Xir +% rj]|;<<}|Բ2:Gccpը2F}i }>4Tw¿3n5J*]h౨d8?kKt#f| Rw:X288.8 +a5p7AV[e\%h4:Y䜗 EQqbpfj-ak. J0 ~VAm k뼈_R[G9.oKAr*::g.宅mͰ_OO+=ci Gbjvmty"%h:pej(BOa(b^G_^x`DqxYvoXDeB:|I3 uv]mԔTDps'U,9> :PU }j&*{ù|p~e0ᧀ8G^O1}yiyقk鎓K8:r!! ;pHOg0HḾp[om3xNeh}?U 9z. + + +4ntC5jAR vI 6'+B$$HKЮg^+PC A}Uu @U::f\4rIrr&@%p }%?Ɛr<4HMh$b +nptF:DST#)uD +/>O4+lZ}KЫ:ԟKebFl5^8 (1^8,'qx'qť#d\yo]zeCG<AL( +:NWAC鴛k}7A+ ,  %dj>_# AnW'Î'uD4(4Bd'CTJBݡX4Vʡ +T: +U$畗By)=Z5ӇؗzoM\La R*: <{Fq+kD<֛ԍeɅĔ {a9ES&Ȧ+ 幚x@[1"S/ 8e-xȵ ]cvj!2f4vrq^ˠ :1RT/:K2%ŽI. l?mx˛;d#g38uT 2zʂnCC#W.C^/K%U.}i~u,ECg69=;FK0q<[Z"n.]1+2Buۛ<*ħ:h [|0:G,szmԧgߟE~D +%GdRwB*-~#$ g g}gnH@*Wnj! VPڨl)(ʂӹl΋Ӊ6bړٽ|veښiETw*Ȁ&E(zƣ Pmj}R@Ņb=S|t +?3KtNiNw+;w33N~~0ݵvMgEbrh&-P)d'^ ͛)U€./ϷVwў<~Q1*pRwb.G$ww +]NWp"p&1lҴdt_Ok2 +U4AԃFS%?2[ tA:}pq؃fнo04q=Ul + $hgw(w}S".Us/kg2Þ +I=E\¢ijiO8Krgjy‹K=x`OvHbʋ59wCѕ + ֔mV;sIWGCP;=X.=Z 7_7PY|~+v::ؒ8tʖTjD?o&_[))tju㯋gζQ BUP^kP9>n5m!t &װF4ѲԹ +Vفi 4L?NРRhdړ}@PkktV gz_;xuͿɭ5h́DaJM};P)uj"yϝ< Žl œ/[J-40K䓄aEou\Ir,xWqDaOR`Gꇓ@9<8 },ѷbɧ8 +P8?)FXG( z3s@lYh-B{%r?ĬV٥ 9Կ)1˘s3c6lss`;&ZF#nm_Tg?{$m;poBTy0[qDPR6´dľ$|[{8 )sirr*r`78>"r1*' +D}}MP 8aZ"{"G]Bǂ !P$ꫤ+O'ud{R0rF + +U 8p0_Qx{ 5_OeD%}az+w5RRS*xpnLuF`R3R3˶̠֨>-mEq0Mt_}}.ns/M[+,V{P#oD"[*l5]b~j0J2Z6n6t5h屩6>M%g_x+cь&@l*R%9` C363fa,P$;S}"F!QCL!(m䴟Fv/S$4r:꼝g_<{VXp)< +;xdK_ⰀX 2z}Ցhx + 6!0f_nh{=].-4IK`KUZ,+ J+uM=XBfH~@ȗX0BGbp-T5B%1+=(TK7! QBT K`WaPX:3rוE7z 644եP˪ZD-! +^-fw2QhE,mK&BJCL1;^!}!m+'}£»1Qsj}3 !jVMp7o8s8ws{٦]W zertb/_CQLO* 'XT,L-ױs'ug_S.ut~C3Up)#]?}zҭKJ}9CC@R&WyLX /! ,*P!ҎHY/ +5,hbajfNuWOxh:?7!V]IiSڴ@@~M7۳~'-IIӎa4#8{! oDKL2"* RL%+LJ/!4*0K_MONtѼLˋ9+<j=6Me.D i|vs-{vA0їV +I K.M+N$C +4L + + gWV㏯ig'[8Id' +`&U9tjr"+#=!YԟWǤf/6W{5K=E9œtBþn8B_}( $ F@V(o~X[\C;5ѹ4}H!- `ǢTJka5.UekS+2i KRF6O$I +@V>_2m,ͫl>S##4/cX+\̄ϮHav`9(!TT2DU-IIWd^ xw|7A ړս;3dZ/5f +M7{&LnIஅ݂%2ٶ'jO_qMm( +2ť *nA._8 BosE{|] ƀSn2l-_SMD֥SUA*HCM漣ɳxWq .xo7ȗ+/(YR+8`GFqV~3gay\M/m&}ՒTzZ0u;Q1iKQiw9Gʚ1^nfQCuE=aWE6bo endstream endobj -654 0 obj +669 0 obj << /Type /Font /Subtype /Type0 /BaseFont /QUKCAX+NewCMMath-Bold-Identity-H /Encoding /Identity-H - /DescendantFonts [655 0 R] - /ToUnicode 658 0 R + /DescendantFonts [670 0 R] + /ToUnicode 673 0 R >> endobj -655 0 obj +670 0 obj << /Type /Font /Subtype /CIDFontType0 @@ -7406,13 +7574,13 @@ endobj /Ordering (Identity) /Supplement 0 >> - /FontDescriptor 657 0 R + /FontDescriptor 672 0 R /DW 0 /W [0 0 280 1 1 531 2 2 415 3 3 713 4 4 529 5 5 890 6 6 894 7 7 909 8 8 555 9 9 982 10 10 567 11 11 468 12 12 668 13 13 575 14 14 1032 15 15 831 16 16 584 17 17 1178 18 18 944 19 19 706 20 20 606] >> endobj -656 0 obj +671 0 obj << /Length 11 /Filter /FlateDecode @@ -7422,7 +7590,7 @@ x endstream endobj -657 0 obj +672 0 obj << /Type /FontDescriptor /FontName /QUKCAX+NewCMMath-Bold @@ -7433,12 +7601,12 @@ endobj /Descent -194 /CapHeight 683 /StemV 168.6 - /CIDSet 656 0 R - /FontFile3 659 0 R + /CIDSet 671 0 R + /FontFile3 674 0 R >> endobj -658 0 obj +673 0 obj << /Length 950 /Type /CMap @@ -7498,7 +7666,7 @@ end endstream endobj -659 0 obj +674 0 obj << /Length 3069 /Filter /FlateDecode @@ -7522,18 +7690,18 @@ VbQ6x endstream endobj -660 0 obj +675 0 obj << /Type /Font /Subtype /Type0 /BaseFont /BELISR+LinLibertineBI /Encoding /Identity-H - /DescendantFonts [661 0 R] - /ToUnicode 664 0 R + /DescendantFonts [676 0 R] + /ToUnicode 679 0 R >> endobj -661 0 obj +676 0 obj << /Type /Font /Subtype /CIDFontType2 @@ -7543,14 +7711,14 @@ endobj /Ordering (Identity) /Supplement 0 >> - /FontDescriptor 663 0 R + /FontDescriptor 678 0 R /DW 0 /CIDToGIDMap /Identity /W [0 0 500 1 1 481.9336 2 2 341.79688 3 3 613.76953 4 4 496.58203 5 5 323.73047 6 6 408.6914 7 7 250 8 8 548.8281 9 9 557.6172 10 10 425.78125 11 11 366.69922 12 12 513.6719 13 13 433.59375 14 14 619.6289 15 15 559.5703 16 16 478.51562 17 17 560.5469 18 18 734.8633 19 19 883.78906 20 20 722.65625] >> endobj -662 0 obj +677 0 obj << /Length 11 /Filter /FlateDecode @@ -7560,7 +7728,7 @@ x endstream endobj -663 0 obj +678 0 obj << /Type /FontDescriptor /FontName /BELISR+LinLibertineBI @@ -7571,12 +7739,12 @@ endobj /Descent -246.09375 /CapHeight 645.01953 /StemV 168.6 - /CIDSet 662 0 R - /FontFile2 665 0 R + /CIDSet 677 0 R + /FontFile2 680 0 R >> endobj -664 0 obj +679 0 obj << /Length 886 /Type /CMap @@ -7636,7 +7804,7 @@ end endstream endobj -665 0 obj +680 0 obj << /Length 5786 /Filter /FlateDecode @@ -7676,18 +7844,18 @@ F@ endstream endobj -666 0 obj +681 0 obj << /Type /Font /Subtype /Type0 /BaseFont /EUXCBQ+DejaVuSansMono /Encoding /Identity-H - /DescendantFonts [667 0 R] - /ToUnicode 670 0 R + /DescendantFonts [682 0 R] + /ToUnicode 685 0 R >> endobj -667 0 obj +682 0 obj << /Type /Font /Subtype /CIDFontType2 @@ -7697,14 +7865,14 @@ endobj /Ordering (Identity) /Supplement 0 >> - /FontDescriptor 669 0 R + /FontDescriptor 684 0 R /DW 0 /CIDToGIDMap /Identity /W [0 6 602.0508] >> endobj -668 0 obj +683 0 obj << /Length 9 /Filter /FlateDecode @@ -7714,7 +7882,7 @@ x endstream endobj -669 0 obj +684 0 obj << /Type /FontDescriptor /FontName /EUXCBQ+DejaVuSansMono @@ -7725,12 +7893,12 @@ endobj /Descent -240.23438 /CapHeight 759.7656 /StemV 95.4 - /CIDSet 668 0 R - /FontFile2 671 0 R + /CIDSet 683 0 R + /FontFile2 686 0 R >> endobj -670 0 obj +685 0 obj << /Length 689 /Type /CMap @@ -7776,7 +7944,7 @@ end endstream endobj -671 0 obj +686 0 obj << /Length 4750 /Filter /FlateDecode @@ -7806,15 +7974,15 @@ eJ endstream endobj -672 0 obj -[/ICCBased 674 0 R] +687 0 obj +[/ICCBased 689 0 R] endobj -673 0 obj -[/ICCBased 675 0 R] +688 0 obj +[/ICCBased 690 0 R] endobj -674 0 obj +689 0 obj << /Length 258 /N 1 @@ -7829,7 +7997,7 @@ F endstream endobj -675 0 obj +690 0 obj << /Length 314 /N 3 @@ -7843,147 +8011,147 @@ x endstream endobj -676 0 obj -[700 0 R /XYZ 56.692913 729.0861 0] -endobj - -677 0 obj -[700 0 R /XYZ 85.03937 477.12796 0] -endobj - -678 0 obj -[700 0 R /XYZ 56.692913 495.31125 0] -endobj - -679 0 obj -[703 0 R /XYZ 85.03937 151.62634 0] -endobj - -680 0 obj -[700 0 R /XYZ 56.692913 268.33502 0] -endobj - -681 0 obj -[709 0 R /XYZ 56.692913 266.09943 0] -endobj - -682 0 obj -[714 0 R /XYZ 85.03937 316.68762 0] -endobj - -683 0 obj -[716 0 R /XYZ 85.03937 717.31433 0] -endobj - -684 0 obj -[716 0 R /XYZ 85.03937 142.3241 0] -endobj - -685 0 obj -[718 0 R /XYZ 85.03937 531.8325 0] -endobj - -686 0 obj -[716 0 R /XYZ 85.03937 771.82184 0] -endobj - -687 0 obj -[718 0 R /XYZ 85.03937 153.86328 0] -endobj - -688 0 obj -[724 0 R /XYZ 85.03937 267.79327 0] -endobj - -689 0 obj -[724 0 R /XYZ 85.03937 92.86438 0] -endobj - -690 0 obj -[714 0 R /XYZ 56.692913 372.88693 0] -endobj - 691 0 obj -[727 0 R /XYZ 56.692913 795.19684 0] +[715 0 R /XYZ 56.692913 729.0861 0] endobj 692 0 obj -[727 0 R /XYZ 56.692913 765.46356 0] +[715 0 R /XYZ 85.03937 477.12796 0] endobj 693 0 obj -[731 0 R /XYZ 56.692913 795.19684 0] +[715 0 R /XYZ 56.692913 495.31125 0] endobj 694 0 obj -[731 0 R /XYZ 56.692913 777.01355 0] +[718 0 R /XYZ 85.03937 151.62634 0] endobj 695 0 obj -[731 0 R /XYZ 56.692913 742.1831 0] +[715 0 R /XYZ 56.692913 268.33502 0] endobj 696 0 obj -[700 0 R /XYZ 425.93442 588.72217 0] +[724 0 R /XYZ 56.692913 266.09943 0] endobj 697 0 obj -[703 0 R /XYZ 106.69025 167.46637 0] +[729 0 R /XYZ 85.03937 316.68762 0] endobj 698 0 obj +[731 0 R /XYZ 85.03937 717.31433 0] +endobj + +699 0 obj +[731 0 R /XYZ 85.03937 142.3241 0] +endobj + +700 0 obj +[733 0 R /XYZ 85.03937 531.8325 0] +endobj + +701 0 obj +[731 0 R /XYZ 85.03937 771.82184 0] +endobj + +702 0 obj +[733 0 R /XYZ 85.03937 153.86328 0] +endobj + +703 0 obj +[739 0 R /XYZ 85.03937 267.79327 0] +endobj + +704 0 obj +[739 0 R /XYZ 85.03937 92.86438 0] +endobj + +705 0 obj +[729 0 R /XYZ 56.692913 372.88693 0] +endobj + +706 0 obj +[742 0 R /XYZ 56.692913 795.19684 0] +endobj + +707 0 obj +[742 0 R /XYZ 56.692913 765.46356 0] +endobj + +708 0 obj +[746 0 R /XYZ 56.692913 795.19684 0] +endobj + +709 0 obj +[746 0 R /XYZ 56.692913 777.01355 0] +endobj + +710 0 obj +[746 0 R /XYZ 56.692913 742.1831 0] +endobj + +711 0 obj +[715 0 R /XYZ 425.93442 588.72217 0] +endobj + +712 0 obj +[718 0 R /XYZ 106.69025 167.46637 0] +endobj + +713 0 obj << /Type /Annot /Subtype /Link /Rect [425.93442 575.1472 438.87875 589.5374] /Border [0 0 0] - /Dest 694 0 R + /Dest 709 0 R /F 4 /StructParent 0 /Contents ([1]) >> endobj -699 0 obj +714 0 obj << /Type /Annot /Subtype /Link /Rect [402.51398 293.95026 415.4583 308.34045] /Border [0 0 0] - /Dest 694 0 R + /Dest 709 0 R /F 4 /StructParent 1 /Contents ([1]) >> endobj -700 0 obj +715 0 obj << /Type /Page /Resources << /ProcSet [/PDF /Text /ImageC /ImageB] /ColorSpace << - /c0 672 0 R + /c0 687 0 R >> /Font << - /f0 630 0 R - /f1 636 0 R - /f2 642 0 R - /f3 648 0 R - /f4 654 0 R - /f5 660 0 R + /f0 645 0 R + /f1 651 0 R + /f2 657 0 R + /f3 663 0 R + /f4 669 0 R + /f5 675 0 R >> >> /MediaBox [0 0 595.2756 841.8898] /StructParents 2 /Tabs /S /Parent 1 0 R - /Contents 701 0 R - /Annots [698 0 R 699 0 R] + /Contents 716 0 R + /Annots [713 0 R 714 0 R] >> endobj -701 0 obj +716 0 obj << /Length 4546 /Filter /FlateDecode @@ -8012,45 +8180,45 @@ i endstream endobj -702 0 obj +717 0 obj << /Type /Annot /Subtype /Link /Rect [106.69025 153.89136 119.63458 168.28162] /Border [0 0 0] - /Dest 695 0 R + /Dest 710 0 R /F 4 /StructParent 3 /Contents ([2]) >> endobj -703 0 obj +718 0 obj << /Type /Page /Resources << /ProcSet [/PDF /Text /ImageC /ImageB] /ColorSpace << - /c0 672 0 R + /c0 687 0 R >> /Font << - /f0 648 0 R - /f1 642 0 R - /f2 636 0 R - /f3 654 0 R - /f4 630 0 R + /f0 663 0 R + /f1 657 0 R + /f2 651 0 R + /f3 669 0 R + /f4 645 0 R >> >> /MediaBox [0 0 595.2756 841.8898] /StructParents 4 /Tabs /S /Parent 1 0 R - /Contents 704 0 R - /Annots [702 0 R] + /Contents 719 0 R + /Annots [717 0 R] >> endobj -704 0 obj +719 0 obj << /Length 5271 /Filter /FlateDecode @@ -8091,7 +8259,7 @@ Y endstream endobj -705 0 obj +720 0 obj << /Type /Annot /Subtype /Link @@ -8104,7 +8272,7 @@ endobj >> endobj -706 0 obj +721 0 obj << /Type /Annot /Subtype /Link @@ -8117,7 +8285,7 @@ endobj >> endobj -707 0 obj +722 0 obj << /Type /Annot /Subtype /Link @@ -8130,46 +8298,46 @@ endobj >> endobj -708 0 obj +723 0 obj << /Type /Annot /Subtype /Link /Rect [100.43292 382.86285 113.37726 397.25308] /Border [0 0 0] - /Dest 694 0 R + /Dest 709 0 R /F 4 /StructParent 8 /Contents ([1]) >> endobj -709 0 obj +724 0 obj << /Type /Page /Resources << /ProcSet [/PDF /Text /ImageC /ImageB] /ColorSpace << - /c0 672 0 R + /c0 687 0 R >> /Font << - /f0 648 0 R - /f1 642 0 R - /f2 630 0 R - /f3 636 0 R - /f4 660 0 R - /f5 654 0 R + /f0 663 0 R + /f1 657 0 R + /f2 645 0 R + /f3 651 0 R + /f4 675 0 R + /f5 669 0 R >> >> /MediaBox [0 0 595.2756 841.8898] /StructParents 9 /Tabs /S /Parent 1 0 R - /Contents 710 0 R - /Annots [705 0 R 706 0 R 707 0 R 708 0 R] + /Contents 725 0 R + /Annots [720 0 R 721 0 R 722 0 R 723 0 R] >> endobj -710 0 obj +725 0 obj << /Length 5417 /Filter /FlateDecode @@ -8201,20 +8369,20 @@ qf endstream endobj -711 0 obj +726 0 obj << /Type /Annot /Subtype /Link /Rect [146.78546 379.1119 159.7298 393.50217] /Border [0 0 0] - /Dest 694 0 R + /Dest 709 0 R /F 4 /StructParent 10 /Contents ([1]) >> endobj -712 0 obj +727 0 obj << /Type /Annot /Subtype /Link @@ -8231,45 +8399,45 @@ endobj >> endobj -713 0 obj +728 0 obj << /Type /Annot /Subtype /Link /Rect [335.14114 347.9486 355.27847 367.8919] /Border [0 0 0] - /Dest 695 0 R + /Dest 710 0 R /F 4 /StructParent 12 /Contents ([2]) >> endobj -714 0 obj +729 0 obj << /Type /Page /Resources << /ProcSet [/PDF /Text /ImageC /ImageB] /ColorSpace << - /c0 672 0 R + /c0 687 0 R >> /Font << - /f0 648 0 R - /f1 642 0 R - /f2 630 0 R - /f3 654 0 R - /f4 636 0 R + /f0 663 0 R + /f1 657 0 R + /f2 645 0 R + /f3 669 0 R + /f4 651 0 R >> >> /MediaBox [0 0 595.2756 841.8898] /StructParents 13 /Tabs /S /Parent 1 0 R - /Contents 715 0 R - /Annots [711 0 R 712 0 R 713 0 R] + /Contents 730 0 R + /Annots [726 0 R 727 0 R 728 0 R] >> endobj -715 0 obj +730 0 obj << /Length 4948 /Filter /FlateDecode @@ -8301,29 +8469,29 @@ Et0 i;Q endstream endobj -716 0 obj +731 0 obj << /Type /Page /Resources << /ProcSet [/PDF /Text /ImageC /ImageB] /ColorSpace << - /c0 672 0 R + /c0 687 0 R >> /Font << - /f0 642 0 R - /f1 648 0 R - /f2 630 0 R - /f3 654 0 R + /f0 657 0 R + /f1 663 0 R + /f2 645 0 R + /f3 669 0 R >> >> /MediaBox [0 0 595.2756 841.8898] /StructParents 14 /Parent 1 0 R - /Contents 717 0 R + /Contents 732 0 R >> endobj -717 0 obj +732 0 obj << /Length 4527 /Filter /FlateDecode @@ -8352,30 +8520,30 @@ Y endstream endobj -718 0 obj +733 0 obj << /Type /Page /Resources << /ProcSet [/PDF /Text /ImageC /ImageB] /ColorSpace << - /c0 672 0 R + /c0 687 0 R >> /Font << - /f0 642 0 R - /f1 648 0 R - /f2 630 0 R - /f3 654 0 R - /f4 636 0 R + /f0 657 0 R + /f1 663 0 R + /f2 645 0 R + /f3 669 0 R + /f4 651 0 R >> >> /MediaBox [0 0 595.2756 841.8898] /StructParents 15 /Parent 1 0 R - /Contents 719 0 R + /Contents 734 0 R >> endobj -719 0 obj +734 0 obj << /Length 4923 /Filter /FlateDecode @@ -8402,85 +8570,85 @@ d endstream endobj -720 0 obj +735 0 obj << /Type /Annot /Subtype /Link /Rect [169.06476 270.0583 182.0091 284.44855] /Border [0 0 0] - /Dest 695 0 R + /Dest 710 0 R /F 4 /StructParent 16 /Contents ([2]) >> endobj -721 0 obj +736 0 obj << /Type /Annot /Subtype /Link /Rect [361.39142 124.18262 374.33575 138.57281] /Border [0 0 0] - /Dest 695 0 R + /Dest 710 0 R /F 4 /StructParent 17 /Contents ([2]) >> endobj -722 0 obj +737 0 obj << /Type /Annot /Subtype /Link /Rect [403.32303 95.129395 416.26736 109.51959] /Border [0 0 0] - /Dest 695 0 R + /Dest 710 0 R /F 4 /StructParent 18 /Contents ([2]) >> endobj -723 0 obj +738 0 obj << /Type /Annot /Subtype /Link /Rect [206.95245 55.28485 219.89679 69.67511] /Border [0 0 0] - /Dest 695 0 R + /Dest 710 0 R /F 4 /StructParent 19 /Contents ([2]) >> endobj -724 0 obj +739 0 obj << /Type /Page /Resources << /ProcSet [/PDF /Text /ImageC /ImageB] /ColorSpace << - /c0 672 0 R - /c1 673 0 R + /c0 687 0 R + /c1 688 0 R >> /Font << - /f0 642 0 R - /f1 648 0 R - /f2 630 0 R - /f3 636 0 R - /f4 660 0 R + /f0 657 0 R + /f1 663 0 R + /f2 645 0 R + /f3 651 0 R + /f4 675 0 R >> >> /MediaBox [0 0 595.2756 841.8898] /StructParents 20 /Tabs /S /Parent 1 0 R - /Contents 725 0 R - /Annots [720 0 R 721 0 R 722 0 R 723 0 R] + /Contents 740 0 R + /Annots [735 0 R 736 0 R 737 0 R 738 0 R] >> endobj -725 0 obj +740 0 obj << /Length 4687 /Filter /FlateDecode @@ -8505,11 +8673,11 @@ F endstream endobj -726 0 obj +741 0 obj << /Type /Annot /Subtype /Link - /Rect [202.69855 639.8508 400.9886 654.2411] + /Rect [202.69855 582.01715 400.9886 596.40735] /Border [0 0 0] /A << /Type /Action @@ -8522,126 +8690,129 @@ endobj >> endobj -727 0 obj +742 0 obj << /Type /Page /Resources << /ProcSet [/PDF /Text /ImageC /ImageB] /ColorSpace << - /c0 672 0 R + /c0 687 0 R >> /Font << - /f0 630 0 R - /f1 642 0 R - /f2 648 0 R - /f3 666 0 R + /f0 645 0 R + /f1 657 0 R + /f2 663 0 R + /f3 681 0 R >> >> /MediaBox [0 0 595.2756 841.8898] /StructParents 22 /Tabs /S /Parent 1 0 R - /Contents 728 0 R - /Annots [726 0 R] + /Contents 743 0 R + /Annots [741 0 R] >> endobj -728 0 obj +743 0 obj << - /Length 1328 + /Length 1604 /Filter /FlateDecode >> stream -xYo#5߿$n+ۨE \ [n흵Cyeuߌg?ݯEE7KrbsFq1FQRdT͖@+ j^o -STjv?U^nw]ؽn]t?z{{]R^YW &깼59 -Q*vܭ[n]8VQNbP2##at~S$NY6V&(@}̫GWw|jvDoЎ<_?{E賞RB3+3E9d9Z:{*PY82"xw_"Z] :m };F ο 㔃{Tꨅy G!և@&', ,?.zس*㕥8dy.# |U-=^gRzFrk!=8ICG Ēq,2BW8:ks!_:i j~X3qIC:+e.bj8Wt4h,aXZ(K gLey3  m(Ny:fa26gRɶԙ,fP3@ ,`MXA%Xc@ a6a-QϖقiOUX$M25ix}!+3`/ξ1`oN︺ u)a͵8ڴT-sY=_ECIZ`h̽Ȝc\9&^s{,@"`3aw2v0fB>b1Lb(!Rk6!PYeD$\ٓ 8jjCJWS)dL[48pUeԱ a#:}fK&}ޔ5@9p"׹Dz)CJ}]x59whq0]ֲV `R|FRc %ylhr4EU6/rGA(}o)&?…z}MEj0\$ nʒ@x-1Μ:_*g"a<XvBjt>}?n)_qqF*M4ەrFe3TKu<≮ 1#W(x'x`8J2AY~z<Λ^7ȇs^e@ɖ,RG&Y{ Y}!>m˗!o^]\W_'0rΉT;p\c-"lfd)cz].3Fla+*rs,/ncegS]WoQ ˷ٛec*[sJE`bTY299 +QWpx:ce C`IdDN8ǔfeNF DT8e${SXF:xx +S uݵʉ-^?|ZcTm2`0(wTphppEtvP/2<Ԧ>Go^ 6}hXGk"~zEN8P` ^ߨ@M Vm[IlĽkCiSϴV[Bv}?B͘N"i(hPL 1GpäR:W)mrXF㷁`@zeOKL^jEN%i6& +2LO99|9=Y4.iK(gdT]0.=tj%NR'I1RJW.PhVSs\SYR/E_@X ^u)ٹ}7Q ʫTh>ʏ?w+?x<1. 6@yRP ټ'ޓr%{變s` i&L­GX_xaa4J`Z I% N&~¥OA]F;2Fm%x]N AGVi֋V&<Ҳ0('-><ҕO=REL^ N&RΆ 21^iD!S=&{z5OieX5 S`i枵^m8G uCx<wŶ4Tгmhԏ}ѱn| .ҥh1nieP 6Z-g,la}5#YM7\5@-Sk ='[E*~c"YkE+稳 'ͦ\E UT9Aj!%0q ޤ{P̀jg:73~ pʜ/y _|ιlKپ:dNC^~bQ2P^H>E4;睭ū5'>'Pf@V7Q\4n6XK&Hwǵت#'eKt# ̀ aglYZ!s(XtM˂ԍmY|\G+׾quzG3z[コWozQ$GAij9j.xq9AXPTP\v1^itlfՉ E~5;>5 32ӳ0_튇ݺ8ӫ[qy|*w>ޓSq+-~O[̨Nh"J)-?ruBӔ¿/Y endstream endobj -729 0 obj +744 0 obj << /Type /Annot /Subtype /Link /Rect [56.692913 756.1983 69.63725 770.58856] /Border [0 0 0] - /Dest 696 0 R + /Dest 711 0 R /F 4 /StructParent 23 /Contents ([1]) >> endobj -730 0 obj +745 0 obj << /Type /Annot /Subtype /Link /Rect [56.692913 721.36786 69.63725 735.75806] /Border [0 0 0] - /Dest 697 0 R + /Dest 712 0 R /F 4 /StructParent 24 /Contents ([2]) >> endobj -731 0 obj +746 0 obj << /Type /Page /Resources << /ProcSet [/PDF /Text /ImageC /ImageB] /ColorSpace << - /c0 672 0 R + /c0 687 0 R >> /Font << - /f0 630 0 R - /f1 642 0 R - /f2 636 0 R + /f0 645 0 R + /f1 657 0 R + /f2 651 0 R >> >> /MediaBox [0 0 595.2756 841.8898] /StructParents 25 /Tabs /S /Parent 1 0 R - /Contents 732 0 R - /Annots [729 0 R 730 0 R] + /Contents 747 0 R + /Annots [744 0 R 745 0 R] >> endobj -732 0 obj +747 0 obj << /Length 677 /Filter /FlateDecode >> stream -xVMo0 WúՇԷڴ؀$ktvؿd[8N\((=&ySތ/\\oa@i-L1r-IX .e="ț)r,G!9Xͅ.M**o-;dr'rofLnl8Ae1B ǀٽ؛w^{^b45)a%|U5y2 Xj\A(,4{Qآ*_q&a<׺PbQk῾Vp$=H1Ȳ*>U 2S1 ̧(XL> Q0PCHL(+LqsG}wKQ X(fo]q;j3:h8 -qfiXBPqQPaČ(FxC37nlW;1QO v&'PD.[-Quړ\R+=gfCb; <w-W-1&_-zx[͏HQlDH(ݬDXpޗ.LBniBoޓbd[ 1of7q9[vmzvnt罓?sҏ뵻xW^̿W3^0[FZAp*̸o$I8f +xVMo0 WúՇԷڴ5=$YФK ۲-qBYD1I'ϳf|} HrL~#JSmeQk,H@XŊ\!ߐt/~ȟGLc9 +Yyj.t1nUQyn9%;?|#W7cvd *Kb ?7޼ W?M +Cy g+IR +Ga;U3 ֵ3\e}ez&AiEEe5PAZIXd>EbljFfBYa*;u`.v;_]%`hB1k_7 ߹VUW F]Q6KR%$:jd$fTfX&G 00"{ Tvegv!쏉W|j3I/<0'Rujfވ|;מpZa]?{U7]Y,oj6jы۪go~D Ŏb#P#D\^FBqf%ĺF7|v$ftKz&[by7qU;wnunӋs;~\ƻbu𸚹"5 + S)es$IR|)f endstream endobj -733 0 obj +748 0 obj << /Creator (Typst 0.14.2) - /ModDate (D:20260211151546Z) - /CreationDate (D:20260211151546Z) + /ModDate (D:20260211162842Z) + /CreationDate (D:20260211162842Z) >> endobj -734 0 obj +749 0 obj << /Length 996 /Type /Metadata /Subtype /XML >> stream -Typst 0.14.2fr2026-02-11T15:15:46+00:002026-02-11T15:15:46+00:009application/pdfcXW8wREOWRkO10vFUG1t5A==cXW8wREOWRkO10vFUG1t5A==proof1.7 +Typst 0.14.2fr2026-02-11T16:28:42+00:002026-02-11T16:28:42+00:009application/pdfE9WIvrSjB8L4mJueniRy1A==E9WIvrSjB8L4mJueniRy1A==proof1.7 endstream endobj -735 0 obj +750 0 obj << /Type /Catalog /Pages 1 0 R - /Metadata 734 0 R + /Metadata 749 0 R /PageLabels 21 0 R /Lang (fr) /StructTreeRoot 22 0 R @@ -8655,14 +8826,14 @@ endobj /Outlines 2 0 R /Names << /Dests << - /Names [(hamming) 681 0 R] + /Names [(hamming) 696 0 R] >> >> >> endobj xref -0 736 +0 751 0000000000 65535 f 0000000016 00000 n 0000000146 00000 n @@ -8686,726 +8857,741 @@ xref 0000002865 00000 n 0000002960 00000 n 0000003083 00000 n -0000003565 00000 n -0000005216 00000 n -0000007851 00000 n -0000010022 00000 n -0000011961 00000 n -0000014044 00000 n -0000016871 00000 n -0000018477 00000 n -0000018713 00000 n -0000018788 00000 n -0000020118 00000 n -0000020258 00000 n -0000020343 00000 n -0000020424 00000 n -0000020517 00000 n -0000020596 00000 n -0000020742 00000 n -0000020827 00000 n -0000020908 00000 n -0000021012 00000 n -0000021099 00000 n -0000021178 00000 n -0000021324 00000 n -0000021432 00000 n -0000021606 00000 n -0000021691 00000 n -0000021782 00000 n -0000021871 00000 n -0000021956 00000 n -0000022057 00000 n -0000022160 00000 n -0000022249 00000 n -0000022334 00000 n -0000022435 00000 n -0000022582 00000 n -0000022671 00000 n -0000022756 00000 n -0000022850 00000 n -0000022939 00000 n -0000023078 00000 n -0000023163 00000 n -0000023254 00000 n -0000023343 00000 n -0000023428 00000 n -0000023537 00000 n -0000023642 00000 n -0000023734 00000 n -0000023822 00000 n -0000023907 00000 n -0000023988 00000 n -0000024074 00000 n -0000024162 00000 n -0000024247 00000 n -0000024337 00000 n -0000024425 00000 n -0000024529 00000 n -0000024631 00000 n -0000024730 00000 n -0000024878 00000 n -0000025011 00000 n -0000025151 00000 n -0000025236 00000 n -0000025350 00000 n -0000025498 00000 n -0000025592 00000 n -0000025682 00000 n -0000025767 00000 n -0000025900 00000 n -0000026048 00000 n -0000026142 00000 n -0000026236 00000 n -0000026326 00000 n -0000026504 00000 n -0000026625 00000 n -0000026719 00000 n -0000026813 00000 n -0000026967 00000 n -0000027149 00000 n -0000027246 00000 n -0000027337 00000 n -0000027443 00000 n -0000027560 00000 n -0000027710 00000 n -0000027806 00000 n -0000027919 00000 n -0000028099 00000 n -0000028195 00000 n -0000028337 00000 n -0000028426 00000 n -0000028510 00000 n -0000028590 00000 n -0000028685 00000 n -0000028777 00000 n -0000028866 00000 n -0000028950 00000 n -0000029076 00000 n -0000029172 00000 n -0000029268 00000 n -0000029349 00000 n -0000029444 00000 n -0000029536 00000 n -0000029685 00000 n -0000029834 00000 n -0000029983 00000 n -0000030132 00000 n -0000030281 00000 n -0000030430 00000 n -0000030579 00000 n -0000030728 00000 n -0000030877 00000 n -0000031026 00000 n -0000031169 00000 n -0000031318 00000 n -0000031464 00000 n -0000031609 00000 n -0000031758 00000 n -0000031901 00000 n -0000032046 00000 n -0000032134 00000 n -0000032361 00000 n -0000032490 00000 n -0000032594 00000 n -0000032698 00000 n -0000032788 00000 n -0000032882 00000 n -0000033048 00000 n -0000033137 00000 n -0000033249 00000 n -0000033344 00000 n -0000033448 00000 n -0000033539 00000 n -0000033628 00000 n -0000033744 00000 n -0000033857 00000 n -0000033963 00000 n -0000034053 00000 n -0000034142 00000 n -0000034264 00000 n -0000034376 00000 n -0000034467 00000 n -0000034579 00000 n -0000034671 00000 n -0000034760 00000 n -0000034870 00000 n -0000034982 00000 n -0000035094 00000 n -0000035186 00000 n -0000035275 00000 n -0000035377 00000 n -0000035505 00000 n -0000035597 00000 n -0000035686 00000 n -0000035800 00000 n -0000035941 00000 n -0000036065 00000 n -0000036189 00000 n -0000036301 00000 n -0000036387 00000 n -0000036482 00000 n -0000037073 00000 n -0000037186 00000 n -0000037286 00000 n -0000037386 00000 n -0000037536 00000 n -0000037625 00000 n -0000037709 00000 n -0000037799 00000 n -0000037891 00000 n -0000037980 00000 n -0000038064 00000 n -0000038154 00000 n -0000038246 00000 n -0000038335 00000 n -0000038419 00000 n -0000038549 00000 n -0000038645 00000 n -0000038731 00000 n -0000038826 00000 n -0000038912 00000 n -0000039007 00000 n -0000039099 00000 n -0000039225 00000 n -0000039755 00000 n -0000039936 00000 n -0000040031 00000 n -0000040132 00000 n -0000040227 00000 n -0000040322 00000 n -0000040435 00000 n -0000040533 00000 n -0000040631 00000 n -0000040735 00000 n -0000040893 00000 n -0000040982 00000 n -0000041066 00000 n -0000041154 00000 n -0000041244 00000 n -0000041333 00000 n -0000041417 00000 n -0000041509 00000 n -0000041599 00000 n -0000041688 00000 n -0000041772 00000 n -0000041874 00000 n -0000041970 00000 n -0000042062 00000 n -0000042151 00000 n -0000042235 00000 n -0000042337 00000 n -0000042423 00000 n -0000042518 00000 n -0000042610 00000 n -0000042722 00000 n -0000042823 00000 n -0000042919 00000 n -0000043102 00000 n -0000043191 00000 n -0000043498 00000 n -0000043595 00000 n -0000043690 00000 n -0000043997 00000 n -0000044094 00000 n -0000044189 00000 n -0000044496 00000 n -0000044593 00000 n -0000044688 00000 n -0000044789 00000 n -0000044897 00000 n -0000045004 00000 n -0000045123 00000 n -0000045209 00000 n -0000045303 00000 n -0000045424 00000 n -0000045528 00000 n -0000045632 00000 n -0000045736 00000 n -0000045894 00000 n -0000045983 00000 n -0000046067 00000 n -0000046156 00000 n -0000046247 00000 n -0000046336 00000 n -0000046420 00000 n -0000046564 00000 n -0000046650 00000 n -0000046747 00000 n -0000046833 00000 n -0000046927 00000 n -0000047022 00000 n -0000047108 00000 n -0000047205 00000 n -0000047299 00000 n -0000047390 00000 n -0000047479 00000 n -0000047563 00000 n -0000047663 00000 n -0000047757 00000 n -0000047848 00000 n -0000047937 00000 n -0000048021 00000 n -0000048154 00000 n -0000048249 00000 n -0000048344 00000 n -0000048430 00000 n -0000048527 00000 n -0000048621 00000 n -0000048712 00000 n -0000048847 00000 n -0000048933 00000 n -0000049033 00000 n -0000049119 00000 n -0000049216 00000 n -0000049302 00000 n -0000049396 00000 n -0000049482 00000 n -0000049576 00000 n -0000049681 00000 n -0000049791 00000 n -0000049886 00000 n -0000049980 00000 n -0000050095 00000 n -0000050237 00000 n -0000050326 00000 n -0000050426 00000 n -0000050567 00000 n -0000050657 00000 n -0000050746 00000 n -0000050848 00000 n -0000050976 00000 n -0000051068 00000 n -0000051221 00000 n -0000051317 00000 n -0000051413 00000 n -0000051508 00000 n -0000051594 00000 n -0000051689 00000 n -0000051784 00000 n -0000051870 00000 n -0000051965 00000 n -0000052060 00000 n -0000052202 00000 n -0000052291 00000 n -0000052405 00000 n -0000052501 00000 n -0000052587 00000 n -0000052686 00000 n -0000052778 00000 n -0000052867 00000 n -0000052981 00000 n +0000003567 00000 n +0000005218 00000 n +0000007853 00000 n +0000010024 00000 n +0000011963 00000 n +0000014046 00000 n +0000016873 00000 n +0000018533 00000 n +0000018853 00000 n +0000018928 00000 n +0000020261 00000 n +0000020401 00000 n +0000020486 00000 n +0000020567 00000 n +0000020660 00000 n +0000020739 00000 n +0000020885 00000 n +0000020970 00000 n +0000021051 00000 n +0000021155 00000 n +0000021242 00000 n +0000021321 00000 n +0000021467 00000 n +0000021575 00000 n +0000021749 00000 n +0000021834 00000 n +0000021925 00000 n +0000022014 00000 n +0000022099 00000 n +0000022200 00000 n +0000022303 00000 n +0000022392 00000 n +0000022477 00000 n +0000022578 00000 n +0000022725 00000 n +0000022814 00000 n +0000022899 00000 n +0000022993 00000 n +0000023082 00000 n +0000023249 00000 n +0000023334 00000 n +0000023425 00000 n +0000023514 00000 n +0000023599 00000 n +0000023710 00000 n +0000023803 00000 n +0000023896 00000 n +0000023985 00000 n +0000024070 00000 n +0000024161 00000 n +0000024250 00000 n +0000024335 00000 n +0000024426 00000 n +0000024515 00000 n +0000024600 00000 n +0000024691 00000 n +0000024780 00000 n +0000024865 00000 n +0000024981 00000 n +0000025083 00000 n +0000025176 00000 n +0000025268 00000 n +0000025356 00000 n +0000025441 00000 n +0000025522 00000 n +0000025608 00000 n +0000025696 00000 n +0000025781 00000 n +0000025871 00000 n +0000025959 00000 n +0000026063 00000 n +0000026165 00000 n +0000026264 00000 n +0000026412 00000 n +0000026545 00000 n +0000026686 00000 n +0000026772 00000 n +0000026888 00000 n +0000027037 00000 n +0000027132 00000 n +0000027223 00000 n +0000027311 00000 n +0000027449 00000 n +0000027599 00000 n +0000027695 00000 n +0000027791 00000 n +0000027883 00000 n +0000028062 00000 n +0000028187 00000 n +0000028283 00000 n +0000028379 00000 n +0000028535 00000 n +0000028718 00000 n +0000028815 00000 n +0000028906 00000 n +0000029012 00000 n +0000029129 00000 n +0000029279 00000 n +0000029375 00000 n +0000029488 00000 n +0000029668 00000 n +0000029764 00000 n +0000029906 00000 n +0000029995 00000 n +0000030079 00000 n +0000030159 00000 n +0000030254 00000 n +0000030346 00000 n +0000030435 00000 n +0000030519 00000 n +0000030645 00000 n +0000030741 00000 n +0000030837 00000 n +0000030918 00000 n +0000031013 00000 n +0000031105 00000 n +0000031254 00000 n +0000031403 00000 n +0000031552 00000 n +0000031701 00000 n +0000031850 00000 n +0000031999 00000 n +0000032148 00000 n +0000032297 00000 n +0000032446 00000 n +0000032595 00000 n +0000032738 00000 n +0000032887 00000 n +0000033033 00000 n +0000033178 00000 n +0000033327 00000 n +0000033470 00000 n +0000033615 00000 n +0000033703 00000 n +0000033930 00000 n +0000034059 00000 n +0000034163 00000 n +0000034267 00000 n +0000034357 00000 n +0000034451 00000 n +0000034617 00000 n +0000034706 00000 n +0000034818 00000 n +0000034913 00000 n +0000035017 00000 n +0000035108 00000 n +0000035197 00000 n +0000035313 00000 n +0000035426 00000 n +0000035532 00000 n +0000035622 00000 n +0000035711 00000 n +0000035833 00000 n +0000035945 00000 n +0000036036 00000 n +0000036148 00000 n +0000036240 00000 n +0000036329 00000 n +0000036439 00000 n +0000036551 00000 n +0000036663 00000 n +0000036755 00000 n +0000036844 00000 n +0000036946 00000 n +0000037074 00000 n +0000037166 00000 n +0000037255 00000 n +0000037369 00000 n +0000037510 00000 n +0000037634 00000 n +0000037758 00000 n +0000037870 00000 n +0000037956 00000 n +0000038051 00000 n +0000038642 00000 n +0000038755 00000 n +0000038855 00000 n +0000038955 00000 n +0000039105 00000 n +0000039194 00000 n +0000039278 00000 n +0000039368 00000 n +0000039460 00000 n +0000039549 00000 n +0000039633 00000 n +0000039723 00000 n +0000039815 00000 n +0000039904 00000 n +0000039988 00000 n +0000040118 00000 n +0000040214 00000 n +0000040300 00000 n +0000040395 00000 n +0000040481 00000 n +0000040576 00000 n +0000040668 00000 n +0000040794 00000 n +0000041324 00000 n +0000041505 00000 n +0000041600 00000 n +0000041701 00000 n +0000041796 00000 n +0000041891 00000 n +0000042004 00000 n +0000042102 00000 n +0000042200 00000 n +0000042304 00000 n +0000042462 00000 n +0000042551 00000 n +0000042635 00000 n +0000042723 00000 n +0000042813 00000 n +0000042902 00000 n +0000042986 00000 n +0000043078 00000 n +0000043168 00000 n +0000043257 00000 n +0000043341 00000 n +0000043443 00000 n +0000043539 00000 n +0000043631 00000 n +0000043720 00000 n +0000043804 00000 n +0000043906 00000 n +0000043992 00000 n +0000044087 00000 n +0000044179 00000 n +0000044291 00000 n +0000044392 00000 n +0000044488 00000 n +0000044671 00000 n +0000044760 00000 n +0000045067 00000 n +0000045164 00000 n +0000045259 00000 n +0000045566 00000 n +0000045663 00000 n +0000045758 00000 n +0000046065 00000 n +0000046162 00000 n +0000046257 00000 n +0000046358 00000 n +0000046466 00000 n +0000046573 00000 n +0000046692 00000 n +0000046778 00000 n +0000046872 00000 n +0000046993 00000 n +0000047097 00000 n +0000047201 00000 n +0000047305 00000 n +0000047463 00000 n +0000047552 00000 n +0000047636 00000 n +0000047725 00000 n +0000047816 00000 n +0000047905 00000 n +0000047989 00000 n +0000048133 00000 n +0000048219 00000 n +0000048316 00000 n +0000048402 00000 n +0000048496 00000 n +0000048591 00000 n +0000048677 00000 n +0000048774 00000 n +0000048868 00000 n +0000048959 00000 n +0000049048 00000 n +0000049132 00000 n +0000049232 00000 n +0000049326 00000 n +0000049417 00000 n +0000049506 00000 n +0000049590 00000 n +0000049723 00000 n +0000049818 00000 n +0000049913 00000 n +0000049999 00000 n +0000050096 00000 n +0000050190 00000 n +0000050281 00000 n +0000050416 00000 n +0000050502 00000 n +0000050602 00000 n +0000050688 00000 n +0000050785 00000 n +0000050871 00000 n +0000050965 00000 n +0000051051 00000 n +0000051145 00000 n +0000051250 00000 n +0000051360 00000 n +0000051455 00000 n +0000051549 00000 n +0000051664 00000 n +0000051806 00000 n +0000051895 00000 n +0000051995 00000 n +0000052136 00000 n +0000052226 00000 n +0000052315 00000 n +0000052417 00000 n +0000052545 00000 n +0000052637 00000 n +0000052790 00000 n +0000052886 00000 n +0000052982 00000 n 0000053077 00000 n 0000053163 00000 n -0000053262 00000 n -0000053354 00000 n -0000053503 00000 n -0000053615 00000 n -0000053710 00000 n -0000053796 00000 n -0000053891 00000 n -0000053987 00000 n -0000054082 00000 n -0000054224 00000 n -0000054313 00000 n -0000054419 00000 n -0000054519 00000 n -0000054611 00000 n -0000054700 00000 n -0000054806 00000 n -0000054906 00000 n -0000054998 00000 n -0000055107 00000 n -0000055227 00000 n -0000055322 00000 n -0000055435 00000 n -0000055521 00000 n -0000055616 00000 n -0000055711 00000 n -0000055836 00000 n -0000055922 00000 n -0000056017 00000 n -0000056103 00000 n -0000056198 00000 n -0000056293 00000 n -0000056491 00000 n -0000056644 00000 n -0000056752 00000 n -0000056848 00000 n -0000056943 00000 n -0000057029 00000 n -0000057124 00000 n -0000057215 00000 n -0000057306 00000 n -0000057450 00000 n -0000057600 00000 n -0000057709 00000 n -0000057859 00000 n -0000058009 00000 n -0000058146 00000 n -0000058241 00000 n -0000058349 00000 n -0000058435 00000 n -0000058530 00000 n -0000058650 00000 n -0000058825 00000 n -0000058982 00000 n -0000059094 00000 n -0000059185 00000 n -0000059334 00000 n -0000059424 00000 n -0000059519 00000 n -0000059623 00000 n -0000059790 00000 n -0000059892 00000 n -0000059987 00000 n -0000060086 00000 n -0000060172 00000 n -0000060266 00000 n -0000060424 00000 n -0000060537 00000 n -0000060627 00000 n -0000060713 00000 n -0000060807 00000 n -0000060949 00000 n -0000061038 00000 n -0000061142 00000 n -0000061237 00000 n -0000061328 00000 n -0000061417 00000 n -0000061521 00000 n -0000061616 00000 n -0000061707 00000 n -0000061817 00000 n -0000061903 00000 n -0000061997 00000 n -0000062091 00000 n -0000062332 00000 n -0000062474 00000 n -0000062563 00000 n -0000062669 00000 n -0000062793 00000 n -0000062885 00000 n -0000062974 00000 n -0000063092 00000 n -0000063208 00000 n -0000063344 00000 n -0000063436 00000 n -0000063529 00000 n -0000063663 00000 n -0000063752 00000 n -0000063854 00000 n -0000063945 00000 n -0000064037 00000 n -0000064258 00000 n -0000064349 00000 n -0000064445 00000 n -0000064549 00000 n -0000064653 00000 n -0000064749 00000 n -0000064845 00000 n -0000064931 00000 n -0000065026 00000 n -0000065122 00000 n -0000065208 00000 n -0000065303 00000 n -0000065394 00000 n -0000065515 00000 n +0000053258 00000 n +0000053353 00000 n +0000053439 00000 n +0000053534 00000 n +0000053629 00000 n +0000053771 00000 n +0000053860 00000 n +0000053974 00000 n +0000054070 00000 n +0000054156 00000 n +0000054255 00000 n +0000054347 00000 n +0000054436 00000 n +0000054550 00000 n +0000054646 00000 n +0000054732 00000 n +0000054831 00000 n +0000054923 00000 n +0000055072 00000 n +0000055184 00000 n +0000055279 00000 n +0000055365 00000 n +0000055460 00000 n +0000055556 00000 n +0000055651 00000 n +0000055793 00000 n +0000055882 00000 n +0000055988 00000 n +0000056088 00000 n +0000056180 00000 n +0000056269 00000 n +0000056375 00000 n +0000056475 00000 n +0000056567 00000 n +0000056676 00000 n +0000056796 00000 n +0000056891 00000 n +0000057004 00000 n +0000057090 00000 n +0000057185 00000 n +0000057280 00000 n +0000057405 00000 n +0000057491 00000 n +0000057586 00000 n +0000057672 00000 n +0000057767 00000 n +0000057862 00000 n +0000058060 00000 n +0000058213 00000 n +0000058321 00000 n +0000058417 00000 n +0000058512 00000 n +0000058598 00000 n +0000058693 00000 n +0000058784 00000 n +0000058875 00000 n +0000059019 00000 n +0000059169 00000 n +0000059278 00000 n +0000059428 00000 n +0000059578 00000 n +0000059715 00000 n +0000059810 00000 n +0000059918 00000 n +0000060004 00000 n +0000060099 00000 n +0000060219 00000 n +0000060394 00000 n +0000060551 00000 n +0000060663 00000 n +0000060754 00000 n +0000060903 00000 n +0000060993 00000 n +0000061088 00000 n +0000061192 00000 n +0000061359 00000 n +0000061461 00000 n +0000061556 00000 n +0000061655 00000 n +0000061741 00000 n +0000061835 00000 n +0000061993 00000 n +0000062106 00000 n +0000062196 00000 n +0000062282 00000 n +0000062376 00000 n +0000062518 00000 n +0000062607 00000 n +0000062711 00000 n +0000062806 00000 n +0000062897 00000 n +0000062986 00000 n +0000063090 00000 n +0000063185 00000 n +0000063276 00000 n +0000063386 00000 n +0000063472 00000 n +0000063566 00000 n +0000063660 00000 n +0000063901 00000 n +0000064043 00000 n +0000064132 00000 n +0000064238 00000 n +0000064362 00000 n +0000064454 00000 n +0000064543 00000 n +0000064661 00000 n +0000064777 00000 n +0000064913 00000 n +0000065005 00000 n +0000065098 00000 n +0000065232 00000 n +0000065321 00000 n +0000065423 00000 n +0000065514 00000 n 0000065606 00000 n -0000065719 00000 n -0000065810 00000 n -0000065906 00000 n -0000066105 00000 n -0000066246 00000 n -0000066342 00000 n -0000066438 00000 n -0000066529 00000 n -0000066620 00000 n -0000066721 00000 n -0000066812 00000 n -0000067005 00000 n -0000067155 00000 n -0000067246 00000 n -0000067342 00000 n -0000067446 00000 n -0000067542 00000 n -0000067650 00000 n -0000067800 00000 n -0000067891 00000 n -0000068050 00000 n -0000068163 00000 n -0000068259 00000 n -0000068359 00000 n -0000068501 00000 n -0000068590 00000 n -0000068674 00000 n -0000068792 00000 n -0000068883 00000 n -0000068983 00000 n -0000069075 00000 n -0000069164 00000 n -0000069248 00000 n -0000069399 00000 n -0000069495 00000 n -0000069591 00000 n -0000069751 00000 n -0000069899 00000 n -0000069989 00000 n -0000070080 00000 n -0000070215 00000 n -0000070429 00000 n -0000070519 00000 n -0000070609 00000 n -0000070699 00000 n -0000070789 00000 n -0000070899 00000 n -0000071015 00000 n -0000071128 00000 n -0000071274 00000 n -0000071369 00000 n -0000071459 00000 n -0000071554 00000 n -0000071648 00000 n -0000071755 00000 n -0000072002 00000 n -0000072115 00000 n -0000072267 00000 n -0000072419 00000 n -0000072681 00000 n -0000072778 00000 n -0000072928 00000 n -0000073103 00000 n -0000073220 00000 n +0000065827 00000 n +0000065918 00000 n +0000066014 00000 n +0000066118 00000 n +0000066222 00000 n +0000066318 00000 n +0000066414 00000 n +0000066500 00000 n +0000066595 00000 n +0000066691 00000 n +0000066777 00000 n +0000066872 00000 n +0000066963 00000 n +0000067084 00000 n +0000067175 00000 n +0000067288 00000 n +0000067379 00000 n +0000067475 00000 n +0000067674 00000 n +0000067815 00000 n +0000067911 00000 n +0000068007 00000 n +0000068098 00000 n +0000068189 00000 n +0000068290 00000 n +0000068381 00000 n +0000068574 00000 n +0000068724 00000 n +0000068815 00000 n +0000068911 00000 n +0000069015 00000 n +0000069111 00000 n +0000069219 00000 n +0000069369 00000 n +0000069460 00000 n +0000069619 00000 n +0000069732 00000 n +0000069828 00000 n +0000069928 00000 n +0000070070 00000 n +0000070159 00000 n +0000070243 00000 n +0000070361 00000 n +0000070452 00000 n +0000070552 00000 n +0000070644 00000 n +0000070733 00000 n +0000070817 00000 n +0000070968 00000 n +0000071064 00000 n +0000071160 00000 n +0000071320 00000 n +0000071468 00000 n +0000071558 00000 n +0000071649 00000 n +0000071784 00000 n +0000071998 00000 n +0000072088 00000 n +0000072178 00000 n +0000072268 00000 n +0000072358 00000 n +0000072468 00000 n +0000072584 00000 n +0000072697 00000 n +0000072843 00000 n +0000072938 00000 n +0000073028 00000 n +0000073123 00000 n +0000073217 00000 n 0000073324 00000 n -0000073415 00000 n -0000073524 00000 n -0000073620 00000 n -0000073716 00000 n -0000073879 00000 n -0000073992 00000 n -0000074088 00000 n -0000074184 00000 n -0000074363 00000 n -0000074464 00000 n -0000074620 00000 n -0000074803 00000 n -0000074904 00000 n -0000075000 00000 n -0000075165 00000 n -0000075261 00000 n -0000075361 00000 n -0000075452 00000 n -0000075543 00000 n -0000075643 00000 n -0000075739 00000 n -0000075852 00000 n -0000075943 00000 n -0000076043 00000 n -0000076180 00000 n -0000076320 00000 n -0000076411 00000 n -0000076507 00000 n -0000076603 00000 n -0000076762 00000 n -0000076895 00000 n -0000077035 00000 n -0000077131 00000 n -0000077227 00000 n -0000077363 00000 n -0000077464 00000 n -0000077550 00000 n -0000077645 00000 n -0000077978 00000 n -0000078077 00000 n -0000078193 00000 n -0000078417 00000 n -0000078505 00000 n -0000078651 00000 n -0000078741 00000 n -0000078836 00000 n -0000078931 00000 n -0000079021 00000 n -0000079116 00000 n -0000079381 00000 n -0000079470 00000 n -0000079587 00000 n -0000079683 00000 n -0000079774 00000 n -0000079997 00000 n -0000080110 00000 n -0000080201 00000 n -0000080325 00000 n -0000080552 00000 n -0000080657 00000 n -0000080743 00000 n -0000080838 00000 n -0000081152 00000 n -0000081243 00000 n -0000081421 00000 n -0000081516 00000 n -0000081666 00000 n -0000081782 00000 n +0000073571 00000 n +0000073684 00000 n +0000073836 00000 n +0000073988 00000 n +0000074250 00000 n +0000074347 00000 n +0000074497 00000 n +0000074672 00000 n +0000074789 00000 n +0000074893 00000 n +0000074984 00000 n +0000075093 00000 n +0000075189 00000 n +0000075285 00000 n +0000075448 00000 n +0000075561 00000 n +0000075657 00000 n +0000075753 00000 n +0000075932 00000 n +0000076033 00000 n +0000076189 00000 n +0000076372 00000 n +0000076473 00000 n +0000076569 00000 n +0000076734 00000 n +0000076830 00000 n +0000076930 00000 n +0000077021 00000 n +0000077112 00000 n +0000077212 00000 n +0000077308 00000 n +0000077421 00000 n +0000077512 00000 n +0000077612 00000 n +0000077749 00000 n +0000077889 00000 n +0000077980 00000 n +0000078076 00000 n +0000078172 00000 n +0000078331 00000 n +0000078464 00000 n +0000078604 00000 n +0000078700 00000 n +0000078796 00000 n +0000078932 00000 n +0000079033 00000 n +0000079119 00000 n +0000079214 00000 n +0000079547 00000 n +0000079646 00000 n +0000079762 00000 n +0000079986 00000 n +0000080074 00000 n +0000080220 00000 n +0000080310 00000 n +0000080405 00000 n +0000080500 00000 n +0000080590 00000 n +0000080685 00000 n +0000080950 00000 n +0000081039 00000 n +0000081156 00000 n +0000081252 00000 n +0000081343 00000 n +0000081566 00000 n +0000081679 00000 n +0000081770 00000 n 0000081894 00000 n -0000082006 00000 n -0000082159 00000 n -0000082249 00000 n -0000082425 00000 n -0000082601 00000 n -0000082777 00000 n -0000082953 00000 n -0000083110 00000 n -0000083196 00000 n -0000083302 00000 n -0000083397 00000 n -0000083483 00000 n -0000083577 00000 n -0000083663 00000 n -0000083757 00000 n -0000083843 00000 n -0000083937 00000 n -0000084023 00000 n -0000084117 00000 n -0000084262 00000 n -0000084439 00000 n -0000084547 00000 n -0000084637 00000 n -0000084733 00000 n -0000084882 00000 n -0000085031 00000 n -0000085177 00000 n -0000085323 00000 n -0000085469 00000 n -0000085618 00000 n -0000085763 00000 n -0000085904 00000 n -0000086049 00000 n -0000086160 00000 n -0000086253 00000 n -0000086346 00000 n -0000086614 00000 n -0000086701 00000 n -0000086788 00000 n -0000086847 00000 n -0000086906 00000 n -0000086965 00000 n -0000087024 00000 n -0000087083 00000 n -0000087142 00000 n -0000087201 00000 n -0000087260 00000 n -0000087319 00000 n -0000087483 00000 n -0000088527 00000 n -0000088618 00000 n -0000088907 00000 n -0000090355 00000 n -0000101140 00000 n -0000101304 00000 n -0000102160 00000 n -0000102252 00000 n -0000102541 00000 n -0000103793 00000 n -0000112701 00000 n -0000112864 00000 n -0000114413 00000 n -0000114503 00000 n -0000114788 00000 n -0000116724 00000 n -0000131100 00000 n -0000131276 00000 n -0000132708 00000 n -0000132799 00000 n -0000133047 00000 n -0000135681 00000 n -0000151154 00000 n -0000151330 00000 n -0000151751 00000 n -0000151840 00000 n -0000152088 00000 n -0000153119 00000 n -0000156294 00000 n -0000156459 00000 n -0000157008 00000 n -0000157097 00000 n -0000157389 00000 n -0000158356 00000 n -0000164222 00000 n -0000164387 00000 n -0000164654 00000 n -0000164740 00000 n -0000165024 00000 n -0000165794 00000 n -0000170624 00000 n -0000170662 00000 n -0000170700 00000 n -0000171059 00000 n -0000171482 00000 n -0000171536 00000 n -0000171590 00000 n -0000171645 00000 n -0000171699 00000 n -0000171754 00000 n -0000171809 00000 n -0000171863 00000 n -0000171917 00000 n -0000171970 00000 n -0000172023 00000 n -0000172077 00000 n -0000172131 00000 n -0000172185 00000 n -0000172238 00000 n -0000172293 00000 n -0000172348 00000 n -0000172403 00000 n -0000172458 00000 n -0000172513 00000 n -0000172567 00000 n -0000172622 00000 n -0000172677 00000 n -0000172858 00000 n -0000173040 00000 n -0000173443 00000 n -0000178069 00000 n -0000178252 00000 n -0000178629 00000 n -0000183980 00000 n -0000184177 00000 n -0000184374 00000 n -0000184571 00000 n -0000184754 00000 n -0000185173 00000 n -0000190670 00000 n -0000190852 00000 n -0000191157 00000 n -0000191339 00000 n -0000191733 00000 n -0000196761 00000 n -0000197090 00000 n -0000201697 00000 n -0000202044 00000 n -0000207047 00000 n -0000207229 00000 n -0000207413 00000 n -0000207597 00000 n -0000207779 00000 n -0000208199 00000 n -0000212966 00000 n -0000213269 00000 n -0000213629 00000 n -0000215037 00000 n -0000215219 00000 n -0000215402 00000 n -0000215752 00000 n -0000216508 00000 n -0000216625 00000 n -0000217711 00000 n +0000082121 00000 n +0000082226 00000 n +0000082312 00000 n +0000082407 00000 n +0000082721 00000 n +0000082812 00000 n +0000082990 00000 n +0000083085 00000 n +0000083235 00000 n +0000083351 00000 n +0000083463 00000 n +0000083575 00000 n +0000083728 00000 n +0000083818 00000 n +0000083994 00000 n +0000084170 00000 n +0000084346 00000 n +0000084522 00000 n +0000084679 00000 n +0000084765 00000 n +0000084871 00000 n +0000084966 00000 n +0000085052 00000 n +0000085146 00000 n +0000085232 00000 n +0000085326 00000 n +0000085412 00000 n +0000085506 00000 n +0000085592 00000 n +0000085686 00000 n +0000085831 00000 n +0000086008 00000 n +0000086116 00000 n +0000086206 00000 n +0000086302 00000 n +0000086451 00000 n +0000086600 00000 n +0000086746 00000 n +0000086892 00000 n +0000087038 00000 n +0000087187 00000 n +0000087332 00000 n +0000087473 00000 n +0000087618 00000 n +0000087729 00000 n +0000087822 00000 n +0000087915 00000 n +0000088183 00000 n +0000088270 00000 n +0000088357 00000 n +0000088416 00000 n +0000088475 00000 n +0000088534 00000 n +0000088593 00000 n +0000088652 00000 n +0000088711 00000 n +0000088770 00000 n +0000088829 00000 n +0000088888 00000 n +0000089052 00000 n +0000090096 00000 n +0000090187 00000 n +0000090476 00000 n +0000091924 00000 n +0000102709 00000 n +0000102873 00000 n +0000103729 00000 n +0000103821 00000 n +0000104110 00000 n +0000105362 00000 n +0000114270 00000 n +0000114433 00000 n +0000116012 00000 n +0000116103 00000 n +0000116388 00000 n +0000118356 00000 n +0000132951 00000 n +0000133127 00000 n +0000134535 00000 n +0000134626 00000 n +0000134874 00000 n +0000137462 00000 n +0000152613 00000 n +0000152789 00000 n +0000153210 00000 n +0000153299 00000 n +0000153547 00000 n +0000154578 00000 n +0000157753 00000 n +0000157918 00000 n +0000158467 00000 n +0000158556 00000 n +0000158848 00000 n +0000159815 00000 n +0000165681 00000 n +0000165846 00000 n +0000166113 00000 n +0000166199 00000 n +0000166483 00000 n +0000167253 00000 n +0000172083 00000 n +0000172121 00000 n +0000172159 00000 n +0000172518 00000 n +0000172941 00000 n +0000172995 00000 n +0000173049 00000 n +0000173104 00000 n +0000173158 00000 n +0000173213 00000 n +0000173268 00000 n +0000173322 00000 n +0000173376 00000 n +0000173429 00000 n +0000173482 00000 n +0000173536 00000 n +0000173590 00000 n +0000173644 00000 n +0000173697 00000 n +0000173752 00000 n +0000173807 00000 n +0000173862 00000 n +0000173917 00000 n +0000173972 00000 n +0000174026 00000 n +0000174081 00000 n +0000174136 00000 n +0000174317 00000 n +0000174499 00000 n +0000174902 00000 n +0000179528 00000 n +0000179711 00000 n +0000180088 00000 n +0000185439 00000 n +0000185636 00000 n +0000185833 00000 n +0000186030 00000 n +0000186213 00000 n +0000186632 00000 n +0000192129 00000 n +0000192311 00000 n +0000192616 00000 n +0000192798 00000 n +0000193192 00000 n +0000198220 00000 n +0000198549 00000 n +0000203156 00000 n +0000203503 00000 n +0000208506 00000 n +0000208688 00000 n +0000208872 00000 n +0000209056 00000 n +0000209238 00000 n +0000209658 00000 n +0000214425 00000 n +0000214730 00000 n +0000215090 00000 n +0000216774 00000 n +0000216956 00000 n +0000217139 00000 n +0000217489 00000 n +0000218245 00000 n +0000218362 00000 n +0000219448 00000 n trailer << - /Size 736 - /Root 735 0 R - /Info 733 0 R - /ID [(cXW8wREOWRkO10vFUG1t5A==) (cXW8wREOWRkO10vFUG1t5A==)] + /Size 751 + /Root 750 0 R + /Info 748 0 R + /ID [(E9WIvrSjB8L4mJueniRy1A==) (E9WIvrSjB8L4mJueniRy1A==)] >> startxref -218041 +219778 %%EOF \ No newline at end of file diff --git a/Notes/notes.typ b/Notes/notes.typ index 554f742..8b7ea26 100644 --- a/Notes/notes.typ +++ b/Notes/notes.typ @@ -503,8 +503,12 @@ Pas de retransmissions. #pad(left: 1cm)[ - Voir la strucutre du projet en amont - Implémentation des codes ldpc (avec un peu toutes les méthodes possible pour faire des test etc) - - Implémentation avec $H$ aléatoire (donc G assez dense et $O(n^2)$) - - Implémenter le "repeat-accumulate" (RA) + - Encodage Implémentation avec $H$ aléatoire faire Gausse-Jordan pour trouver $G$ et $s = u G$ + - Decodage par bit-flipping + - --- + - Decodage sum product + - Hashmap pour ne pas avoir à recalculer $G$ pour toutes les longueurs de message. (à $H$ fixé) + - Implémenter le "repeat-accumulate" (RA) compliqué - Et faire un export pour visualiser les matrice et le graphe dans un fichier typst par exemple ou autre - Implementation en rust https://github.com/daniestevez/ldpc-toolbox (lire le code pour voir) - Voir SIMD (`std::simd`) pour le calcul de LLR sur plusieur bits en même temps.