-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed log crate and adapted tests to new rustc hash version
- Loading branch information
1 parent
caadfef
commit f97268a
Showing
7 changed files
with
33 additions
and
88 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
[package] | ||
name = "treewidth_heuristic_clique_graph" | ||
name = "treewidth_heuristic_using_clique_graph" | ||
version = "0.1.0" | ||
edition = "2021" | ||
rust-version = "1.76" | ||
authors = ["Raoul Luque <raoulsluque@gmail.com>"] | ||
description = "A heuristic for calculating an upper bound on the treewidth of graphs using clique-graphs" | ||
description = "A heuristic for calculating an upper bound on the treewidth of graphs using clique graphs" | ||
repository = "https://github.com/RaoulLuque/treewidth-heuristic-clique-graph" | ||
|
||
|
||
[dependencies] | ||
petgraph = "0.6.4" | ||
itertools = "0.13" | ||
rand = "0.8.5" | ||
log = "0.4" | ||
rustc-hash = { git = "https://github.com/rust-lang/rustc-hash"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters