Skip to content

Commit

Permalink
Remove print in unit proc + new StarExec build
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsko committed Jul 16, 2022
1 parent 5515334 commit f78796f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Binary file modified JigSAT/StarExec/bin/jigsat
Binary file not shown.
Binary file modified JigSAT/StarExec/jigsat.zip
Binary file not shown.
1 change: 0 additions & 1 deletion JigSAT/src/unit_prop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ pub(crate) fn unit_propagate(
match unit_prop_current_level(formula, trail, watches, lit, ticks) {
Ok(_) => {}
Err(cref) => {
println!("c err");
return Err(cref);
}
}
Expand Down

0 comments on commit f78796f

Please sign in to comment.