pounce-cli 0.3.0

Command-line driver for POUNCE — solves built-in TNLPs and AMPL .nl files.
Documentation
1
2
3
4
5
//! Compatibility shim — the report writer now lives in `pounce-solve-report`
//! so the GAMS solver link (via `pounce-cinterface`) can emit reports too.
//! This re-export preserves all `pounce_cli::solve_report::*` call sites.

pub use pounce_solve_report::*;