Skip to content

Commit ec5f2f3

Browse files
committed
mention domination chain paper in README.md
1 parent 1d68592 commit ec5f2f3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ isomorphism).
5050
- [Graph Theory in Coq - Minors, Treewidth, and Isomorphisms](https://hal.archives-ouvertes.fr/hal-02316859) doi:[10.1007/s10817-020-09543-2](https://doi.org/10.1007/s10817-020-09543-2)
5151
- [Completeness of an Axiomatization of Graph Isomorphism via Graph Rewriting in Coq](https://hal.archives-ouvertes.fr/hal-02333553) doi:[10.1145/3372885.3373831](https://doi.org/10.1145/3372885.3373831)
5252
- [A Formal Proof of the Minor-Exclusion Property for Treewidth-Two Graphs](https://hal.archives-ouvertes.fr/hal-01703922) doi:[10.1007/978-3-319-94821-8_11](https://doi.org/10.1007/978-3-319-94821-8_11)
53+
- [Formalization of the Domination Chain with Weighted Parameters (Short Paper)](https://drops.dagstuhl.de/opus/volltexte/2019/11091/) doi:[10.4230/LIPIcs.ITP.2019.36](https://doi.org/10.4230/LIPIcs.ITP.2019.36)
5354

5455
## Building and installation instructions
5556

meta.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ publications:
2929
- pub_url: https://hal.archives-ouvertes.fr/hal-01703922
3030
pub_title: A Formal Proof of the Minor-Exclusion Property for Treewidth-Two Graphs
3131
pub_doi: 10.1007/978-3-319-94821-8_11
32+
- pub_url: https://drops.dagstuhl.de/opus/volltexte/2019/11091/
33+
pub_title: Formalization of the Domination Chain with Weighted Parameters (Short Paper)
34+
pub_doi: 10.4230/LIPIcs.ITP.2019.36
3235

3336
authors:
3437
- name: Christian Doczkal

0 commit comments

Comments
 (0)