필터 지우기
필터 지우기

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