Module coinor.grumpy.examples.LP3
Expand source code
numVars = 2
#points = [[0, 0], [2, 2], [3.75, 2.75], [3, 1]]
#rays = []
A = [[-1, 1],
[1, -3],
[7, -3],
[-3, 7]]
b = [0, 0, 18, 8]
c = [1, 1]
sense = ('<=', 'Max')