Info

この質問は閉じられています。 編集または回答するには再度開いてください。

mixed integer linear programs

1 回表示 (過去 30 日間)
Amani mahdy
Amani mahdy 2016 年 1 月 1 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello all ,
i am new in the linear programming topic in Matlab and i have the following questions
1) in the " mixed integer linear programs " , the the input objective function should be in terms of matrix that includes number , i don't know how to convert my function into number. it is something like :
symsum( symsum(c(i,j)*x(i,j))/sqrt(q-w)^2,i,1,M),j,1,N))
i want to min this function over C and w. where C is binary
all the examples on google , Youtube... has an easy objective function
if anyone could at least give me hint to begin , i will appreciate it.
2) my constraint is summation for the variable , and i want to write it as A and b.
Actually i don't know the answer , i just need a hint to begin
thanks in advance so much <3
  1 件のコメント
Matt J
Matt J 2016 年 1 月 1 日
編集済み: Matt J 2016 年 1 月 2 日
Your objective function is nonlinear. The problem therefore does not fit into the category of "mixed integer linear programs".
Depending on how "w" interacts with C in the constraints, you may be able to minimize with respect to c(i,j) as a binary linear program, with w held constant.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by