XINYUE HU
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Activity overview
Latest activity by XINYUE HU-
XINYUE HU created a post,
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 commented,
Yes! It works.Thank you,Eli!
-
XINYUE HU created a post,
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 created a post,
how can I print the value of my continuous variable?
AnsweredI 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 commented,
I already find the way out.Thanks,dear Silke.
-
XINYUE HU commented,
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 commented,
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 created a post,
something wrong with my MILP model
AnsweredI 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...