Skip to main content

SearchDirCalculator

Trait SearchDirCalculator 

Source
pub trait SearchDirCalculator {
    // Provided method
    fn computed_normal_step(&self) -> bool { ... }
}

Provided Methods§

Source

fn computed_normal_step(&self) -> bool

Compute the next search direction. Phase 7 wires the full signature once IpoptData carries delta/delta_aff.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§