Skip to content
Snippets Groups Projects
Jaime Arias Almeida's avatar
Jaime Arias authored
75fb7ee9
History

ADT2AMAS

Tool for transforming Attack-Defense Trees (ADTrees) into Asynchronous Multi-Agent Systems (AMAS).

Dependencies

  • cmake
  • doxygen

Build

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make
  5. make install

Run

Once installed, the binary adt2amas will be in the assets folder. That is:

  1. cd .. # if you are in the build folder
  2. cd assets
  3. ./adt2amas

Generate Documentation

To generate the documentation you need to install Graphviz and replace the step 3 above by cmake .. -DBUILD_DOCS=ON.