Commit c93ab56
add VC and VertexCover as aliases for DecisionMinimumVertexCover
Closes #1050 — users can now refer to the decision vertex cover problem
as "VC", "VertexCover", or "DMVC" (legacy). The internal registered name
remains DecisionMinimumVertexCover to avoid breaking the proc macro name
extraction in #[reduction].
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ed02dde commit c93ab56
3 files changed
Lines changed: 4 additions & 2 deletions
File tree
- problemreductions-cli/src
- src
- models/graph
- unit_tests/registry
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
| 314 | + | |
313 | 315 | | |
314 | 316 | | |
315 | 317 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments