IpoptOptions.DualInfeasibilityTolerance Property

Top 

Description

Absolute tolerance on the final dual infeasability. Refer to Ipopt documentation for more information.

 

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.

 

Attributes

Type:

number

Access:

read/write

Default Value:

1.0

Valid Range:

IpoptOptions.DualInfeasibilityTolerance > 0

 

Syntax

myVariable1 = myIpoptOptions1.DualInfeasibilityTolerance;

 

myIpoptOptions1.DualInfeasibilityTolerance = myVariable1;

 

See also

IpoptOptions Object