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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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