Dan Steffy
-
Gurobi Staff
- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 42
Comments
Recent activity by Dan Steffy-
Hello Abhishek, It looks like the python max function will help you represent this in a more direct way. I am assuming that \(\texttt{harvestleadtime}\) and \(\texttt{purchaseleadtime}\) represent ...
-
Hello Amal, Sure, this statistic reports the range of the absolute values of the nonzero coefficients. Objective range [1e+00, 1e+00] So the above range indicates that the objective coefficients ...
-
Hello Amal, As discussed in the Guidelines for Numerical Issues (see here), Gurobi relies on floating-point numbers for representing data and performing computations. Floating-point numbers are ame...
-
Hello Amal, The large matrix and RHS coefficients in your model appear to be causing numerical issues within the solution process. The other warnings are symptoms of such numerical issues. Ideally,...