Namespace BRIDGES.Solvers.GuidedProjection.QuadraticConstraintTypes
Classes
CoherentLength
Constraint enforcing a scalar variable l to match with the distance between two point variables, pi and pj.
LowerBound
Constraint enforcing a value variable l to be higher than a lower bound σ using a dummy value variable λ.
UpperBound
Constraint enforcing a value variable l to be lower than an upper bound σ using a dummy value variable λ.
VectorLength
Constraint enforcing a vector variable v to have a given length l (computed with euclidean norm).