Filter Content By
Version
Text Search
Pi
Type: | double |
---|---|
Modifiable: | No |
The constraint dual value in the current solution (also known as the shadow price).
Given a linear programming problem
and a corresponding dual problem
the Pi
attribute returns .
Of course, not all models fit this canonical form. In general, dual values have the following properties:
- Dual values for
constraints are
.
- Dual values for
constraints are
.
- Dual values for
constraints are unconstrained.
Note that constraint dual values for linear constraints of QCP models are only available when the QCPDual parameter is set to 1. To query the duals of the quadratic constraints in a QCP model, see QCPi.
Only available for convex, continuous models.
For examples of how to query or modify attributes, refer to our Attribute Examples.