Vicky Vergara

Results 65 issues of Vicky Vergara

# Problems ## Algorithm works for undirected graph only From [boost](https://www.boost.org/doc/libs/1_78_0/libs/graph/doc/maximum_matching.html) > Both edmonds_maximum_cardinality_matching and checked_edmonds_maximum_cardinality_matching find the maximum cardinality matching in any undirected graph. I tried the [example](https://www.boost.org/doc/libs/1_79_0/libs/graph/example/matching_example.cpp) with...

Bug Report
Flow

From #2341 The following tasks need to be done: * [ ] doc * updating documentation and migration * Remove from migration as it should happen during V3 * [...

Flow

I can imagine that the with points functions are used with points that come from a front end and not necessarily from a points of interest table. This function would...

Functionality Request

### Discussed in https://github.com/pgRouting/pgrouting/discussions/2299 Originally posted by **cvvergara** May 16, 2022 I am reviewing the [advanced topics](https://docs.pgrouting.org/3.3/en/pgRouting-concepts.html#advanced-topics) of pgRouting's concepts documentation. I was originally written more than 10 years ago,...

Documentation

Currently the doxygen (developers documentation) is not been updated automatically on gh-pages. https://github.com/pgRouting/pgrouting/blob/develop/.github/workflows/locale-and-website.yml#L98 * For branch master only * build/doxygen/html/ to doxygen

Developers Doc.
CI

The documentation has this section ``` Tutorial Getting started Routing Topology for an overview of a topology for routing algorithms. Graph Analytics for an overview of the analysis of a...

Documentation
Developers Doc.

Write the developers documentation of the following files https://github.com/pgRouting/pgrouting/blob/develop/src/common/get_check_data.c https://github.com/pgRouting/pgrouting/blob/develop/include/c_common/get_check_data.h We use Doxygen to generate the documentation http://www.stack.nl/~dimitri/doxygen/

Developers Doc.
good first issue
C/C++

Write the developers documentation of the following files https://github.com/pgRouting/pgrouting/blob/develop/src/common/points_input.c https://github.com/pgRouting/pgrouting/blob/develop/include/c_common/points_input.h We use Doxygen to generate the documentation http://www.stack.nl/~dimitri/doxygen/

Developers Doc.
good first issue
C/C++

The discussion of pgr_nodeNetwork for version 2.2 I would be nice a complete revision of `pgr_nodeNetwork` Related Issues: #330 pgr_nodeNetwork, add where clause #280 pgr_nodeNetwork does not correctly split line...

Discussion
nodeNetwork

Allow the user to node only a particular section of the edge-table.

nodeNetwork
Enhancement