Optimizer.SetConstraintValue(Variable, Variable) Method

Top 

Description

Sets the value of the specified 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

Optimizer.SetConstraintValue(

Variable index,


Variable value)

 

 

Arguments

index


Description:

Index of constraint to assign.

Valid Range:

index ≥ 0

 

 

value


Description:

Value to assign to constraint.

 

 

 

Syntax

myOptimizer1.SetConstraintValue(myVariable1, myVariable2);

 

 

See also

Optimizer Object

Optimizer.SetConstraintValue