Sheng Hui Tan
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Sheng Hui Tan-
Primal Dual Conversion
AnsweredHi, I am trying to convert a primal LP problem into it's corresponding dual. I obtained a non-zero solution for the primal model but as for the dual model I obtained a dual optimal solution of zero...
-
Model is infeasible. Is it due to the way I modelled the non-linear constraint?
AnsweredHi, my model became infeasible when I added the following constraints. May I check if this is the right way for me to model the nonlinear constraints in python Gurobi? Ebrated, Cb and Battery cost...
-
GurobiError: Constraint has no bool value (are you trying "lb <= expr <= ub"?)
AnsweredHi all, I'm currently doing a home system optimization considering energy storage. I included battery loss in one of my constraint which is dependent on the decision variable current and previous ...