Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 619 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 619 Bytes

ArcadeBT

ArcadeBT is a safety verification tool for behavior trees which utilize constrained horn clauses.

Building ArcadeBT

ArcadeBT is supported on Ubuntu Linux 20.04. The following command installs Google Test and Google Log dependencies:

sudo apt install libgtest-dev libgoogle-glog-dev pkg-config

Z3 has to be manually installed (version 4.8.15.0).

Benchmark

To execute the benchmarks using the linear constrained horn clause encoding, run apps/bench N where N is a number between 0 and 42. In folder c are C files encoding the correspding examples which can be used as input for SeaHorn.