Skip to content

Fix stale XML param tags in SAT3_Controller.cs (CS1572/CS1573)#227

Open
wrigjl wants to merge 1 commit into
ReduxISU:CSharpAPIfrom
wrigjl:fix/sat3-controller-param-docs
Open

Fix stale XML param tags in SAT3_Controller.cs (CS1572/CS1573)#227
wrigjl wants to merge 1 commit into
ReduxISU:CSharpAPIfrom
wrigjl:fix/sat3-controller-param-docs

Conversation

@wrigjl
Copy link
Copy Markdown
Collaborator

@wrigjl wrigjl commented May 30, 2026

  • The mapSolution and reverseMappedSolution endpoints in four controllers (SipserReduceToCliqueStandard, KarpIntProgStandard, GareyJohnson, and KarpReduceGRAPHCOLORING) take a single MapSolution parameter, but their XML doc comments still referenced the old three-parameter signature (problemFrom, problemTo, problemFromSolution/problemToSolution).
  • Replaced the three stale <param> tags on each affected method with a single correct <param name="mapSolution"> tag.
  • Clears 17 CS1572/CS1573 build warnings with no logic changes.

mapSolution and reverseMappedSolution endpoints take a single MapSolution
parameter, but doc comments still referenced the old three-param signature
(problemFrom, problemTo, problemFromSolution/problemToSolution). Fixes 17
CS1572/CS1573 build warnings across four controllers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@wrigjl wrigjl force-pushed the fix/sat3-controller-param-docs branch from 07b35d0 to d9f371c Compare May 31, 2026 00:47
@wrigjl wrigjl added the low-risk Merging this diff carries little risk (documentation fixes, comment fixes, etc.). label May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

low-risk Merging this diff carries little risk (documentation fixes, comment fixes, etc.).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant