Skip to content

Commit

Permalink
Merge pull request #13 from bThink-BGU/0.0.8
Browse files Browse the repository at this point in the history
0.0.8
  • Loading branch information
tomyaacov authored Aug 28, 2023
2 parents 0bd52c6 + 266c821 commit dd65fcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.9"
apt_packages:
- swig
- flex
- bison
- patchelf

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion bppy/analysis/symbolic_bprogram_verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,4 @@ def _main_module(self, event_list, bt_list):
trans_statement = And(trans_statement, Implies(any_enabled, NotEqual("next(event)", "BPROGRAM_DONE")))
trans_statement = And(trans_statement, Implies(Equal("event", "BPROGRAM_DONE"), Equal("next(event)", "BPROGRAM_DONE")))
mod_dict["TRANS"] = [trans_statement]
return type("main", (Module,), mod_dict)
return type("main", (Module,), mod_dict)
4 changes: 1 addition & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ git+https://github.com/bThink-BGU/BPpy.git@master
z3-solver>=4.8.5.0
gymnasium==0.28.1
stable-baselines3==2.0.0
pynusmv==1.0rc8


https://github.com/davidebreso/pynusmv/releases/download/v1.0rc8/pynusmv-1.0rc8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

0 comments on commit dd65fcf

Please sign in to comment.