MathConstraint-Easy / instances /all_interval_n4__v11_nh.json
MathConstraint's picture
Upload folder using huggingface_hub
a9e7957 verified
{
"name": "all_interval_n4__v11_nh",
"problem_type": "all_interval",
"params": {
"n": 4
},
"prompt": "Find an all-interval series of size 4. This is a permutation of 0 to 3 such that the absolute differences between consecutive elements are also a permutation of 1 to 3.\n\nReturn a list of 4 integers forming a valid permutation, or state \"UNSATISFIABLE\" if no solution exists.",
"satisfiable": true,
"solution": {
"x": [
0,
3,
1,
2
],
"d": [
3,
2,
1
]
},
"difficulty": {
"solve_time_ms": 968.5,
"search_space": 24,
"num_variables": 7,
"num_constraints": 7,
"num_edges": -1,
"backend": "pycsp",
"solve_tier": "medium",
"solve_pct_global": 65.98,
"solve_pct_type": 20.83
},
"partial_assignment": null
}