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

Reduced costs #12

Open
HildebrandoBarros opened this issue Jun 4, 2018 · 1 comment
Open

Reduced costs #12

HildebrandoBarros opened this issue Jun 4, 2018 · 1 comment

Comments

@HildebrandoBarros
Copy link

Hi Tomas,

First of all thank you to share this implementation. This had been really useful. One question: Is it possible to access the reduce costs from your implementation?

@gatagat
Copy link
Owner

gatagat commented Jun 5, 2018

This is not implemented at the moment. Having the dual variables u, v would be enough as the reduced_cost_ij = cost_ij - u_i - v_j, but i do not return u, v. Returning v would be a small change but one would also have to explicitly construct u, which is not the case now. If you find a way, let me know.

gatagat pushed a commit that referenced this issue Nov 29, 2024
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

2 participants