Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

A Nearest Neighbor Query in Time-Dependent Road Networks - MDM #20

Open
wants to merge 86 commits into
base: master
Choose a base branch
from

Conversation

mirlabraga
Copy link
Collaborator

No description provided.

…o da

função das arestas. Concluido Entrada Database.
proposed solution to the problem of the nearest taxi.
Solutions includes unit testing and comparison between class solutions
(with synthetic and real graph).
Long getNodeId(int latitude, int longitude).
chance of the proteced to public. And add method
public Set<Long> getPoiIds() with IDs Pois.
…nt, Edge edge).

checks if a point is in a line.
@@ -0,0 +1,11 @@
# remoto - nuvem arida
Copy link
Contributor

Choose a reason for hiding this comment

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

Acho que este arquivo não deveria aparecer. Não é genérico para o framework.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Arquivo removido


<dependency>
<groupId>postgresql</groupId>
Copy link
Contributor

Choose a reason for hiding this comment

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

evitar as dependências de banco no core.
talvez possamos pensar no projeto graphast-postgres para integração com o postgres e postgis.
uma interface genérica DAO poderia ficar no core.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants