Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
Uploading a File to the Repository
Any files supported by the Gurobi Optimizer can be uploaded and shared in the repository. For example, let's upload the glass4.mps model file with the following command:
grbcluster repo upload /Library/gurobi900/mac64/examples/data/glass4.mps --container=training info : Object 3f104672-52c8-4a53-ad79-4a01065ffefd created, upload done in container 'training'
A container is like a directory and is used to group files together so that you can retrieve them more easily later on. Once uploaded, you can check that the new file is available in the specified container with the following command:
grbcluster repo list --container=training ID CONTAINER NAME CREATED SIZE USER USERID 3f104672 training glass4.mps 2019-09-22 21:51:10 86579 admin admin