Renamed Engine2 to EnhancedBestFitEngine

This commit is contained in:
AJ
2023-03-01 21:59:24 -05:00
parent 2ce685bb83
commit d3ab49a7d2
3 changed files with 8 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ namespace SawCut.Nesting
foreach (var bin in bins)
{
var e = new Engine2();
var e = new BestFitWithImproveAttempt();
e.MaxBinCount = bin.Quantity;
e.StockLength = bin.Length;
e.Spacing = Spacing;