附录D: gurobi_cl


附录D: gurobi_cl

使用方法:gurobi_cl——help显示用法gurobi_cl [flags] [param=value]* filename优化模型文件gurobi_cl [flags]执行命令Gurobi参数记录在Gurobi参考手册中。标志可以使用——flag=value或简短形式-f=value来设置。布尔标志可以使用——flag或者使用-f(如果定义的话)来启用。Flags: -h,——help显示用法——license显示许可信息-t,——tokens列出当前使用的许可令牌-v,——version显示版本信息——group string集群组名,覆盖license文件组-p,——password string密码,覆盖license文件密码(默认pass)——priority int作业优先级,覆盖license文件优先级(默认0,min -100, max 100) -r,——router string路由器URL,覆盖license文件属性router -s,——server string集群代表节点地址,覆盖license文件COMPUTESERVER——TLS -insecure跳过TLS证书验证,覆盖GRB_TLS_INSECURE变量Instant Cloud Flags:——accessd string访问ID,覆盖许可文件cloudaccessd——secretkey string秘密密钥,覆盖许可文件CLOUDKEY——pool string池名,覆盖许可文件池如果在预定义的位置或使用变量GRB_LICENSE_FILE访问有效的Gurobi许可文件,许可证文件将为一些连接参数(服务器、密码、路由器)提供默认值。如果license文件引用了一个Gurobi Instant Cloud pool,则会解析该pool的连接参数。服务器URL也可以指定协议和端口: server.company.com Use HTTP on standard port 80 server.company.com:61000 Use HTTP on port 61000 https://server.company.com Use HTTPS on standard port 443 https://server.company.com:61000 Use HTTPS on port 61000 If you wish to get the status of your compute server cluster, list the nodes and the jobs, or check the status of your licenses, please use the grbccluster command line tool. To learn more about grbcluster, type the following command: grbcluster --help gurobi_cl is compatible with standard proxy settings using environment variables HTTP_PROXY and HTTPS_PROXY. HTTPS_PROXY takes precedence over HTTP_PROXY for https requests. The values may be either a complete URL or a "host[:port]", in which case the "http" scheme is assumed. Examples: gurobi_cl misc07.mps gurobi_cl Record=1 Method=2 ResultFile=p0033.sol InputFile=p0033.mst \ InputFile=p0033.hnt.gz LogFile=p0033.log p0033.mps gurobi_cl --server=server.company.com --password=pass misc07.mps Visit m.a-toku.com/documentation/8.0 for further details on how to use this program.