//! Iteration-output trait — port of `IpIterationOutput.hpp`.
use crateIpoptCqHandle;
use crateIpoptDataHandle;
/// Strategy that emits one row of the iter-by-iter table. The default
/// `write_output` is a no-op so structural unit tests can drive the
/// algorithm without an output sink. Phase 7 ports `OrigIterationOutput`
/// with the full upstream column format.