Is there any way to add custom constraint without losing(or re-implement by copy-and-paste) vrp-pragmatic features? #151
-
Sometimes I want to add custom constraint to solver. I can implement it by Feature trait. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I would say, until now, the focus was mostly on CLI usage, not as library. I have to admit this is a miss from my side. I will try to prioritize the extensibility of crates as my next task (it seems as interesting architectural exercise). |
Beta Was this translation helpful? Give feedback.
Hi, I would say, until now, the focus was mostly on CLI usage, not as library. I have to admit this is a miss from my side. I will try to prioritize the extensibility of crates as my next task (it seems as interesting architectural exercise).
I was thinking also to expose python interface for extension, but seems this will require quite of work even with help of PYO3.