Originally posted by: Lou19
Hello everyone,
i'm new in CPLEX and Ihave some difficulties to write the problem (attached). For the simple one I can but in this one I have functions in the objective and my X is a binary matrix which I defined as:
varnames.append("x-" + str(i) + "-" + str(j) ) with a Binary vartype,
I dont know what to do next in order to define my problem :/ please little help!
#CPLEXOptimizers#DecisionOptimization