Skip to content

Commit 5ba82a9

Browse files
committed
Move more files around
1 parent a0eac9a commit 5ba82a9

9 files changed

Lines changed: 3 additions & 2 deletions

File tree

.DS_Store

-8 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Please refer to [Storm documentation](https://www.stormchecker.org/documentation
2929

3030
```shell
3131
python3 -m venv venv && source venv/bin/activate
32+
pip install -r build-requirements.txt
3233
mkdir prerequisites && cd prerequisites
3334
git clone https://github.com/moves-rwth/storm.git
3435
git clone https://github.com/moves-rwth/stormpy.git
@@ -37,9 +38,9 @@ mkdir storm/build && cd storm/build
3738
cmake ..
3839
make storm storm-cli storm-pomdp
3940
cd - && cd stormpy
40-
pip install . --config-settings=cmake.define.USE_STORM_DFT=OFF --config-settings=cmake.define.USE_STORM_GSPN=OFF
41+
pip install . --config-settings=cmake.define.USE_STORM_DFT=OFF --config-settings=cmake.define.USE_STORM_GSPN=OFF --config-settings=cmake.define.STORM_DIR_HINT=../storm/build
4142
cd - && cd synthesis
42-
pip install . --no-build-isolation
43+
pip install . --no-build-isolation --config-settings=cmake.define.STORM_DIR_HINT=../storm/build
4344
```
4445

4546
## Run molehill

misc/custom/.DS_Store

-6 KB
Binary file not shown.

paper_results/.DS_Store

-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

resources/test/.DS_Store

-6 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)