-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding citation and contact information
- Loading branch information
Showing
1 changed file
with
49 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 |
---|---|---|
|
@@ -79,3 +79,52 @@ The following example shows how you can use yinyang as an SMT-LIB parser. | |
""" | ||
formula, glob = parse_str(formula) | ||
Citing yinyang | ||
................. | ||
|
||
The testing approaches implemented in yinyang are based on following two papers. | ||
|
||
**Type-Aware Operator Mutation (opfuzz)** `[pdf] <https://dl.acm.org/doi/abs/10.1145/3428261>`__ | ||
|
||
.. code-block:: latex | ||
|
||
@article{winterer-zhang-su-oopsla2020 | ||
author = {Dominik Winterer and | ||
Chengyu Zhang and | ||
Zhendong Su}, | ||
title = {On the unusual effectiveness of type-aware operator mutations for | ||
testing {SMT} solvers}, | ||
journal = {Proc. {ACM} Program. Lang.}, | ||
volume = {4}, | ||
number = {{OOPSLA}}, | ||
pages = {193:1--193:25}, | ||
year = {2020}, | ||
} | ||
|
||
|
||
**Semantic Fusion (fusion)** `[pdf] <https://dl.acm.org/doi/abs/10.1145/3385412.3385985>`__ | ||
|
||
.. code-block:: latex | ||
|
||
@inproceedings{winterer-zhang-su-pldi2020, | ||
title = {Validating SMT Solvers via Semantic Fusion}, | ||
author = {Winterer, Dominik and Zhang, Chengyu and Su, Zhendong}, | ||
year = {2020}, | ||
booktitle = {Proceedings of the 41st ACM SIGPLAN Conference on Programming | ||
Language Design and Implementation}, | ||
pages = {718–730} | ||
} | ||
|
||
|
||
Contact | ||
........ | ||
We are always happy to receive your feedback or help you adjust yinyang to the needs of your custom solver, help you build on yinyang, etc. Reach out for us. | ||
|
||
* `Dominik Winterer <https://wintered.github.io/>`_ - [email protected] | ||
|
||
* `Chengyu Zhang <http://chengyuzhang.com/>`_ - [email protected] | ||
|
||
* `Zhendong Su <https://people.inf.ethz.ch/suz/>`_ - [email protected] |