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

[FEATURE] Change TSP graph type constraints to interface type. #68

Open
Kemsekov opened this issue Oct 2, 2022 · 0 comments
Open

[FEATURE] Change TSP graph type constraints to interface type. #68

Kemsekov opened this issue Oct 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Kemsekov
Copy link

Kemsekov commented Oct 2, 2022

It would be cool if we could change

 where TGraph : BidirectionalGraph<TVertex, TEdge>

constraint in TSP.cs
to just interface

 where TGraph : IBidirectionalGraph<TVertex, TEdge>

Because I have my own IBidirectionalGraph implementation and simply cannot use TSP with it.

@Kemsekov Kemsekov added the enhancement New feature or request label Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants