pub fn install_pooled_serial_feral_backend(
app: &mut IpoptApplication,
pool: &Arc<FeralBackendPool>,
)Expand description
Install a backend factory drawing from pool — the
identical-sparsity batch optimization (see FeralBackendPool for
the reuse semantics and the determinism caveat). Call from
configure instead of install_serial_feral_backend.