Skip to content

A simulator for the polyomino tile-assembly model with support for both abstract and kinetic simulations

License

Notifications You must be signed in to change notification settings

DanielHader/rodsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rodsim

Author: Daniel Hader

Last Updated: 23 Jun 2025

RodSim is software for performing simulations of the abstract Slat Assembly Model and the kinetic Slat Assembly Model.

Building

There's an included CMakeList.txt file so it can be built using cmake so long as you have the dependencies installed.

mkdir build
cd build
cmake ..
make -j4

Once that's done, you'll have an executable called rodsim_cli which is the simulator.

About

A simulator for the polyomino tile-assembly model with support for both abstract and kinetic simulations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published