blob: f1d76ba33512c3bf47eaf884f68ce63fa1493696 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "The Gurobi Optimizer requires a license to run."
echo "To install your Gurobi License, make sure you are connected to Internet"
echo "and run: grbgetkey <license-ID>."
echo "If you choose to store the license file somewhere else than the default"
echo "location (your home directory), you must set the environment variable:"
echo "GRB_LICENSE_FILE=/path/to/gurobi.lic"
}
|