BRIDGES
  • Articles
  • BRIDGES
Search Results for

    Show / Hide Table of Contents
    • BRIDGES
      • Guided Projection
        • Constraint
        • Energy
        • Energy Types
          • Segment Orthogonality
          • Segment Parallelity
        • Examples
          • Summary
        • Introduction
        • Quadratic Constraint Types
          • Coherent Length
          • Lower Bound
          • Upper Bound
          • Vector Length
      • Introduction

    Lower Bound

    Definition

    The LowerBound quadratic constraint ensures that a scalar value l remains above a given limit σ.

    Requirements

    To use the LowerBound constraint the following variables must be defined in the solver:

    • l : Scalar variable being constrained.
    • λ : Scalar variable used as dummy value.

    Suggestions

    If vertices and segment lengths are both added as variables in the solver, the CoherentLength constraint is generally used to enforce the equality between the length variable and the distance of two points. In this case, it is recommended to use the LowerBound constraint on the lengths to assure the positivity of the variables. Indeed, the CoherentLength assures the equality between the squared values.

    Constraint Formulation

    The formulation of the LowerBound quadratic constraint reads :

    Formulation of the LowerBound constraint

    Hence, the local problem can be expressed as follow:

    Reduced vector x for the LowerBound constraint , Quadratic part of the LowerBound constraint , Linear part of the LowerBound constraint , Constant part of the LowerBound constraint

    In This Article
    Back to top By ENPC and the Build'In Platform