Ivana Rajkovic
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
Comments
Recent activity by Ivana Rajkovic-
Dear Maliheh, Your suggestion regarding the constraint with alfa did work, thank you very much. Best, Ivana
-
Dear Maliheh, I am afraid that does not help. I added m.addConstr( alfa>= -1000) after the already existing constraint that alfa is non-positive, but the same error happened. What I get when I prin...
-
Hi, Maliheh. Let me try to give you all the details. I will add the exact case when the error happened. First, the general thing that does work: n = 4m = Model() z = m.addMVar((n, n), name="z")x = ...