cc-routing / routing-sara

Seznam Advanced Routing Algorithm
1 stars 2 forks source link

Implement Graph.copy #4

Closed blahami2 closed 8 years ago

blahami2 commented 8 years ago

Deep copy

blahami2 commented 8 years ago

Should support defensive programming style - do not change input parameters, create a local copy and work on it.

This will affect the memory consumption (negatively) as well as performance (not as much)!

blahami2 commented 8 years ago

SaraNode - how to copy Cell (parent)?

blahami2 commented 8 years ago