Skip to main content

SolveBudgetsExt

Trait SolveBudgetsExt 

Source
pub trait SolveBudgetsExt {
    // Required method
    fn to_solver_params(&self, seed: u64) -> SolverParams;
}
Expand description

Extension trait for SolveBudgets that bridges to optimization-specific SolverParams.

Required Methods§

Source

fn to_solver_params(&self, seed: u64) -> SolverParams

Convert to SolverParams for existing solvers

Implementations on Foreign Types§

Source§

impl SolveBudgetsExt for SolveBudgets

Implementors§