XINYUE HU
- 合計アクティビティ 12
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 2
投稿
XINYUE HUによる最近のアクティビティ-
a question about adding constraints bother me very much
I'm modifying a MILP model by 'gurobi+python'.firstly I have a original model,It debug well and I want to add something new constraints, but it doesn't work.one of the constraint is and the SOC is...
-
How can I express the constraint
dear sir/madam, the question bother me very much,I have a constraint like this Pch,t and P dis,t are both continuous variables.but I don't know how to define the SOCt.I tried to define it like a...
-
how can I print the value of my continuous variable?
回答済みI use gurobi+python to reproduce my model.and I set 2 continuous variable. range(1,25) represents 24 hours.I want to print their value ,so I tried then I got the result so how could I print the ...
-
something wrong with my MILP model
回答済みI just want to reproduce the math model in conference"Optimal Production Scheduling for Smart Manufacturers"and I thought I had almost finished this simulation before i add the last constraints.wit...