Skip to main content

Gurobi package in powershell

Answered

Comments

1 comment

  • Riley Clement
    Gurobi Staff Gurobi Staff

    Hi Jacquelin,

    Assuming you have the installation at C:\gurobi1101\... the following should work to run our Mip1 example

    javac -classpath .;C:\gurobi1101\win64\lib\gurobi.jar C:\gurobi1101\win64\examples\java\Mip1.java
    java -cp .;C:\gurobi1101\win64\lib\gurobi.jar C:\gurobi1101\win64\examples\java\Mip1

    Can you let me know if this works for you?

    - Riley

    0

Please sign in to leave a comment.