Yu Xingxiang
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Yu Xingxiangさんの最近のアクティビティ-
Yu Xingxiangさんが投稿を作成しました:
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
回答済みI 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さんが投稿を作成しました:
A simple rolling-horizon model is implemented using gurobi, but the result is wrong.(C++ api)
回答済みI 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...