wasabee-project / Wasabee-IITC

ENL DrawTools and Op Management
Apache License 2.0
30 stars 21 forks source link

Autodraw: Flip flop #288

Closed le-jeu closed 2 years ago

le-jeu commented 2 years ago

Proposal for the flip flop #36 #37 auto draw The main point is to throw link by decreasing distance and re-throw from other portals if possible.

Currently, the first part is fairly easy but is greedy, so it may fail on edge cases (on flat configuration). Finding other anchors depends on the first part and those two phases are not coupled so in most cases, very few will be found. Odds are good when the density around the anchor is high.

image

cloudkucooland commented 2 years ago

Lots of stuff going in this; it reads fine at first glance.