refactor(engine): remove legacy nesting engine surface

This commit is contained in:
aj
2026-09-22 14:25:46 -04:00
parent 98c4929d14
commit e65f849c7a
30 changed files with 184 additions and 1119 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace OpenNest.Engine.Fill
{
/// <summary>
/// Ranks fill results by count first, then density.
/// This is the original scoring logic used by DefaultNestEngine.
/// This is the original scoring logic used by the Default plate filler.
/// </summary>
public class DefaultFillComparer : IFillComparer
{