Feeds
질문
Multiplication of variables in "intlinprog" for mixed integer linear programming
Hi, I want to minimize the objective function like y*(x1*c1+x2*c2) where y,x1 and x2 are decision variables and c1,c2 are con...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
keeping track of the original indices of an array after sorting
I have an array let's say A=[5 4 1 2 3]. Now I have sorted these arrays in ascending order.So the resulting array will now be [1...
10년 초과 전 | 답변 수: 3 | 2
3
답변질문
How can I write the objective function of the following linear optimization problem?
I have to solve an optimization problem using linear programmimg. My objective function is like : minimization(summation(A*B+ su...
10년 초과 전 | 답변 수: 1 | 0