Matthias Miltenberger
-
Gurobi Staff
Gurobi Optimization Support Manager - Berlin, Germany
- 合計アクティビティ 1095
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 1ユーザー
- 投票 55
- サブスクリプション 479
コメント
Matthias Miltenbergerによる最近のアクティビティ-
Hi, You need to change "-l /Library/gurobi901/mac64/include" to "-I/Library/gurobi901/mac64/include". That's a capital "I" - to specify the include directory. The library is already loaded using "-...
-
Hi Ebru, Did you verify that the path to the NodeFile is correct and that you have write permissions there (and enough storage)? Cheers,Matthias
-
Hi Virgile, There is no official native Rust API for Gurobi, yet. There are tool to generate C bindings for Rust that you may be able to use to call the Gurobi C API: https://github.com/rust-lang/r...
-
Dear Prasanna, You cannot query partial solutions. You need to have at least one feasible solution to query the values of the variables in this solution. Bound reductions ar fixings can also not be...
-
In general, it is not possible to say that more threads are going to lead to a faster solving process. There are too many factors influencing the solver's behavior. If you run into memory issues, i...
-
I deleted the previous comments for better readability. Cheers,Matthias
-
I was not able to reproduce this behavior with a simple example. Could you please share the code where this happens? Cheers,Matthias
-
Could you please try using the Anaconda Python 3.8 distribution? This works fine with Gurobi. Apparently, there is some issue with the "official" Python 3.8 and Gurobi. Cheers,Matthias
-
Either you change the active environment in the Anaconda prompt, using activate: Or you start an Anaconda Terminal for a selected environment via the Navigator: You then have to install Gurobi ag...
-
How did you install Gurobi? Could you please share the commands you used and the resulting output? Cheers,Matthias