Interface ILinearisedConstraintType
Interface defining a linearised constraint type for the GuidedProjectionAlgorithm.
Inherited Members
Namespace: BRIDGES.Solvers.GuidedProjection.Interfaces
Assembly: BRIDGES.dll
Syntax
public interface ILinearisedConstraintType : IQuadraticConstraintType
Methods
| Improve this Doc View SourceUpdateLocal(Double[])
Updates the local members (LocalHi, LocalBi) of the linearised constraint using xReduced.
Declaration
void UpdateLocal(double[] xReduced)
Parameters
Type | Name | Description |
---|---|---|
Double[] | xReduced | Actualized components of the local vector xReduced formed from the constraint variables. |