Skip to content

Conversation

@shobhit162
Copy link
Member

@shobhit162 shobhit162 commented Jul 28, 2022

Changes proposed in this pull request:

  • Initial tries for solving graph type error
  • Graph type is solved but need to change a lot of code yet.

#pragma once

/* TODO remove unnecessary includes */
#include <boost/config.hpp>
Copy link
Member

Choose a reason for hiding this comment

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

first add this line

pgrouting::UndirectedGraph undigraph(gType);
undigraph.insert_edges(data_edges, total_edges);

// auto results = cuthillMckeeOrdering(undigraph, start_vid); // might cause error bcz of type
Copy link
Member

Choose a reason for hiding this comment

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

Is this how you tell the compiler to not use this code?

Copy link
Member Author

Choose a reason for hiding this comment

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

Will keep this in mind

@shobhit162 shobhit162 added the shobhit-2022 Done by Shobhit Chaurasia label Jul 29, 2022
@shobhit162 shobhit162 marked this pull request as ready for review July 31, 2022 18:37
@shobhit162 shobhit162 merged commit 9eaba2d into pgRouting:shobhit-2022 Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

shobhit-2022 Done by Shobhit Chaurasia

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants