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

Test failure in OsiClpSolverInterfaceTest.cpp #52

Closed
svigerske opened this issue Mar 2, 2019 · 1 comment
Closed

Test failure in OsiClpSolverInterfaceTest.cpp #52

svigerske opened this issue Mar 2, 2019 · 1 comment

Comments

@svigerske
Copy link
Member

Issue created by migration from Trac.

Original creator: dorban

Original creation time: 2011-12-12 17:08:28

Assignee: somebody

Version: 1.0

In version 1.14 from svn, make test fails at line 598 of OsiClpSolverInterfaceTest.cpp. I seem to have fixed the test by changing line 598 from

for (uint i = 0 ; i < 8 ; i++) {

to

for (uint64_t i = 0 ; i < 8 ; i++) {
@svigerske
Copy link
Member Author

Comment by @svigerske created at 2013-04-09 19:04:53

0ab697f changed uint to int to avoid compilation problems with MS compilers.

I think any int, unsigned or not, is fine here.

Ticket can be closed.

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