Originally posted by: SystemAdmin
[sgdesmet said:]
I have a problem where the objective function looks like:
min(a*x_1 + b*x_2 + c*x_3 + d*x_1*x_2 + e*x_1*x_3)
x_i is a continuous variable in the range [0,1] Depending on the problem itself, the number of x_i may vary. Terms like x_i^2 wil never appear, and not necessarly every x_i*x_j combination will appear. The degree is always 2.
Since this quadratic problem is not solvable by cplex, is there a way to transform this function or approximate it to make it solvable?
Many Thanks.
#DecisionOptimization#MathematicalProgramming-General