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

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

The root has one constraint with its children, one method that outputs to both, and the left child has one that writes to the root and right child.