Skip to content

Commit 34893e3

Browse files
committed
Update README.md: clarify conda environment creation and add citation information for PyBDR
1 parent 980a1f4 commit 34893e3

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ PyBDR is now available as an installable Python package. We **strongly recommend
4646
## Quick Start
4747

4848
```bash
49-
# Create conda environment with all dependencies
50-
conda env create -f environment.yml
49+
# Create conda environment (i.e. pybdr here) with all dependencies
50+
conda env create -f environment.yml --name pybdr
5151

5252
# Activate the environment
5353
conda activate pybdr
@@ -345,6 +345,19 @@ order of the Taylor expansion while reducing the step size.
345345
This project is licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE.md) file for
346346
details.
347347

348+
## Citing PyBDR
349+
350+
```
351+
@inproceedings{ding2024pybdr,
352+
title={PyBDR: Set-Boundary Based Reachability Analysis Toolkit in Python},
353+
author={Ding, Jianqiang and Wu, Taoran and Liang, Zhen and Xue, Bai},
354+
booktitle={International Symposium on Formal Methods},
355+
pages={140--157},
356+
year={2024},
357+
organization={Springer}
358+
}
359+
```
360+
348361
## Acknowledgement
349362

350363
When developing this tool, we drew upon models used in other tools for calculating reachable sets, including Flow\*, CORA, and various others.

0 commit comments

Comments
 (0)