Attached is my brute force method using for-loop for a 15 available positions. I will get all largest value for each configuration and I can use all these results find the smallest one among them.
c=[1,0.255860716455266,0.167208109795452,0.119427758544508,0.0891063841831220,0.215796124147757,0.196140596273289,0.159750264079153,0.127121232599849,0.101579754444553,0.147303771089326,0.142193424838124,0.129319129336975,0.113304068497061,0.0974536785386143;0.255860716455266,1,0.255860716455266,0.167208109795452,0.119427758544508,0.196140596273289,0.215796124147757,0.196140596273289,0.159750264079153,0.127121232599849,0.142193424838124,0.147303771089326,0.142193424838124,0.129319129336975,0.113304068497061;0.167208109795452,0.255860716455266,1,0.255860716455266,0.167208109795452,0.159750264079153,0.196140596273289,0.215796124147757,0.196140596273289,0.159750264079153,0.129319129336975,0.142193424838124,0.147303771089326,0.142193424838124,0.129319129336975;0.119427758544508,0.167208109795452,0.255860716455266,1,0.255860716455266,0.127121232599849,0.159750264079153,0.196140596273289,0.215796124147757,0.196140596273289,0.113304068497061,0.129319129336975,0.142193424838124,0.147303771089326,0.142193424838124;0.0891063841831220,0.119427758544508,0.167208109795452,0.255860716455266,1,0.101579754444553,0.127121232599849,0.159750264079153,0.196140596273289,0.215796124147757,0.0974536785386143,0.113304068497061,0.129319129336975,0.142193424838124,0.147303771089326;0.215796124147757,0.196140596273289,0.159750264079153,0.127121232599849,0.101579754444553,1,0.309401534633576,0.218425513520097,0.167208109795452,0.132807993278190,0.260910883769874,0.240787597022779,0.203052375128684,0.168358658633581,0.140245211353001;0.196140596273289,0.215796124147757,0.196140596273289,0.159750264079153,0.127121232599849,0.309401534633576,1,0.309401534633576,0.218425513520097,0.167208109795452,0.240787597022779,0.260910883769874,0.240787597022779,0.203052375128684,0.168358658633581;0.159750264079153,0.196140596273289,0.215796124147757,0.196140596273289,0.159750264079153,0.218425513520097,0.309401534633576,1,0.309401534633576,0.218425513520097,0.203052375128684,0.240787597022779,0.260910883769874,0.240787597022779,0.203052375128684;0.127121232599849,0.159750264079153,0.196140596273289,0.215796124147757,0.196140596273289,0.167208109795452,0.218425513520097,0.309401534633576,1,0.309401534633576,0.168358658633581,0.203052375128684,0.240787597022779,0.260910883769874,0.240787597022779;0.101579754444553,0.127121232599849,0.159750264079153,0.196140596273289,0.215796124147757,0.132807993278190,0.167208109795452,0.218425513520097,0.309401534633576,1,0.140245211353001,0.168358658633581,0.203052375128684,0.240787597022779,0.260910883769874;0.147303771089326,0.142193424838124,0.129319129336975,0.113304068497061,0.0974536785386143,0.260910883769874,0.240787597022779,0.203052375128684,0.168358658633581,0.140245211353001,1,0.347683397091418,0.255860716455266,0.203314404699171,0.167208109795452;0.142193424838124,0.147303771089326,0.142193424838124,0.129319129336975,0.113304068497061,0.240787597022779,0.260910883769874,0.240787597022779,0.203052375128684,0.168358658633581,0.347683397091418,1,0.347683397091418,0.255860716455266,0.203314404699171;0.129319129336975,0.142193424838124,0.147303771089326,0.142193424838124,0.129319129336975,0.203052375128684,0.240787597022779,0.260910883769874,0.240787597022779,0.203052375128684,0.255860716455266,0.347683397091418,1,0.347683397091418,0.255860716455266;0.113304068497061,0.129319129336975,0.142193424838124,0.147303771089326,0.142193424838124,0.168358658633581,0.203052375128684,0.240787597022779,0.260910883769874,0.240787597022779,0.203314404699171,0.255860716455266,0.347683397091418,1,0.347683397091418;0.0974536785386143,0.113304068497061,0.129319129336975,0.142193424838124,0.147303771089326,0.140245211353001,0.168358658633581,0.203052375128684,0.240787597022779,0.260910883769874,0.167208109795452,0.203314404699171,0.255860716455266,0.347683397091418,1]
d=[772899.067110826,772899.067110826,772899.067110826,772899.067110826,772899.067110826,772899.067110826,772899.067110826,772899.067110826,772899.067110826,772899.067110826,772899.067110826,772899.067110826,772899.067110826,772899.067110826,772899.067110826]
m=1
for pos1=1:n
for pos2=1:n
for pos3=1:n
for pos4=1:n
for pos5=1:n
for pos6=1:n
if pos1~=pos2~=pos3~=pos4~=pos5~=pos6
I=intvar(1,15);
intvar Ibase;
desired = [ zeros(1,6) Ibase Ibase Ibase Ibase Ibase Ibase Ibase Ibase Ibase];
f=-sum(I); % max (maximize a scalar function)
F=[I(pos1)==0]+[I(pos2)==0]+[I(pos3)==0]+[I(pos4)==0]+[I(pos5)==0]+[I(pos6)==0]; % change 2 and 4 to specify the arrangement, which positions not choose.
F=F+[(c*(I.^2)')./d' <= 1]; %key constraint of each arrangement