fn configure_joltages(
(_, buttons, joltages): &(usize, Vec<usize>, Vec<i32>),
) -> i32Expand description
Convert the buttons and joltages to equations, then use Gaussian Elimination to reduce the dimensioanlity of the problem to only the free variables.