Skip to main content

solve_nlp_batch_warm

Function solve_nlp_batch_warm 

Source
pub fn solve_nlp_batch_warm<T, C>(
    problems: Vec<T>,
    warms: Vec<NlpWarmStart>,
    configure: C,
) -> Vec<NlpBatchResult>
where T: TNLP + 'static, C: FnMut(usize, &mut IpoptApplication),
Expand description

Warm-started sequential batch — solve_nlp_batch seeded per instance from warms. See solve_nlp_batch_parallel_warm for the warm-start contract (option forcing, dimension-mismatch fallback).

§Panics

Panics if warms.len() != problems.len().