Function export_mps

Source
pub fn export_mps<T, BidderId: Display + Eq + Hash + Clone + Ord, PortfolioId: Display + Eq + Hash + Clone + Ord, ProductId: Display + Eq + Hash + Clone + Ord>(
    auction: &T,
    buffer: &mut impl Write,
) -> Result<(), Error>
where for<'t> &'t T: IntoIterator<Item = (&'t BidderId, &'t Submission<PortfolioId, ProductId>)>,
Expand description

Convert a set of flow trading submissions to a quadratic program and export this program to .mps format.