pub trait OracleBS { // Required method fn assess_bs(&mut self, gamma: f64) -> bool; }
Oracle for binary search