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!
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!