Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
72 views

Gurobi and java and empty solution

I'm using Gurobi with java to solve a ILP problem. I set all and I start the program. But Gurobi doesn't even try to solve my problem and gives my an empty solution all variable set to 0. During the ...
3
votes
1answer
282 views

Microsoft Solver Foundation for semi-integer

Is it possible to use the MSF api to specify a variable as semi-integer (V = 0, or a <= V <= b)? The following is an example in LP_Solve that uses the "sec" and "int" keywords to indicate the ...
1
vote
1answer
19 views

Logging Information from Gurobi Java Interface

Is there a way get detailed logging information about an optimization problem solved using Gurobi's Java interface. Maybe something like a method that prints logging information. GRBEnv can be ...
1
vote
1answer
78 views

Setting Environment Variable from Eclipse vs. System

I am using the Gurobi Optimizer, for which I need to set two environment variables: LD_LIBRARY_PATH and GRB_LICENSE_FILE. If I set the variables using Eclipse (Run As --> Run Configuration --> ...
0
votes
1answer
144 views

Gurobi solver in matlab

I want to use Gurobi solver in Matlab, but I don't know how to calculate the required matrices (qrow and qcol). For your reference I am copying the example provided in documentation. 0.5 x^2 - xy + ...