Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 665 Bytes

File metadata and controls

24 lines (16 loc) · 665 Bytes

CADOSys Instructions

Compiling

This project depends on the xtensor library, which can be found here: https://github.com/xtensor-stack/xtensor

Make sure to follow the installation instructions provided in the repository.

To compile the project, run:

make
export CADOSys_ROOT=$PWD

Example Scripts

Example scripts for running the project are located in: ./running_scripts

Example scripts for generating plots can be found in: ./plotting_scripts

Acknowledgement

CADOSys was built atop scale-sim-v2 https://github.com/scalesim-project/scale-sim-v2

We thank the authors of Scale-Sim v2 for publicly releasing and maintaining their codebase.