IpoptOptions.ComplementarityInfeasibilityTolerance Property

Top 

Description

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

 

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.

 

Attributes

Type:

number

Access:

read/write

Default Value:

1.0e-4

Valid Range:

IpoptOptions.ComplementarityInfeasibilityTolerance > 0

 

Syntax

myVariable1 = myIpoptOptions1.ComplementarityInfeasibilityTolerance;

 

myIpoptOptions1.ComplementarityInfeasibilityTolerance = myVariable1;

 

See also

IpoptOptions Object