Jennifer Locke
Gurobi Staff- Total activity 89
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 54
Comments
Recent activity by Jennifer Locke-
Are all of you running Linux on your Windows machine through Windows Subsystem for Linux (WSL)? In addition, please answer the following questions: What version of WSL are you running? Did you in...
-
Official comment Our Experts have published an open source project called grblogtools that will allow you to extract information from Gurobi log files and generate pandas DataFrames or Excel worksheets for further ...
-
Please check your Autofill Password Manager Chrome settings. Make sure the "Offer to save passwords" is turned on.
-
Gurobi does not provide an Excel add in. If you are comfortable in Python, there are several Python packages available to read and write to an excel Notebook. Combined with the Gurobi Python API, ...
-
Hi Andres, Could you also share which Gurobi API you are using? Thanks, Jennifer
-
Hi Murilo, Because solvers have a different bag of tricks used under the hood, it is best to find a common termination criteria when comparing between two or more solvers. Using time as the termina...
-
1) Gurobi will use up to 16 threads on on a c5.4xlarge machine. If you set a thread count less than 16, Threads=N, Gurobi will use up to N threads. 2) In hyper-threaded machines such as a c5.4xla...
-
Please upgrade to the latest 9.0 patch, Gurobi 9.0.3. Gurobi version 9.0.0 was missing the python38 directory on the Windows platform.
-
I should have been more specific, scalar or vector, numpy, sciPy arrays, Mvar? Could you also add your code here for us to review?
-
What data type is Nr_j and N_j?