Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
52
examples/mincut/Cargo.toml
Normal file
52
examples/mincut/Cargo.toml
Normal file
@@ -0,0 +1,52 @@
|
||||
[package]
|
||||
name = "mincut-examples"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Exotic MinCut examples: temporal attractors, strange loops, causal discovery, and more"
|
||||
license = "MIT OR Apache-2.0"
|
||||
publish = false
|
||||
|
||||
[workspace]
|
||||
|
||||
[dependencies]
|
||||
ruvector-mincut = { path = "../../crates/ruvector-mincut", features = ["monitoring", "approximate", "exact"] }
|
||||
|
||||
[[example]]
|
||||
name = "temporal_attractors"
|
||||
path = "temporal_attractors/src/main.rs"
|
||||
|
||||
[[example]]
|
||||
name = "strange_loop"
|
||||
path = "strange_loop/main.rs"
|
||||
|
||||
[[example]]
|
||||
name = "causal_discovery"
|
||||
path = "causal_discovery/main.rs"
|
||||
|
||||
[[example]]
|
||||
name = "time_crystal"
|
||||
path = "time_crystal/main.rs"
|
||||
|
||||
[[example]]
|
||||
name = "morphogenetic"
|
||||
path = "morphogenetic/main.rs"
|
||||
|
||||
[[example]]
|
||||
name = "neural_optimizer"
|
||||
path = "neural_optimizer/main.rs"
|
||||
|
||||
[[example]]
|
||||
name = "benchmarks"
|
||||
path = "benchmarks/main.rs"
|
||||
|
||||
[[example]]
|
||||
name = "snn_integration"
|
||||
path = "snn_integration/main.rs"
|
||||
|
||||
[[example]]
|
||||
name = "temporal_hypergraph"
|
||||
path = "temporal_hypergraph/main.rs"
|
||||
|
||||
[[example]]
|
||||
name = "federated_loops"
|
||||
path = "federated_loops/main.rs"
|
||||
Reference in New Issue
Block a user