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

Dilation operation explores graph without valid upper bound #31

Open
dbahrdt opened this issue Nov 21, 2019 · 0 comments
Open

Dilation operation explores graph without valid upper bound #31

dbahrdt opened this issue Nov 21, 2019 · 0 comments

Comments

@dbahrdt
Copy link
Member

dbahrdt commented Nov 21, 2019

In order to support the dilation operation we simply explore the neighborhood graph. However we need to have a valid upper bound up to which distance we need to explore the neighborhood in the graph. In the triangulation this is easier (dt is a geometric spanner, problem: constrained edges).
Additionally we don't calculate the distance correctly but use various kinds of approximations.

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

No branches or pull requests

1 participant