Thomas Leveringhaus
- 合計アクティビティ 61
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 18
投稿
Thomas Leveringhausによる最近のアクティビティ-
Using CSC or CSR?
回答済みDear Gurobi-Team, I would like to ask whether it makes sense to think about the format in which sparse matrices are transferred to Gurobi? I assume, Gurobi will internally use any of the formats CS...
-
partition heuristic and threads
ユーザーの入力を待っています。Dear Gurobi-Team, I set parameter Threads to value 64 so I got: CPU model: AMD EPYC 7502 32-Core Processor, instruction set [SSE2|AVX|AVX2]Thread count: 64 physical cores, 64 logical processors, us...
-
Concurrent Optimizer and callbacks
回答済みDear Gurobi-Team, I am using Concurrent Optimizer and callbacks and it seems to me, that callbacks are not called, although they should (or shouldn't?). In the reference manual (https://www.gurobi....
-
confusion about adding MVar.fromlist()
回答済みDear Gurobi-Team, I tried to use MVar.fromlist() (https://www.gurobi.com/documentation/10.0/refman/py_mvar_fromlist.html) but the given example does not work: import gurobipy as gpmodel = gp.Model(...
-
Place constraints back in the lazy constraint pool
回答済みDear Gurobi team, I would like to ask if it makes sense (or is even possible) to place constraints back in the lazy constraint pool. I understand how they are placed in the lazy constraint pool ini...
-
general discrete variables in gurobi
回答済みDear Gurobi-Team, is there any (direct) way to model general discrete variables in gurobi? What I mean are variables that take ("countable") specific integer or also specific non-integer values, e....
-
lazy lower bound and upper bound for Vars
回答済みDear Gurobi Team, I am trying to speed up the solution of an optimization problem and reduce the size of the problem. I am already using the "lazy" option for some inequality constraints of which I...
-
Interactions between partition heuristic and presolve
回答済みDear Gurubi Team, if I have two variables x1 & x2 (and others) in my model and x1 and x2 have different attributes with respect to the partition heuristic. Additionally, if I have a constraint (or ...
-
multiple start vectors in matlab
回答済みDear Gurobi-Team, I would like to submit more than one MIP start to gurobi, and if I understand everything right, this is generally possible:https://www.gurobi.com/documentation/9.1/refman/start.ht...
-
Questions regarding partition heuristic, branching priorities & DistributedMIPJobs
回答済みHi everybody, I'd appreciate it if you'd answer my questions regarding branching priorities, the partition heuristic, their interactions and the operating principle of DistributedMIPJobs. I have tr...