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 ( bool empty )

GRBEnv GRBEnv ( const string& logFileName )

GRBEnv GRBEnv ( const string& logFileName,
    const string& computeServer,
    const string& router,
    const string& password,
    const string& group,
    int tlsInsecure,
    int priority,
    double timeout )

GRBEnv GRBEnv ( const string& logFileName,
    const string& accessID,
    const string& secretKey,
    const string& pool,
    int priority )