Simon Lackmann
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Simon Lackmann-
Simon Lackmann commented,
Hello Eli, Thanks again for your reply. Your approach helped me to understand my problem and I was able to solve it :) Simon
-
Simon Lackmann commented,
As the result is some Integer value between -5 and 5, I thought about something like an implication. But the only way I could imagine this is as follows (with an example value of 3): model.addCons...
-
Simon Lackmann commented,
Hey Eli, Thank you for your reply. Your answer would perfectly fit my simplified model. Unfortunately, my simplified model is too loose, because I made a mistake simplifying it and so the suggested...
-
Simon Lackmann created a post,
Using result of a decisionvariable for further computations
AnsweredHello, I have the following problem (I am working with Python): I have a quadratic constraint with binary variables x and y, which computes the sum of a product of x*y*some value of a dictionary, w...