Telecominfraproject / oopt-gnpy

Optical Route Planning Library, Based on a Gaussian Noise Model
http://telecominfraproject.com
BSD 3-Clause "New" or "Revised" License
198 stars 87 forks source link

GNPy adoptes dijkstra algorithm #437

Closed indayara closed 2 years ago

indayara commented 2 years ago

Is your feature request related to a problem? Please describe.

I see that the GNPy adopted the Yang path model for the path computation process. Is it possible to integrate/apply different algorithms for the path computation process?

Thanks in advance. Best regards,

jktjkt commented 2 years ago

Hi, right now this is not possible (but it should be possible to compute the path externally and send back a request which -- effectively -- has the path already set in stone). What is your use case for this feature?

(I'm also moving this to a GitHub discussion because it's not really a bugreport.)