CHAYMAE MAKRI
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
CHAYMAE MAKRIによる最近のアクティビティ-
MINLP & solver
回答済みQ1: if I can resolve mixed integer nonlinear programming with gurobi? if yes, how?Q2: if I can change the solver for my program?
-
arctan in gUrobi optimization (python)
回答済みHello, how can I add this constraint? for i in N: for e in M: b[i][e]=arctan(P[i] - Pc[i][e] * x [i,e]) where x is the binary variable, Pc is the decision variable, and P is a cons...
-
minimax optimization
回答済みHello, How can I solve the multi-objective problem?F= min ( P *x + max (Q*x ) )where x is the decision variable, and P and Q are constants. Thanks