Originally posted by: TongGuo
Dear all:
I have a model whose objective function can be defined like
sigma a(i)*x(i)+b(i)*x(i)*y(i)
Subject to :
0<=x(i)<=Pmax; when i between [M N]
x(i)=0; when other
a and b are parameter vector, they are known.
X(i) are the continue variables, and y(i) are integar variables which are define 1 or 0 .
My question is which example can i consult for CPLEX package?
They is no example which deal with this problem. Because i have x(i) time y(i) in the objective function.
it may be called like a quadratic problem, but after i do some paper research, some of articles says that this is a MILP problem not MIQP problem
Can some one share me a file which can use matlab to call cplex solver to deal with this model
I am really appreciaite it
My email address is
sin6113140@gmail.com
Thank you so much !!!
#CPLEXOptimizers#DecisionOptimization