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

Find required bandwidth and latency defaults for requests #99

Open
sajith opened this issue Mar 3, 2023 · 0 comments
Open

Find required bandwidth and latency defaults for requests #99

sajith opened this issue Mar 3, 2023 · 0 comments
Assignees
Labels

Comments

@sajith
Copy link
Member

sajith commented Mar 3, 2023

We have connection requests of this form:

class ConnectionRequest:
    source: int
    destination: int
    required_bandwidth: float
    required_latency: float

What are some good defaults for required_bandwidth and required_latency when they are not specified? They can't be 0 because the solver will then be unable to find a solution. The defaults would be also a function of topology, size, and link latency profile, so it probably is not good enough for required_bandwidth to be an arbitrarily small number and required_latency to be an arbitrarily large number. It looks like finding some good defaults will need some consideration.

@sajith sajith added the epic_pce label Mar 3, 2023
@YufengXin YufengXin self-assigned this Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants