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

Rank optimizer yielding incorrect values #68

Closed
cpettitt opened this issue Aug 19, 2013 · 0 comments
Closed

Rank optimizer yielding incorrect values #68

cpettitt opened this issue Aug 19, 2013 · 0 comments
Labels
Milestone

Comments

@cpettitt
Copy link
Collaborator

The current rank optimizer yields incorrect values for this input graph:

digraph { "G"->"C" "H"->"C" "C"->"I" "Q"->"G" "W"->"G" "M"->"H" "I"->"04" "Q"->"J" "05"->"J" "R"->"L" "X"->"M" "11"->"Q" "12"->"W" "18"->"03" "19"->"03" "20"->"11" "21"->"12" "10"->"18" "X"->"19" "23"->"19" "25"->"23" "05"->"25" "24"->"21" }

In this graph, both G and H should be in an earlier rank than C. This is reflected correctly in the rank initializer: H=4, G=8, C=10. However, post optimization, H has a later rank than C: G=-2, H=4, C=0.

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

1 participant