Jennifer Locke
Gurobi Staff- Total activity 90
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 55
Activity overview
Latest activity by Jennifer Locke-
Jennifer Locke commented,
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...
-
Jennifer Locke commented,
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 ...
-
Jennifer Locke commented,
Please check your Autofill Password Manager Chrome settings. Make sure the "Offer to save passwords" is turned on.
-
Jennifer Locke commented,
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, ...
-
Jennifer Locke commented,
Hi Andres, Could you also share which Gurobi API you are using? Thanks, Jennifer
-
Jennifer Locke commented,
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...
-
Jennifer Locke commented,
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...
-
Jennifer Locke commented,
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.
-
Jennifer Locke commented,
I should have been more specific, scalar or vector, numpy, sciPy arrays, Mvar? Could you also add your code here for us to review?
-
Jennifer Locke commented,
What data type is Nr_j and N_j?