pub fn run(
app: &mut IpoptApplication,
base: &Rc<RefCell<dyn TNLP>>,
cfg: &MinimaArgs,
args: &Args,
sol_path: Option<&Path>,
) -> ExitCodeExpand description
Entry point: run the --minima search on base (the raw problem TNLP —
presolve / counting wrappers are intentionally bypassed so coordinates
match the original problem and the clean objective is evaluated directly).
Returns the process exit code.