GRBEnv()

Constructor for GRBEnv object. You have the option of constructing either a local environment, which solves Gurobi models on the local machine, a client environment for a Gurobi compute server, which will solve Gurobi models on a server machine, or an Instant Cloud environment, which will launch a Gurobi Cloud server and solve models on that server. Choose the appropriate signature for the type of environment you wish to launch.

GRBEnv GRBEnv ( )

GRBEnv GRBEnv ( string logFileName )

GRBEnv GRBEnv ( bool empty )

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 )