From fb73ea4fb8f1b44b9c0b8e30785b51c0d51efaba Mon Sep 17 00:00:00 2001 From: adrienbanse Date: Mon, 23 Oct 2023 13:22:51 +0200 Subject: [PATCH] update utils.jl --- src/utils/utils.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/utils.jl b/src/utils/utils.jl index c4bff2d5d..fe0653cd5 100644 --- a/src/utils/utils.jl +++ b/src/utils/utils.jl @@ -12,8 +12,6 @@ include("plotting/colorbar.jl") include("plotting/simple_plots.jl") ##### -# Temporarily remove BDDs -include("data_structures/BDD/BDD.jl") include("scalar_functions.jl") include("data_structures/sorted_vector_set.jl") include("data_structures/queue.jl")