Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 595 Bytes

File metadata and controls

24 lines (18 loc) · 595 Bytes

Cyclone: Calculate Dynamics of a discrete dynamical system using exhaustive search

Investigators

  • Reinhard Laubenbacher reinhard@vbi.vt.edu (Principal Investigator)
  • Brett Tyler (Co-Principal Investigator)
  • John McDowell (Co-Principal Investigator)
  • Stefan Hoops (Co-Principal Investigator)

See NSF Award 1146819 for details on the project.

Current status

Development

Installation

git clone git@github.com:PlantSimLab/cyclone.git
cd cyclone
mkdir build
cd build
cmake .. 
make