Skip to main content

IpoptBoundStatus

Type Alias IpoptBoundStatus 

Source
pub type IpoptBoundStatus = c_int;
Expand description

C-ABI encoding of pounce_qp::BoundStatus (§7.2 of the active-set-SQP design note). Stable values: 0 = Inactive, 1 = AtLower, 2 = AtUpper, 3 = Fixed.