Skip to content

Commit c7a3e73

Browse files
committed
Merge branch 'feature/subpolynomial-mincut'
2 parents faf8bdf + c12d6fb commit c7a3e73

7 files changed

Lines changed: 1633 additions & 33 deletions

File tree

Cargo.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ members = [
4545
resolver = "2"
4646

4747
[workspace.package]
48-
version = "0.1.26"
48+
version = "0.1.27"
4949
edition = "2021"
5050
rust-version = "1.77"
5151
license = "MIT"

crates/ruvector-mincut/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,7 @@ required-features = ["exact"]
109109
name = "benchmarks"
110110
path = "../../examples/mincut/benchmarks/main.rs"
111111
required-features = ["exact"]
112+
113+
[[example]]
114+
name = "subpoly_bench"
115+
required-features = ["exact"]

0 commit comments

Comments
 (0)