Skip to content

Commit

Permalink
Remove unused package.
Browse files Browse the repository at this point in the history
  • Loading branch information
TudorMagirescu committed Oct 21, 2024
1 parent 3b4759b commit 5c3b8e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["Sebastijan Dumancic <[email protected]>", "Jaap de Jong <J.deJon
version = "0.3.1"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
HerbConstraints = "1fa96474-3206-4513-b4fa-23913f296dfc"
HerbCore = "2b23ba43-8213-43cb-b5ea-38c12b45bd45"
Expand Down
1 change: 0 additions & 1 deletion src/HerbSearch.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module HerbSearch

using DataStructures
using Combinatorics

using HerbCore
using HerbGrammar
Expand Down
4 changes: 2 additions & 2 deletions src/bottom_up_iterators/bottom_up_depth_iterator.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
Base.@doc """
@programiterator BUDepthIterator(problem::Problem{Vector{IOExample}}) <: BottomUpIterator
Implementation of the `BottomUpIterator`. Iterates through complete programs in increasing order of their depth.
"""
""" BUDepthIterator
@programiterator BUDepthIterator(problem::Problem{Vector{IOExample}}) <: BottomUpIterator

"""
Expand Down

0 comments on commit 5c3b8e0

Please sign in to comment.