logicng 0.1.0-alpha.3

A Library for Creating, Manipulating, and Solving Boolean Formulas
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod equivalence_cache;
pub mod implication_cache;
pub mod nary_formula_cache;
pub mod not_cache;
pub mod simple_cache;

pub mod formula_encoding;
pub mod formula_factory_caches;
pub mod hashable_formula_set;

const CACHE_INITIAL_CAPACITY: usize = 10;