M = 12, K = 2, Q = 2ΒΆ

M=12_K=2_Q=2_minh=4_ineq=5.txt is available here.

# minimum Hamming distance = 4
# activation inequality = 5
# active indices
a = [[0, 1], [10, 11]]
# activation tensor
A = [[[1, 0], [0, 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], [0, 0], [0, 0], [0, 0], [1, 0], [0, 1]]]
# vector representation
[[1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1]]