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

algorithm for degenerate inputs #4

Open
abegehr opened this issue Jun 22, 2018 · 1 comment
Open

algorithm for degenerate inputs #4

abegehr opened this issue Jun 22, 2018 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@abegehr
Copy link
Owner

abegehr commented Jun 22, 2018

extend backend algorithm to solve degenerate inputs: multiple possible critical events with same epsilon

@abegehr abegehr added bug Something isn't working enhancement New feature or request labels Jun 22, 2018
@abegehr
Copy link
Owner Author

abegehr commented Jun 23, 2018

  1. construct reachability graph with all paths through height-map using decision alg. incl. critical events of given critical epsilon
  2. search graph for best way
    -> if one best solution is identified, traverse further
    -> if not, use recursion and go deeper to find unequal slopes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant