Function hotdrink_rs::examples::constraint_systems::tree::singleoutput_multiway[][src]

pub fn singleoutput_multiway<T>(
    n_components: usize,
    n_variables: usize
) -> ConstraintSystem<T> where
    T: Debug + Clone + Default + Send + 'static, 

Root has two constraints, one to each of its children. Each child has a method back to the root.