OptimizationConstraint.SetLowerAndUpperBounds(Variable, Variable) Method

Top 

Description

Sets the lower and upper bound values of the constraint.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

OptimizationConstraint.SetLowerAndUpperBounds(

Variable lowerBoundValue,


Variable upperBoundValue)

 

 

Arguments

lowerBoundValue


Description:

The value of the lower bound.

 

 

upperBoundValue


Description:

The value of the upper bound.

 

 

 

Syntax

myOptimizationConstraint1.SetLowerAndUpperBounds(myVariable1, myVariable2);

 

 

See also

OptimizationConstraint Object