Refactor ElkSharp routing sources into partial modules

This commit is contained in:
master
2026-03-28 11:56:35 +02:00
parent 7be4e855d6
commit 7057819f4d
34 changed files with 33377 additions and 21402 deletions

View File

@@ -85,7 +85,7 @@ public sealed record EdgeRefinementOptions
public sealed record IterativeRoutingOptions
{
public bool? Enabled { get; init; }
public int MaxAdaptationsPerStrategy { get; init; } = 10;
public int MaxAdaptationsPerStrategy { get; init; } = 100;
public int RequiredValidSolutions { get; init; } = 10;
}