GRBModel.GetPWLObj()

Retrieve the piecewise-linear objective function for a variable. The return value gives the number of points that define the function, and the <span>$</span>x<span>$</span> and <span>$</span>y<span>$</span> arguments give the coordinates of the points, respectively. The <span>$</span>x<span>$</span> and <span>$</span>y<span>$</span> arguments must be large enough to hold the result. Call this method with null values for <span>$</span>x<span>$</span> and <span>$</span>y<span>$</span> if you just want the number of points.

Refer to the description of SetPWLObj for additional information on what the values in <span>$</span>x<span>$</span> and <span>$</span>y<span>$</span> mean.

int GetPWLObj ( GRBVar var,
    double[] x,
    double[] y )
    Arguments:

    var: The variable whose objective function is being retrieved.

    x: The <span>$</span>x<span>$</span> values for the points that define the piecewise-linear function. These will always be in non-decreasing order.

    y: The <span>$</span>y<span>$</span> values for the points that define the piecewise-linear function.

    Return value:

    The number of points that define the piecewise-linear objective function.

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