Info

This question is closed. Reopen it to edit or answer.

mixed integer linear programs

1 view (last 30 days)
Amani mahdy
Amani mahdy on 1 Jan 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
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 Comment
Matt J
Matt J on 1 Jan 2016
Edited: Matt J on 2 Jan 2016
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.

Answers (0)

Community Treasure Hunt

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

Start Hunting!