| { | |
| "task_name": "graph_isomorphism", | |
| "task_number": "07", | |
| "directory": "task_07_graph_isomorphism", | |
| "difficulties": { | |
| "easy": { | |
| "nodes": 5, | |
| "distortion": 0.3 | |
| }, | |
| "medium": { | |
| "nodes": 8, | |
| "distortion": 0.6 | |
| }, | |
| "hard": { | |
| "nodes": 12, | |
| "distortion": 0.9 | |
| } | |
| }, | |
| "count_per_difficulty": 200 | |
| } | |