Johan van Haperen
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Johan van Haperen-
Hi Jonasz, I figured it out! The approach for the divison variable worked. Thanks for the help Regards
-
Hi Jonasz, Yea the NonConvex parameter is set to 2. Fortunately, there are nog values between 0 and 1 for a. Therefore, this approach should work in my opinion. However, I still encounter the in...
-
Thank you very much Jaromil! Hoping the Support Portal can trace back what is going wrong.You helped me enormously already. Happy hollidays! Even though I cant leave an official review, you still ...
-
Dear Jaromil, First of all I would like to state I am very pleased by the why you are helping me, world class! Can I leave a review somewhere to state this satisfaction? Secondly, I double checked ...
-
Hi Jaromil, What I tried to visualize in the screen shot, is that until jan 10, the code does what it should do. Since auxVar2 picks the lowest value of the variable and the constant, namely everyt...
-
Hi Jaromil, Appologies for the unclearity. So what I currently have: My variables: auxVar1 = m.addVars(T,lb=-GRB.INFINITY, vtype=GRB.CONTINUOUS, name="auxVar1")auxVar2 = m.addVars(T,lb=-GRB.INFINI...
-
ps: I managed to solve the GRB values, so they are now defined as: auxVar1 = m.addVars(T,lb=-GRB.INFINITY, vtype=GRB.CONTINUOUS, name="auxVar1")auxVar2 = m.addVars(T,lb=-GRB.INFINITY, vtype=GRB.CON...
-
Hi Jaromil, Thank you for your answer, and I think this is precicely the solution I am looking for. However, I do encounter some difficulties in applying. I made these two variables: auxVar1 = m.ad...