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

Enable ports with the same name in different switches #17

Open
ACassimiro opened this issue Jul 8, 2021 · 0 comments
Open

Enable ports with the same name in different switches #17

ACassimiro opened this issue Jul 8, 2021 · 0 comments

Comments

@ACassimiro
Copy link
Owner

TSNsched uses the name of the port to specify some variables to the SMT solver. The solver does not care about the structure of the ports or switches, and if two ports have the same name, there will be multiple variables representing different elements of the network to the solver with the same name as well.

Until this get fixed, please, use unique name to all ports, or do not specify the name of the port at all.

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

No branches or pull requests

1 participant