Reduce

Trait Reduce 

Source
pub trait Reduce: Dance {
    // Required methods
    fn get_color(&mut self, n: Uint) -> Int;
    fn get_opt_data(
        &self,
        i: Uint,
        c: Int,
    ) -> <<Self as Dance>::O as Opts>::Data;
}

Required Methods§

Source

fn get_color(&mut self, n: Uint) -> Int

Source

fn get_opt_data(&self, i: Uint, c: Int) -> <<Self as Dance>::O as Opts>::Data

Implementors§

Source§

impl Reduce for dlx::c::Problem

Source§

impl Reduce for dlx::x::Problem