M = 8, K = 1, Q = 4ΒΆ

M=8_K=1_Q=4_minh=2_ineq=4.txt is available here.

# minimum Hamming distance = 2
# activation inequality = 4
# active indices
a = [[0], [2], [5], [7]]
# activation tensor
A = [[[1], [0], [0], [0], [0], [0], [0], [0]], [[0], [0], [1], [0], [0], [0], [0], [0]], [[0], [0], [0], [0], [0], [1], [0], [0]], [[0], [0], [0], [0], [0], [0], [0], [1]]]
# vector representation
[[1, 0, 0, 0, 0, 0, 0, 0],
 [0, 0, 1, 0, 0, 0, 0, 0],
 [0, 0, 0, 0, 0, 1, 0, 0],
 [0, 0, 0, 0, 0, 0, 0, 1]]