pub trait SearchDirCalculator {
// Provided method
fn computed_normal_step(&self) -> bool { ... }
}Provided Methods§
Sourcefn computed_normal_step(&self) -> bool
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".