mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-19 09:29:36 +01:00
Add metadata to bin/Cargo.toml, add features
added a benchmark feature, to easily compile benchmark-releases
This commit is contained in:
parent
92a53c47fd
commit
e1b9eeb3b2
@ -3,8 +3,10 @@ name = "adf_bdd-solver"
|
||||
version = "0.2.5"
|
||||
authors = ["Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>"]
|
||||
edition = "2021"
|
||||
homepage = "https://ellmau.github.io/adf-obdd"
|
||||
repository = "https://github.com/ellmau/adf-obdd"
|
||||
license = "MIT"
|
||||
exclude = ["res/", "./flake*", "*.nix", ".envrc", "_config.yml"]
|
||||
exclude = ["res/", "./flake*", "*.nix", ".envrc", "_config.yml", "tarpaulin-report.*", "*~"]
|
||||
description = "Solver for ADFs grounded, complete, and stable semantics by utilising OBDDs - ordered binary decision diagrams"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -34,3 +36,4 @@ importexport = ["adf_bdd/importexport"]
|
||||
variablelist = [ "HashSet", "adf_bdd/variablelist" ]
|
||||
HashSet = ["adf_bdd/HashSet"]
|
||||
adhoccountmodels = ["adf_bdd/adhoccountmodels"]
|
||||
benchmark = ["adf_bdd/benchmark"]
|
||||
@ -47,3 +47,4 @@ importexport = []
|
||||
variablelist = [ "HashSet" ]
|
||||
HashSet = []
|
||||
adhoccountmodels = [ "adhoccounting" ] # count models as well as paths ad-hoc note that facet methods will need this feature too
|
||||
benchmark = ["adhoccounting", "variablelist"] # set of features for speed benchmarks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user