| [**Approximation**](src/approximation/algorithms.rs) | - ✓ Local node connectivity (BFS-based)<br>- ✓ Maximum independent set (greedy with neighbor caching)<br>- ✓ Maximum clique (greedy heuristic)<br>- ✓ Clique removal<br>- ✓ Large clique size<br>- ✓ Average clustering coefficient<br>- ✓ Densest subgraph (greedy peeling)<br>- ✓ Diameter lower bound<br>- ✓ Minimum weighted vertex cover (greedy re‑evaluated)<br>- ✓ Minimum maximal matching (greedy)<br>- ✓ Approximate Ramsey R2<br>- ✓ TSP approximations (greedy, simulated annealing, threshold accepting, Christofides placeholder)<br>- ✓ Treewidth decompositions (min degree, min fill-in) | - ☐ Tested<br>- ☐ Benchmarked | Approximations and heuristic methods for NP‑hard problems |
0 commit comments