WFA-JS/test/tests.json

29 lines
524 B
JSON
Raw Permalink Normal View History

2024-05-28 19:40:16 +00:00
{
"p0": {
"penalties": {
"m": 0,
"x": 1,
"o": 2,
"e": 1
},
2024-10-24 18:07:10 +00:00
"solutions": "test_affine_p0_sol"
2024-05-28 19:40:16 +00:00
},
"p1": {
"penalties": {
"m": 0,
"x": 3,
"o": 1,
"e": 4
},
2024-10-24 18:07:10 +00:00
"solutions": "test_affine_p1_sol"
2024-05-28 19:40:16 +00:00
},
"p2": {
"penalties": {
"m": 0,
"x": 5,
"o": 3,
"e": 2
},
2024-10-24 18:07:10 +00:00
"solutions": "test_affine_p2_sol"
2024-05-28 19:40:16 +00:00
}
}