SB
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 1
Activity overview
Latest activity by SB-
SB commented,
Hi, apologies for the late response. We have decided to use Lagrangian Relaxation to reduce the solving time, but not yet formed the updated obj function. This problem request can be closed. Thanks...
-
SB commented,
I am currently running it. Do I have to change the Obj attribute in the defining decision variable part? as in: ActionVar = {} for t in periods: for i in decision: ActionVar[t,i] = m.addV...
-
SB created a post,
How Can I Reduce The Value Of Coefficients for a Decision Variable?
AnsweredHi, apologies for the vague title. I'm currently modeling an MILP problem where I decide whether I pursue an action according to constraints, for the following periods. I'm using Python. You can se...