
Michael Mell
- 合計アクティビティ 22
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 8
アクティビティの概要
Michael Mellさんの最近のアクティビティ-
Michael Mellさんがコメントを作成しました:
Thank you for the quick reply. Could you provide me with a code-snippet of what the XML-fragment would look like for this transformer? I am not very familiar with this... Thanks. --- UPDATE: Is thi...
-
Michael Mellさんが投稿を作成しました:
My software build is _broken_ after upgrading to Gurobi 10.0.3 Maven package
進行中Dear all, I am using the Gurobi optimizer as part of a Java application that I am developing. I am currently trying to move to the official Gurobi Maven 10.0.3 package. For this I have added the fo...
-
Michael Mellさんが投稿を作成しました:
What are possible reasons that can cause Gurobi to crash in a Java application with a core-dump?
進行中I have written an application that uses Gurobi at its core. As part of it functionality, it stores/reloads Gurobi models to/from MPS files. This has been working well so far. However, I am now faci...
-
Michael Mellさんが投稿を作成しました:
How to query GRBModel for pending operations
ユーザーの入力を待っています。GRBModel in the Java API has the update method: GRBModel.update() which according to the documentation is used to (https://www.gurobi.com/documentation/8.1/refman/java_grbmodel_update.html): Proce...
-
Michael Mellさんが投稿を作成しました:
How to add a binary variable without objective value using the Java API
回答済みDear all, my question is how to create binary variable in Gurobi without assigning a cost/objective value to it. I use the Java API method `GRBModel.addVar(...)` to add variables to my model; this ...
-
Michael Mellさんがコメントを作成しました:
Dear Jaromil, to follow up on this issue: I was able to solve it. Indeed, the reason was the duplication of variable names. There was a bug in the code that caused this. Best regards and thank you,...
-
Michael Mellさんが投稿を作成しました:
Gurobi stops storing variable names to the MPS file for large models, which breaks my use case - uses place holder names instead
回答済みDear all, In my application I use the names of the Gurobi variables and constraints to match them to objects in my program code, which I then use to display them to the user for interaction in a GU...
-
Michael Mellさんがコメントを作成しました:
Hi Matthias, that clears my last doubts then. Thank you! It is too bad (and a bit surprising) that you cannot store the full optimizer state (as a type of snapshot of system memory) and load it fro...
-
Michael Mellさんがコメントを作成しました:
Dear Matthias, dear Runqiu, thank you for your replies. They have helped clarify things for me. @Matthias Miltenberger: I have two more questions and then hopefully I should be happy :) ... First l...
-
Michael Mellさんがコメントを作成しました:
Hi Matthias, thank you for the quick reply. So I understand correctly, that the call to model.optimize() is unavoidable even when loading the solution from disk? But then how can I make sure that t...