-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This way, we only need to maintain the version number in one place
- Loading branch information
1 parent
f21ab78
commit b538684
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
cff-version: 1.2.0 | ||
message: >- | ||
If you use this software, please cite it as below together with the relevant | ||
paper(s). | ||
title: Adiar | ||
abstract: >- | ||
An I/O-efficient implementation of (Binary) Decision | ||
Diagrams | ||
keywords: | ||
- Binary Decision Diagrams | ||
- Zero-suppressed Decision Diagrams | ||
- External Memory Algorithms | ||
- Time-forward Processing | ||
type: software | ||
license: MIT | ||
url: 'https://ssoelvsten.github.io/adiar' | ||
version: @ADIAR_VERSION_MAJOR@.@ADIAR_VERSION_MINOR@.@ADIAR_VERSION_PATCH@ | ||
authors: | ||
- given-names: Steffan Christ | ||
family-names: Sølvsten | ||
email: soelvsten@cs.au.dk | ||
affiliation: Aarhus University | ||
orcid: 'https://orcid.org/0000-0003-0963-6569' | ||
- given-names: Jaco | ||
name-particle: Van de | ||
family-names: Pol | ||
email: jaco@cs.au.dk | ||
affiliation: Aarhus University | ||
orcid: 'https://orcid.org/0000-0003-4305-0625' | ||
- given-names: Anna Blume | ||
family-names: Jakobsen | ||
affiliation: Aarhus University | ||
- given-names: Casper Moldrup | ||
family-names: Rysgaard | ||
email: rysgaard@cs.au.dk | ||
affiliation: Aarhus University | ||
- given-names: Mathias Weller Berg | ||
family-names: Thomasen | ||
affiliation: Aarhus University | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.4718218 | ||
description: Zenodo Artifact |
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