Skip to content

Commit

Permalink
done for day
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Mar 30, 2024
1 parent 2c67e47 commit cfa679a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ strum = "^0.25"
strum_macros = "^0.25"
tuples = { version = "^1.14.0" }
serde-cw-value = { git = "https://github.com/dzmitry-lahoda-forks/serde-cw-value.git", branch = "dz/3", default-features = false }
petgraph = {version = "*", default-features = false , features = ["graphmap", "stable_graph", "matrix_graph", "serde-1", "rayon",
petgraph = {version = "*", default-features = false , features = ["graphmap", "stable_graph", "matrix_graph", "serde-1",
]}

no-panic = "^0.1"
Expand Down
1 change: 1 addition & 0 deletions mantis/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ndarray ={ workspace = true, features = ["std", "serde"]}
fraction = {workspace = true, features = ["default"]}
env_logger = {workspace = true}
cw-multi-test = { workspace = true }
petgraph = {workspace = true}

[dev-dependencies]
rustfmt-wrapper = "0.2.1"
2 changes: 2 additions & 0 deletions mantis/node/src/solver/router.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pub mod bf;

const MIN_RESERVE: f64 = 05000.0;
const MAX_RESERVE: f64 = 15000.0;

Expand Down

0 comments on commit cfa679a

Please sign in to comment.