Skip to content
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

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

Aniket-debug
Copy link
Contributor

Week one report

@pgRouting/admins

@Aniket-debug Aniket-debug changed the title understanding the working of pgr_ksp added some comments GSoC 2023: Aniket Week 1 Jun 5, 2023
@Aniket-debug Aniket-debug changed the title GSoC 2023: Aniket Week 1 GSoC 2023: Aniket Agarwal Week 1 Jun 5, 2023
@Aniket-debug Aniket-debug merged commit a090974 into pgRouting:Aniket-2023 Jun 5, 2023
@@ -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
Copy link
Member

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

Copy link
Contributor Author

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First define user

Copy link
Member

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

Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants