-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
GSoC 2023: Aniket Agarwal Week 1 #290
GSoC 2023: Aniket Agarwal Week 1 #290
Conversation
00ca7ad
to
cd7791d
Compare
@@ -53,7 +53,7 @@ class Pgr_ksp : public Pgr_messages { | |||
m_start(0), | |||
m_end(0), | |||
m_K(0), | |||
m_heap_paths(false) { | |||
m_heap_paths(false) { //! heap is for debuging purpose to check whether the algorithm is running well or not |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a false statement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, so What is the significance of heap_paths from the user's perspective?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First define user
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see the topic about user on the gitter chat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the statement is false, because it is not for debugging purposes. The final user might want everything that was calculated, why who knows, only the final user knows why they need it.
Week one report
@pgRouting/admins