ramesh singh
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Posts
Recent activity by ramesh singh-
ILP and LP with integer decision relaxation and Mult objective formulation
AnsweredI was reading a research article, where they proposed ILP (say P1). Later on, they converted the ILP into LP by relaxing the integer decision variable (say P2). Further, they used Solver to find th...
-
Help with constraints
Awaiting user inputIn the given code, T1[i]== (TL[i] * (1-D[i])+ TR[i]*D[i]) constraint set the decision variable D[i] such that minimize T1 when i run the code it produces D[7] 1 D[8] 1 whereas TL[7] 3.71598 TL[8] ...