Dan Jeffrey
Gurobi Staff- Total activity 73
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 56
Activity overview
Latest activity by Dan Jeffrey-
Dan Jeffrey created an article,
Retirement of Gurobi 9.5 from Instant Cloud
Support for Gurobi 9.5 will end in Fall 2024.Gurobi Instant Cloud UsersOn January 31, 2025, Gurobi 9.5 will no longer be available on Instant Cloud. This update aligns with Gurobi's release and sup...
-
Dan Jeffrey created an article,
How do I monitor and customize token server logs?
For a floating (or site) license, the token server service or daemon (grb_ts) logs events to the system log. In the default mode, the logged events include startup, shutdown, and failed token check...
-
Dan Jeffrey created an article,
How do I resolve an UnsatisfiedLinkError in Java?
JNI applications require that you set the java.library.path when they run. Note: Here JNI refers to the Java Native Interface which is the interface between managed Java code and the "native" opera...
-
Dan Jeffrey commented,
Hello. The instructions still work. My guess is that they are difficult to follow when the default language is no English. This error message means that Visual Studio is trying to link to a file na...
-
Dan Jeffrey created an article,
How do I use the REST API to start a cloud pool early?
Since a "cold" pool can take almost a minute to start, it may be preferable to launch (or spin up) the Gurobi Instant Cloud pool early from an application. The pool can then start up while some oth...
-
Dan Jeffrey created an article,
How do I build C/C++ projects on Windows?
There are different ways to compile and link C/C++ Gurobi projects on Windows. This list should help you decide which approach works best for you. We recommend using the native Windows libraries ei...
-
Dan Jeffrey commented,
Official comment Hello! You are missing the link instruction to the compiler. On Windows, the supported compiler is Visual C++. The "happy path" for Windows developers is to use Microsoft Visual Studio. There is a ...
-
Dan Jeffrey created an article,
How do I export a model from Gurobi?
Gurobi can export your model to several different file formats. This is done by invoking the write function of the appropriate API. The file name extension (.lp, .mps, .rew, etc.) of the string arg...
-
Dan Jeffrey created an article,
How do I upload or send files to Gurobi?
At Gurobi, we often ask customers to upload model files for testing, tuning, or benchmarking. The security of your model and data is important to Gurobi. The safest way to send the zipped models or...
-
Dan Jeffrey created an article,
How do I control how long an Instant Cloud pool is idle?
When using Gurobi Instant Cloud, the environment on the client opens a connection to the Instant Cloud, and the pool logs billable time as long as the environment is active. Gurobi Instant Cloud pr...