XINYUE HU
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Posts
Recent activity by 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?
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 ...
-
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...