Richard Liu
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Richard Liuによる最近のアクティビティ-
not supported between float and generator
回答済みwhats wrong with this code the arrow refers to?gurobi says '<=' not supported between instances of 'float' and 'generator'.
-
how to set the optimization target to a constant
回答済みi want to find a feasible solution for a complex problem(just to find a feasible solution,not optimal),then terminate the solution process.So I want to set the objective to a constant(e.g.the integ...
-
problem during trying to solve a bilinear problem
回答済みi want gurobi to solve a optimization problem with a bilinear term.In the highlighted row of code,u and w are both variables,u is 24*1 vector,w is 168*1 vector.But gurobi says 'MLinExpr' object has...