M = 18, K = 1, Q = 2ΒΆ
M=18_K=1_Q=2_minh=2_ineq=3.txt is available here.
# minimum Hamming distance = 2
# activation inequality = 3
# active indices
a = [[0], [17]]
# activation tensor
A = [[[1], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], [[0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [0], [1]]]
# vector representation
[[1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]]