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

Not doing any assignment for some simple matrices #2

Open
GoogleCodeExporter opened this issue Jun 18, 2015 · 0 comments
Open

Not doing any assignment for some simple matrices #2

GoogleCodeExporter opened this issue Jun 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Use: int r[2*2] =  {2, 0, 1, 0};
2. The assignment matrix is all full of 0's

However, if you do: int r[2*2] =  {1, 0, 2, 0};
The assignment matrix is {1, 0, 0, 1}.

What is the expected output? What do you see instead?
I would expect the assignment matrix {0, 1, 1, 0} for the first cost matrix.

What version of the product are you using? On what operating system?
I'm using the revision r6 and I have tried the code in Ubuntu and OS X and I 
have had the same results.

Original issue reported on code.google.com by mrfab.se...@gmail.com on 19 Dec 2014 at 7:10

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

1 participant