Skip to content
/ bonsai Public

Programming language based on the synchronous and constraint paradigms

License

Notifications You must be signed in to change notification settings

ptal/bonsai

Repository files navigation

bonsai

Companion guide (PPDP19) (see below if the link is dead).

Spacetime programming is a programming language on top of Java to describe search strategies exploring combinatorial state-space such as in constraint satisfaction problems. Please consult the spacetime manual for more information.

Build the manual

You might want to build the manual from the repository because you need it to be synchronized with a specific version of Bonsai or simply for offline usage. Download the utility mdbook:

cargo install mdbook

Once installed, go inside bonsai/doc and execute mdbook build -o. The manual is generated inside a local folder named book and is directly opened in your browser.