Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ z3 = []
no_search = []
grounding = []
specialize_io = []
periodic_merkleize = []
periodic_merkleize = []
experimental_dnf = []
2 changes: 2 additions & 0 deletions kernel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#![feature(stmt_expr_attributes)]
#![feature(more_float_constants)]

#[cfg(feature = "experimental_dnf")]
pub mod path_dnf;
pub mod space;
mod sources;
mod sinks;
Expand Down
Loading