Yu Xingxiang
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Yu Xingxiang-
Yu Xingxiang created a post,
How to update the constraints of a multi-stage problem (remove some, add some) and ensure that the values of the relevant variables decided upon do not disappear
AnsweredI am implementing a multi-stage problem using gurobipy. The problem is continuous and needs to be optimised at each stage.At each stage some new constraints is added and at the same time the constr...
-
Yu Xingxiang created a post,
A simple rolling-horizon model is implemented using gurobi, but the result is wrong.(C++ api)
AnsweredI am implementing a model based on rolling-horizon and the original problem is very complex so I have given a simple example here, this is my code #include <cassert>#include <vector>#include "gurob...