photo

Md Tanvir Rahman


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 3 answers | 2

3

answers

Question


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...

9 years ago | 1 answer | 0

1

answer