Optimizer.Maximize(Variable) Method

Top 

Description

Process the evaluated constraints and the specified objective function value to be maximized.

 

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.Maximize(

Variable objectiveFunctionValue)

 

 

Arguments

objectiveFunctionValue


Description:

The value of the objective function to maximize.

 

 

 

Syntax

myOptimizer1.Maximize(myVariable1);

 

 

See also

Optimizer Object