Module coinor.grumpy.examples.LP4
Expand source code
numVars = 2
#points = [[0, 0], [3, 4], [8, 6], [6, 1]]
#rays = []
A = [[-4, 3],
[1, -6],
[5, -2],
[-2, 5]]
b = [0, 0, 28, 14]
c = [1, 1]
sense = ('<=', 'Max')