Cyclic ordering (#13578)

Co-authored-by: Ian Bassi <ian.bassi@outlook.com>
This commit is contained in:
Maksym Pyrozhok
2026-07-27 19:52:29 -03:00
committed by GitHub
co-authored by Ian Bassi
parent 47ccca7f72
commit ef7bfeda9c
11 changed files with 897 additions and 11 deletions
+2
View File
@@ -214,6 +214,8 @@ enum class PrintOrder
{
Default,
AsObjectList,
BestOfStrategies, // run all custom strategies, pick the shortest total path
Snake, // snake-like row traversal (back-and-forth) + 2-opt
Count,
};