Trait lp_solvers::solvers::WithNbThreads [−][src]
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