summaryrefslogtreecommitdiff
path: root/references.bib
diff options
context:
space:
mode:
authorericmarin <maarin.eric@gmail.com>2026-06-05 14:58:11 +0200
committerericmarin <maarin.eric@gmail.com>2026-06-26 09:57:03 +0200
commitc7e9856b051eda98ca2102549d4f03ad518d0d90 (patch)
treedc1de6a1c9efb713e40e97dc1f90f5fcf2c97000 /references.bib
parent95d48c4a13fe8716cd38e5a076a54b68c8223dd1 (diff)
downloadvein-c7e9856b051eda98ca2102549d4f03ad518d0d90.tar.gz
vein-c7e9856b051eda98ca2102549d4f03ad518d0d90.zip
refined introduction
Diffstat (limited to 'references.bib')
-rw-r--r--references.bib32
1 files changed, 31 insertions, 1 deletions
diff --git a/references.bib b/references.bib
index ed5d88f..8ddabea 100644
--- a/references.bib
+++ b/references.bib
@@ -1 +1,31 @@
-% Empty bibliography file
+@inproceedings{lafont1990interactionnets,
+ author = {Lafont, Yves},
+ title = {Interaction nets},
+ year = {1989},
+ isbn = {0897913434},
+ publisher = {Association for Computing Machinery},
+ address = {New York, NY, USA},
+ url = {https://doi.org/10.1145/96709.96718},
+ doi = {10.1145/96709.96718},
+ abstract = {We propose a new kind of programming language, with the following features:Interaction nets generalize Girard's proof nets of linear logic and illustrate the advantage of an integrated logic approach, as opposed to the external one. In other words, we did not try to design a logic describing the behaviour of some given computational system, but a programming language for which the type discipline is already (almost) a logic.In fact, we shall scarcely refer to logic, because we adopt a na\"{\i}ve and pragmatic style. A typical application we have in mind for this language is the design of interactive softwares such as editors or window managers.},
+ booktitle = {Proceedings of the 17th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
+ pages = {95–108},
+ numpages = {14},
+ location = {San Francisco, California, USA},
+ series = {POPL '90}
+}
+@inproceedings{demoura2008z3,
+ author="de Moura, Leonardo
+ and Bj{\o}rner, Nikolaj",
+ editor="Ramakrishnan, C. R.
+ and Rehof, Jakob",
+ title="Z3: An Efficient SMT Solver",
+ booktitle="Tools and Algorithms for the Construction and Analysis of Systems",
+ year="2008",
+ publisher="Springer Berlin Heidelberg",
+ address="Berlin, Heidelberg",
+ pages="337--340",
+ abstract="Satisfiability Modulo Theories (SMT) problem is a decision problem for logical first order formulas with respect to combinations of background theories such as: arithmetic, bit-vectors, arrays, and uninterpreted functions. Z3 is a new and efficient SMT Solver freely available from Microsoft Research. It is used in various software verification and analysis applications.",
+ isbn="978-3-540-78800-3"
+}
+