diff --git a/Cargo.toml b/Cargo.toml index 5f9d4b3..89b495e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "microlp" -version = "0.2.3" +version = "0.2.4" authors = [ "Alexey Zatelepin ", "Specy (size: usize, get_col: impl Fn(usize) -> &'a [usize]) -> let mut new2orig = Vec::with_capacity(size); //TODO bug here while new2orig.len() < size { - println!("{} {} {}", size, cols_queue.len(), new2orig.len()); let min = cols_queue.pop_min(); - println!("{:?}", min); new2orig.push(min.unwrap()); } @@ -425,7 +423,6 @@ impl ColsQueue { return None } if let Some(col) = self.score2head[self.min_score] { - //println!("breaking {:?}", col); //TODO add this to make the code work! break col; } self.min_score += 1;