pub trait Solver { fn init(args: Vec); fn solve(); } // OLD TEST FUNCTION pub fn print_test() { println!("SOLVER BASE PRINT TEST"); }