IpoptOptions.AddIntOption(String, Variable) Method

Top 

Description

Adds an option as an integer value to be used in the optimization process. If the option is not valid, it will throw an error on initialization. See the Ipopt documentation for valid options to be set through this interface.

 

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

IpoptOptions.AddIntOption(

String keyword,


Variable value)

 

 

Arguments

keyword


Description:

The keyword associated with the option.

 

 

value


Description:

The value to set for the option.

 

 

 

Syntax

myIpoptOptions1.AddIntOption(myString1, myVariable1);

 

 

See also

IpoptOptions Object