removed coinor-cbc again and hopefully fixed glpk

This commit is contained in:
Stuart Mitchell
2015-03-17 00:26:02 +13:00
parent 6f5040f2df
commit fe98fd4243
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ python:
- "pypy"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq glpk coinor-cbc
- sudo apt-get install -qq glpk
#- pip install glpk
#- sudo apt-get install coinor-cbc
# command to install dependencies

View File

@@ -246,8 +246,7 @@ def pulpTest019(solver):
prob += -y+z == 7, "c3"
prob += w >= 0, "c4"
print("\t Testing LpAffineExpression divide")
pulpTestCheck(prob, solver, [LpStatusOptimal], {x:4, y:-1, z:6, w:0},
use_mps=False)
pulpTestCheck(prob, solver, [LpStatusOptimal], {x:4, y:-1, z:6, w:0})
def pulpTest020(solver):
# MIP