OptimizationConstraint.SetEqualityBounds(Variable) Method

Top 

Description

Sets the equality value to use when enforcing the equality 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.SetEqualityBounds(

Variable value)

 

 

Arguments

value


Description:

The value of the equality.

 

 

 

Syntax

myOptimizationConstraint1.SetEqualityBounds(myVariable1);

 

 

See also

OptimizationConstraint Object