Caruychen / 42Hive-Lem_in

Integrated smart ant colony transport system
2 stars 0 forks source link

Experimental solver #31

Closed Caruychen closed 2 years ago

Caruychen commented 2 years ago

Solver, if this works, now selects the best possible augmentation path (one that splits an existing path). Does this by having nodes store distance to end and distance to start, to compute distances.

Performance improved, rarely has 1 or 2 steps more. Best case seen so far is 11 steps fewer.

crl-n commented 2 years ago

This PR was effectively merged into main as part of #32