GRBModel::getObjective()

Retrieve the optimization objective(s).

GRBQuadExpr getObjective ( )

    Retrieve the optimization objective.

    Note that the constant and linear portions of the objective can also be retrieved using the ObjCon and Obj attributes.

    Return value:

    The model objective.

GRBLinExpr getObjective ( int index )

    Retrieve an alternative optimization objective. Alternative objectives will always be linear. You can also use this routine to retrieve the primary objective (using index = 0), but you will get an exception if the primary objective contains quadratic terms.

    Please refer to the discussion of Multiple Objectives for more information on the use of alternative objectives.

    Note that alterative objectives can also be retrieved using the ObjNCon and ObjN attributes.

    Arguments:

    index: The index for the requested alternative objective.

    Return value:

    The requested alternate objective.

Try Gurobi for Free

Choose the evaluation license that fits you best, and start working with our Expert Team for technical guidance and support.

Evaluation License
Get a free, full-featured license of the Gurobi Optimizer to experience the performance, support, benchmarking and tuning services we provide as part of our product offering.
Academic License
Gurobi supports the teaching and use of optimization within academic institutions. We offer free, full-featured copies of Gurobi for use in class, and for research.
Cloud Trial

Request free trial hours, so you can see how quickly and easily a model can be solved on the cloud.

Search