-
Notifications
You must be signed in to change notification settings - Fork 69
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_MIP.py Error #168
Comments
Could you say how you installed Cbc and what version you installed? As for the failure, it's possible that some of the tests are broken. Can you successfully run the example code in the README? I have seen that error before, but I cannot recall exactly what caused it at the moment. |
The code in the README can be conducted without error. |
Ah, I see. So then what is the Python version so I can try to replicate? |
New to cylp, I install cylp by pip and run the file CyLP/cylp/tests/test_MIP.py
But python returns with error:
"
cbcModel.branchAndBound()
AttributeError: 'cylp.cy.CyCbcModel.CyCbcModel' object has no attribute 'branchAndBound'
"
I hope to find a solution for this, thanks so much!
The text was updated successfully, but these errors were encountered: