Home | Trees | Indices | Help |
---|
|
object --+ | properties.Function --+ | properties.IndicatorFunction --+ | object --+ | | | properties.Constraint --+ | object --+ | | | properties.ProjectionOperator --+ | LinearVariableConstraint
Represents a linear constraint r = Ax, where both x and r are variables. Parameters ---------- A : Numpy or sparse scipy array. The linear map between x and r.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__abstractmethods__ =
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Free any cached computations from previous use of this Function.
|
The function value of this indicator function. The function value is 0 if the constraint is feasible and infinite otherwise. Parameters ---------- xr : List or tuple with two elements, numpy arrays. The first element is x and the second is r.
|
Feasibility of the constraint at points x and r. From the interface Constraint. Parameters ---------- xr : List or tuple with two elements, numpy arrays. The first element is x and the second is r.
|
The projection operator corresponding to the function. From the interface ProjectionOperator. Parameters ---------- xr : List or tuple with two elements, numpy arrays. The first element is x and the second is r.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:11 2015 | http://epydoc.sourceforge.net |