
Michael Mell
- 合計アクティビティ 22
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 8
投稿
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...
-
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...
-
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...
-
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 ...
-
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...
-
How to save and load a Gurobi model and solution without rerunning the model after loading
回答済みDear Matthias Miltenberger I am addressing this post to you directly, since you recently answered a very similar post here, which unfortunately did not help me ... I need to save and load a model a...
-
What does Gurobi do for different values of the NumericFocus parameter?
回答済みTL;DRI need to understand what exactly Gurobi does for the different values of NumericFocus. I would be very grateful for any explanations or pointers to relevant documentation! I hope that underst...
-
Constraint violation after changing cost-values in an existing code-base
I am working on modifying a code-base that has mostly positive cost values and a negative value for the objective function the order of -5e2 to -1e2. I am modifying the generation of this model in ...