configure_joltages

Function configure_joltages 

Source
fn configure_joltages(
    (_, buttons, joltages): &(usize, Vec<usize>, Vec<i32>),
) -> i32
Expand description

Convert the buttons and joltages to equations, then use Gaussian Elimination to reduce the dimensioanlity of the problem to only the free variables.