Originally posted by: Md96
Hello all,
I am using cplex 12.3 for matlab 7.9. My operating system is WINDOWS 7.
Pattern of my problem is:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ctype='BBBBBBBBBBBB...BBB';
x=cplexmiqp(H,f,
],[,Aq,bq,
],[,[],ctype);
%% H is +ve definite matrix, f is a vector, Aq is a matrix, bq is vector
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
According to cplex description for miqp, x will be a vector with binary elements.
Unfortunately, I do not get binary result!!
Even none of the elements is binary and it returns the same result as continuous optimization problems.
Anybody can help me???
MM
#CPLEXOptimizers#DecisionOptimization