Module coinor.grumpy.examples.LP2

Expand source code
numCons = 4
numVars = 2
A = [[-9, 5],
     [1, -13],
     [5, -1],
     [-1, 5]]
#b = [0, 0, 32, 20]
b = [0, 0, 16, 10]
c = [1, 1]

sense = ('<=', 'Max')