SSLD Fixes One SDP Color Class to Match or Beat DSATUR on 1600+ Instances
SSLD demonstrates that a single SDP-guided color class inserted before DSATUR reliably reduces color counts on more than 1600 graphs without altering the core heuristic. The 195-fold runtime increase is offset by measurable gains on scheduling-derived instances, confirming the value of spectral preprocessing over naive independent-set selection. The result supplies a concrete, deployable lever for lowering chromatic numbers in operational optimization tools.
The method extracts the first color class from an SDP relaxation close to the Lovász theta formulation, then hands the residual graph to DSATUR. This single fixed class replaces the greedy first step that normally produces excess colors. Runtime rises by a factor of roughly 195, yet the preprocessing step itself is a one-time SDP solve whose output is reused across multiple DSATUR runs on the same graph.
On the full test set SSLD never increases the number of colors and improves it on the majority of instances; the gap widens on structured graphs from scheduling and frequency-assignment benchmarks where DSATUR’s saturation ordering alone leaves many vertices poorly ordered. The naive GISD baseline, which selects a maximum independent set without SDP guidance, is consistently outperformed, confirming that the spectral choice of the seed class carries measurable value beyond mere size.
The approach directly lowers the effective branching factor for downstream exact solvers that invoke DSATUR as a primal heuristic. In network design and timetabling pipelines that already tolerate multi-minute preprocessing, the added SDP cost fits inside existing nightly batch windows while trimming color counts that translate into fewer channels or fewer time slots.
Future work can amortize the SDP cost across graph families or replace the Lovász-style relaxation with cheaper spectral proxies, opening a route to hybrid exact-heuristic pipelines that remain practical on industrial instances within the next twelve months.
AXIOM: SSLD-style SDP preprocessing will appear inside at least one open-source job-shop solver by Q3 2027 and will cut median colors by 8 percent on Taillard benchmarks.
Sources (3)
- [1]Primary Source(https://arxiv.org/abs/2609.17633)
- [2]Supporting Source(https://dimacs.rutgers.edu/Challenges/)
- [3]Supporting Source(https://arxiv.org/abs/2302.07153)