-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
101 lines (94 loc) · 3.17 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# SPDX-License-Identifier: Apache-2.0
#
# Copyright 2023-2024 The Konstraints Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
cff-version: "1.2.0"
message: "If you use this software, please cite it using the metadata from this file."
authors:
- given-names: "Simon"
family-names: "Dierl"
email: "[email protected]"
orcid: "https://orcid.org/0000-0001-9730-9335"
affiliation: "TU Dortmund University"
- given-names: "Felix"
family-names: "Holewa"
affiliation: "TU Dortmund University"
- given-names: "Falk"
family-names: "Howar"
email: "[email protected]"
orcid: "https://orcid.org/0000-0002-9524-4459"
affiliation: "TU Dortmund University"
- given-names: "Malte"
family-names: "Mues"
email: "[email protected]"
orcid: "https://orcid.org/0000-0002-6291-9886"
affiliation: "TU Dortmund University"
- given-names: "Laurenz Levi"
family-names: "Spielmann"
email: "[email protected]"
affiliation: "TU Dortmund University"
title: "Konstraints"
type: "software"
license:
- "Apache-2.0"
- "CC-BY-4.0"
repository-code: "https://github.com/tudo-aqua/konstraints"
references:
- authors:
- given-names: "Clark"
family-names: "Barrett"
- given-names: "Pascal"
family-names: "Fontaine"
- given-names: "Cesare"
family-names: "Tinelli"
title: "The SMT-LIB Standard: Version 2.6"
type: "report"
date-published: "2021-05-12"
url: "https://smtlib.cs.uiowa.edu"
- authors:
- given-names: "Daniel"
family-names: "Baier"
- given-names: "Dirk"
family-names: "Bayer"
- given-names: "Karlheinz"
family-names: "Friedberger"
title: "JavaSMT 3: Interacting with SMT solvers in Java"
editors:
- given-names: "Alexandra"
family-names: "Silva"
- given-names: "K. Rustan M."
family-names: "Leino"
collection-title: "Computer aided verification"
type: "conference-paper"
date-published: 2021-06-15
doi: "10.1007/978-3-030-81688-9_9"
- authors:
- given-names: "Falk"
family-names: "Howar"
- given-names: "Fadi"
family-names: "Jabbour"
- given-names: "Mues"
family-names: "Malte"
title: "JConstraints: A Library for Working with Logic Expressions in Java"
editors:
- given-names: "Tiziana"
family-names: "Margaria"
- given-names: "Susanne"
family-names: "Graf"
- given-names: "Kim G."
family-names: "Larsen"
collection-title: "Models, Mindsets, Meta: The What, the How, and the Why Not?"
type: "book"
date-published: "2019-06-26"
doi: "10.1007/978-3-030-22348-9_19"