fix-autogen-configs

This commit is contained in:
lilinyang 2025-05-30 14:05:33 +08:00
parent a5b02b547b
commit e5d5e53728
1888 changed files with 0 additions and 139 deletions

View file

@ -0,0 +1,38 @@
[
{
"x1": 5,
"y1": 5,
"x2": 10,
"y2": 10,
"n": 3,
"has_solution": false,
"seed": 2
},
{
"x1": 1,
"y1": 1,
"x2": 2,
"y2": 2,
"n": 2,
"has_solution": false,
"seed": 4
},
{
"x1": 10,
"y1": 20,
"x2": 100,
"y2": 200,
"n": 10,
"has_solution": true,
"seed": 3
},
{
"x1": 0,
"y1": 0,
"x2": 100,
"y2": 100,
"n": 5,
"has_solution": true,
"seed": 1
}
]