//! Line-search subsystem — port of
//! `Algorithm/IpLineSearch.hpp`, `IpBacktrackingLineSearch.{hpp,cpp}`,
//! `IpFilter.{hpp,cpp}`, `IpFilterLSAcceptor.{hpp,cpp}`,
//! `IpBacktrackingLSAcceptor.hpp`. Penalty / CG-penalty acceptors
//! (Phase 10) live here too once they land.
pub use ;