feat: add PairCandidate, BestFitResult, and IBestFitStrategy for best-fit pair finding

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 11:42:43 -05:00
parent b030de77a8
commit 86fee08670
4 changed files with 69 additions and 0 deletions

View File

@@ -37,6 +37,9 @@
</ItemGroup>
<ItemGroup>
<Compile Include="BestCombination.cs" />
<Compile Include="BestFit\PairCandidate.cs" />
<Compile Include="BestFit\BestFitResult.cs" />
<Compile Include="BestFit\IBestFitStrategy.cs" />
<Compile Include="CirclePacking\Bin.cs" />
<Compile Include="CirclePacking\FillEndEven.cs" />
<Compile Include="CirclePacking\FillEndOdd.cs" />