Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.06 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.06 KB

codecov Build Status Dev-Docs

HerbSearch.jl

This package contains search procedure implementations for the Herb Program Synthesis framework.

For full documentation please see the Herb.jl documentation.

Getting started

For a quick tutorial on how to get started with using HerbSearch.jl have a look at our introductory tutorial or Advanced search procedures.

If you want to help developing this project, initialize the project with

julia --project=. -e 'using Pkg; Pkg.instantiate()'