| { | |
| "instance_id": "assignment_large_s42", | |
| "problem_type": "assignment", | |
| "size": "large", | |
| "seed": 42, | |
| "label": "Assignment (large)", | |
| "features": { | |
| "general": { | |
| "n_variables": 196, | |
| "n_constraints": 28, | |
| "pct_binary": 1.0, | |
| "pct_integer": 1.0, | |
| "sparsity": 0.0714, | |
| "coefficient_range": 100.0, | |
| "constraint_tightness": 0.5 | |
| }, | |
| "graph": { | |
| "graph_density": 1.0, | |
| "clustering_coefficient": 0.0, | |
| "avg_degree": 14, | |
| "connected_components": 1, | |
| "treewidth_approx": 14 | |
| }, | |
| "problem": { | |
| "n_machines": 14, | |
| "n_jobs": 14, | |
| "capacity_utilization": 0.0, | |
| "customer_clustering": 0.0, | |
| "demand_variance": 0.0, | |
| "time_window_tightness": 0.0 | |
| } | |
| }, | |
| "feature_vector": [ | |
| 0.196, | |
| 0.056, | |
| 1.0, | |
| 1.0, | |
| 0.0714, | |
| 1.0, | |
| 0.5, | |
| 1.0, | |
| 0.0, | |
| 0.7, | |
| 0.1, | |
| 0.28, | |
| 0.28, | |
| 0.14, | |
| 0.0, | |
| 0.0, | |
| 0.0, | |
| 0.0 | |
| ], | |
| "prediction": { | |
| "recommended_solver": "cp_sat", | |
| "recommended_config": { | |
| "time_limit_sec": 20, | |
| "num_search_workers": 4, | |
| "presolve": true, | |
| "search_branching": "automatic", | |
| "heuristic_frequency": 0.5 | |
| }, | |
| "confidence": 0.693, | |
| "predicted_runtime_sec": 0.658, | |
| "predicted_gap_pct": 3.125, | |
| "feasible_probability": 0.92, | |
| "rationale": "Assignment (large): 196 variables, 28 constraints | Structure: binary=100%, integer=100%, tightness=0.50 | Top pick: OR-Tools CP-SAT (score=1.353, pred gap=3.1%, feasible=92%) | Runner-up: MiniZinc (\u0394=0.079)", | |
| "rankings": [ | |
| { | |
| "solver_id": "cp_sat", | |
| "score": 1.3534, | |
| "predicted_runtime_sec": 0.658, | |
| "predicted_gap_pct": 3.125, | |
| "feasible_probability": 0.92, | |
| "config": { | |
| "time_limit_sec": 20, | |
| "num_search_workers": 4, | |
| "presolve": true, | |
| "search_branching": "automatic", | |
| "heuristic_frequency": 0.5 | |
| } | |
| }, | |
| { | |
| "solver_id": "minizinc", | |
| "score": 1.2747, | |
| "predicted_runtime_sec": 0.94, | |
| "predicted_gap_pct": 3.5, | |
| "feasible_probability": 0.88, | |
| "config": { | |
| "time_limit_sec": 20, | |
| "solver": "chuffed", | |
| "neighborhood_size": 12 | |
| } | |
| }, | |
| { | |
| "solver_id": "alns", | |
| "score": 1.0758, | |
| "predicted_runtime_sec": 0.714, | |
| "predicted_gap_pct": 4.375, | |
| "feasible_probability": 0.89, | |
| "config": { | |
| "time_limit_sec": 20, | |
| "neighborhood_size": 24, | |
| "destroy_pct": 0.3, | |
| "initial_solution": "greedy" | |
| } | |
| }, | |
| { | |
| "solver_id": "gurobi", | |
| "score": 1.0668, | |
| "predicted_runtime_sec": 0.564, | |
| "predicted_gap_pct": 1.5, | |
| "feasible_probability": 0.94, | |
| "config": { | |
| "time_limit_sec": 20, | |
| "Presolve": 2, | |
| "MIPFocus": 1, | |
| "Heuristics": 0.25, | |
| "Threads": 4 | |
| } | |
| }, | |
| { | |
| "solver_id": "scip", | |
| "score": 0.9617, | |
| "predicted_runtime_sec": 0.902, | |
| "predicted_gap_pct": 2.5, | |
| "feasible_probability": 0.91, | |
| "config": { | |
| "time_limit_sec": 20, | |
| "presolving": true, | |
| "separating": true, | |
| "heuristics": true, | |
| "threads": 4 | |
| } | |
| }, | |
| { | |
| "solver_id": "highs", | |
| "score": 0.8806, | |
| "predicted_runtime_sec": 0.789, | |
| "predicted_gap_pct": 2.25, | |
| "feasible_probability": 0.9, | |
| "config": { | |
| "time_limit_sec": 20, | |
| "presolve": "on", | |
| "threads": 4, | |
| "mip_rel_gap": 0.01, | |
| "cut_strategy": "aggressive" | |
| } | |
| }, | |
| { | |
| "solver_id": "cbc", | |
| "score": 0.8148, | |
| "predicted_runtime_sec": 1.034, | |
| "predicted_gap_pct": 4.0, | |
| "feasible_probability": 0.86, | |
| "config": { | |
| "time_limit_sec": 20, | |
| "presolve": "on", | |
| "cuts": "on", | |
| "heuristics": "on", | |
| "threads": 2 | |
| } | |
| }, | |
| { | |
| "solver_id": "glpk", | |
| "score": 0.6494, | |
| "predicted_runtime_sec": 1.165, | |
| "predicted_gap_pct": 5.625, | |
| "feasible_probability": 0.73, | |
| "config": { | |
| "time_limit_sec": 20, | |
| "presolve": true, | |
| "mip_gap": 0.02 | |
| } | |
| } | |
| ] | |
| } | |
| } |