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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl SolveBudgetsExt for SolveBudgets

Implementors§