Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorHansen committed Dec 29, 2023
1 parent 5b12ae4 commit e35294f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ version = "0.1.0"

[features]
ilp-cbc = ["coin_cbc"]
ilp-cbc-prune = ["coin_cbc"]

[dependencies]
env_logger = { version = "0.10.0", default-features = false }
Expand All @@ -28,5 +27,3 @@ rpds = "1.1.0"
git = "https://github.com/egraphs-good/egraph-serialize"
rev = "951b829a434f4008c7b45ba4ac0da1037d2da90"

[profile.release]
debug = true
1 change: 0 additions & 1 deletion src/extract/faster_ilp_cbc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,6 @@ fn random7() {
run();
}


#[test]
fn random8() {
run();
Expand Down

0 comments on commit e35294f

Please sign in to comment.