Filter Content By
Version
Text Search
Running the example
To run one of the R examples provided with the Gurobi distribution,
you can use the source
command in R. For example, if you
are running R from the Gurobi R examples directory, you can say:
> source('mip.R')
If the Gurobi package was successfully installed, you should see the following output:
[1] "Solution:" [1] 3 [1] 1 0 1
The R example directory <installdir>/examples/R
contains
a number of examples. We encourage you to browse and modify them in
order to become more familiar with the Gurobi R interface.