Florian Speicher
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
Florian Speicherさんの最近のアクティビティ-
Florian Speicherさんが投稿を作成しました:
How bad are quadratic constraints?
回答済みHallo, I was studying mathematics in OR some time ago. When I was doing so, I learned a "hierachy" of complexity for problems, meaning that the running time for solving those problems increase. In ...
-
Florian Speicherさんがコメントを作成しました:
Thanks for your answers. Can I also do the following. setObjectiveN ( x, 0, 0, weight=1, abstol=1e-6, reltol=0, name="" ) setObjectiveN ( y, 1, 1, weight=1, abstol=1e-6, reltol=0, name="" ) Which m...
-
Florian Speicherさんが投稿を作成しました:
Multiobjective difference index and priority
回答済みHallo, I try to set up a multiobjective function using: setObjectiveN ( expr, index, priority=0, weight=1, abstol=1e-6, reltol=0, name="" ) I wonder what the difference between index and priority i...
-
Florian Speicherさんが投稿を作成しました:
Get an infeasible solution after timeout
回答済みHallo, I have a MILP which it ist really hard to find a feasible solution for. I have a Timelimit of 600 Seconds and Sometimes this is Not enough to find a feasible solution. I guess during that ti...
-
Florian Speicherさんがコメントを作成しました:
Thanks, Thomas for your quick reply. This is interesting, does it mean I do not need any installation of the gurobi optimizer at all (like C:/gurobi/VersionNumber)? Also no environmental variable "...
-
Florian Speicherさんが投稿を作成しました:
Gurobi Nuget Version Number and Gurobi Optimizer Version number must match?
回答済みHey there, I use c# with the gurobi nuget package in Version 10.0.3 NuGet Gallery | Gurobi.Optimizer 10.0.3. I installed also the new Gurobi optimizer in Version 11.0.0. I deinstalled all other gu...