Advanced coverage with decreasing weight sequences
Configure your decreasing weight sequence m = (m₀, m₁, ..., mₙ)
For every x ∈ Z₃ⁿ × Z₂²ⁿ⁻ⁿ₁:
Σi=0n mᵢ · aᵢ(x) ≥ 1
Where aᵢ(x) = number of words at Hamming distance i from x
Current weights: m = (0.5, 0.5, 0.25, 0.125)
Weighted sum = 1.375
The following system guarantees either:
System S = {
0000,
1100,
0011,
1111
}
| Word x | a₀(x) | a₁(x) | a₂(x) | Σ mᵢ·aᵢ(x) | Status |
|---|
Weighted coverings generalize simple coverings by assigning different importance to different Hamming distances.