GRBEnv()

Constructor for GRBEnv object. You have the option of constructing either a local environment, which solves Gurobi models on the local machine, or a client environment for a Gurobi compute server, which will solve Gurobi models on a server machine. For the latter, choose the signature that allows you to specify the names of the Gurobi compute servers and the priority of the associated job.

GRBEnv GRBEnv ( )

GRBEnv GRBEnv ( bool empty )

GRBEnv GRBEnv ( String logFileName )

GRBEnv GRBEnv ( String logFileName,
    String computeServer,
    String router,
    String password,
    String group,
    int tlsInsecure,
    int priority,
    double timeout )

GRBEnv GRBEnv ( String logfilename,
    String accessID,
    String secretKey,
    String pool,
    int priority )