Lars Sauerteig
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Lars Sauerteigさんの最近のアクティビティ-
Lars Sauerteigさんがコメントを作成しました:
Hi Jaromił, thank you very much for linking the definition of the SOS2 constraints. I finally get the same results as for using the addGenConstrPWL-constraint, so I think the model is working the w...
-
Lars Sauerteigさんがコメントを作成しました:
Hi Jaromił, thank you for your response. I already tried using the piecewise linear function, but for my assignment I need to calculate mu[i] using only elaborated linear functions. So my idea was ...
-
Lars Sauerteigさんが投稿を作成しました:
Linearization of a fuzzy triangular membership function
回答済みHi everyone, I am currently stuck trying to linearize the following fuzzy triangular membership function. I already defined the following variables:t[i] is a decision variablemu_e[i], mu_u[i], mu_...
-
Lars Sauerteigさんがコメントを作成しました:
Hi Jaromił, thank your for your help! The code is now working the way I want it to work. Best regards,Lars
-
Lars Sauerteigさんがコメントを作成しました:
Hi Jaromił, thank you for your answer. I tried implementing your idea based on the article you linked like this: mdl.addConstrs((t[i] >= et[i] + 0.0001 - M * (1 - ul[i])) for i in N)mdl.addConstrs(...
-
Lars Sauerteigさんが投稿を作成しました:
Calculation of a variable with another variable (VRP)
回答済みHello everyone, I am currently modeling a VRP with soft time windows and have a problem calculating one variable. \(\texttt{t[i]}\) is the arrival time of the vehicle at customer i, \(\texttt{et[i]...