Sharon Müller
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Sharon Müller-
Licence Error as Windows Service
AnsweredHi, I am using Gurobi with a free academic licence installed as administrator. The optimization is realised inside a python program and works well. Know I want to run this program as an automatic W...
-
sum of square roors in objective
AnsweredHi!I'm trying to set my objective function with a sum of square roots as following, where x1 … xn are my decision variables and c1... cn are constant:min f = sqrt((x1-c1)^2) + sqrt((x2-c2)^2) + … +...