InternBootcamp/examples/pipelines/autogen_configs/Cthreebasestations_test.json
2025-05-30 14:05:33 +08:00

26 lines
No EOL
421 B
JSON

[
{
"n_min": 1,
"n_max": 1000,
"min_x": 10000000,
"max_x": 2000000000
},
{
"n_min": 1,
"n_max": 100000,
"min_x": 1,
"max_x": 2000000000
},
{
"n_min": 10000,
"n_max": 100000,
"min_x": 1,
"max_x": 1000
},
{
"n_min": 1,
"n_max": 1000,
"min_x": 1,
"max_x": 1000
}
]