
XINYUE HU
- 合計アクティビティ 12
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 2
アクティビティの概要
XINYUE HUさんの最近のアクティビティ-
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...
-
XINYUE HUさんがコメントを作成しました:
Yes! It works.Thank you,Eli!
-
XINYUE HUさんが投稿を作成しました:
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...
-
XINYUE HUさんが投稿を作成しました:
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 ...
-
XINYUE HUさんがコメントを作成しました:
I already find the way out.Thanks,dear Silke.
-
XINYUE HUさんがコメントを作成しました:
oh,thank you very much.I never thought about this before.Yes,my t1 must stay in24 hours. I try it like this. then it can't stop,it works all the time and can't give me the result.like this. I can't...
-
XINYUE HUさんがコメントを作成しました:
I define the model like Line means the name of line,Type represents 6 kinds of product. and these are my variables alpha and belta.range(1,25)means 24 hours. is there something wrong?
-
XINYUE HUさんが投稿を作成しました:
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...