OptimizationConstraint.SetUpperBound(Variable) Method

Top 

Description

Sets the upper bound value of the constraint.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

OptimizationConstraint.SetUpperBound(

Variable value)

 

 

Arguments

value


Description:

The value of the upper bound.

 

 

 

Syntax

myOptimizationConstraint1.SetUpperBound(myVariable1);

 

 

See also

OptimizationConstraint Object