1//! Compatibility shim — the report writer now lives in `pounce-solve-report`
2//! so the GAMS solver link (via `pounce-cinterface`) can emit reports too.
3//! This re-export preserves all `pounce_cli::solve_report::*` call sites.
45pub use pounce_solve_report::*;