Trait lp_solvers::solvers::WithNbThreads[][src]

pub trait WithNbThreads<T> {
    fn nb_threads(&self) -> Option<u32>;
fn with_nb_threads(&self, threads: u32) -> T; }

A solver where the parallelism can be configured

Required methods

fn nb_threads(&self) -> Option<u32>[src]

get thread count

fn with_nb_threads(&self, threads: u32) -> T[src]

set thread count

Loading content...

Implementors

Loading content...