Thomas Leveringhaus
- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 18
Posts
Recent activity by Thomas Leveringhaus-
Using CSC or CSR?
AnsweredDear 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
Awaiting user inputDear 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
AnsweredDear 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()
AnsweredDear 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
AnsweredDear 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
AnsweredDear 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
AnsweredDear 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
AnsweredDear 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
AnsweredDear 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
AnsweredHi 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...