We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the pick Deliver functions, we have both the signatures - to take timestamps as input, and to take plain integers as input.
The function for the plain integers is suffixed with "raw". Changing it to "plain" would be more relevant.
Sample Links: https://github.com/pgRouting/vrprouting/blob/develop/src/pickDeliver/pickDeliver.c#L64 https://github.com/pgRouting/vrprouting/blob/develop/src/pickDeliver/pickDeliver.c#L97 https://github.com/pgRouting/vrprouting/blob/develop/src/pickDeliver/pickDeliver.c#L246 https://github.com/pgRouting/vrprouting/blob/develop/src/pickDeliver/pickDeliver.c#L352
The text was updated successfully, but these errors were encountered:
Right, specially for the SQL functions :-)
Sorry, something went wrong.
No branches or pull requests
In the pick Deliver functions, we have both the signatures - to take timestamps as input, and to take plain integers as input.
The function for the plain integers is suffixed with "raw". Changing it to "plain" would be more relevant.
Sample Links:
https://github.com/pgRouting/vrprouting/blob/develop/src/pickDeliver/pickDeliver.c#L64
https://github.com/pgRouting/vrprouting/blob/develop/src/pickDeliver/pickDeliver.c#L97
https://github.com/pgRouting/vrprouting/blob/develop/src/pickDeliver/pickDeliver.c#L246
https://github.com/pgRouting/vrprouting/blob/develop/src/pickDeliver/pickDeliver.c#L352
The text was updated successfully, but these errors were encountered: