Skip to main content

Gurobi Nuget Version Number and Gurobi Optimizer Version number must match?

Answered

Comments

3 comments

  • Official comment
    Thomas Braam
    • Gurobi Staff

    Hi Florian,

    The NuGet package is a "batteries included" package, which means it comes bundled with the Gurobi libraries for various platforms.

    This means that building or publishing a C# project that uses the NuGet package will include the libraries that come bundled with that NuGet version. So, the 10.0.3 NuGet package should utilize the 10.0.3 Gurobi version, regardless of the Gurobi version you might have installed on your machine.

    Please let me know if this leaves you with any questions!

    Thomas

  • Florian Speicher
    • Gurobi-versary
    • First Question
    • First Comment

    Thanks, Thomas for your quick reply.

    This is interesting, does it mean I do not need any installation of the gurobi optimizer at all (like C:/gurobi/VersionNumber)? Also no environmental variable "GurobiHome" or similar? 

    It is all handled by the nuget Package?

    0
  • Thomas Braam
    • Gurobi Staff

    Correct!

    0

Please sign in to leave a comment.