X1 = LpVariable('X1', lowBound=0, upBound=None, cat='Integer') # create a single variable of type Integer with min value 0 and max value infinity
X1 = LpVariable('X1', lowBound=0, upBound=None, cat='Integer') # create a single variable of type Integer with min value 0 and max value infinity